div.tic_left_top
{
width: 11px;
height: 11px;
background-color: white;
float:left;
background-image: url(../imgs/ticker/left_top.png);
}

div.tic_top_line
{
width: 178px;
height: 11px;
background-color: white;
float:left;
background-image: url(../imgs/ticker/top_line.png);
}

div.tic_right_top
{
width: 11px;
height: 11px;
background-color: white;
float:left;

background-image: url(../imgs/ticker/right_top.png);
}

div.tic_left_line
{
width: 11px;
height: 461px;
background-color: white;
clear: left;
float:left;

background-image: url(../imgs/ticker/left_line.png);
}

div.tic_content
{
width: 178px;
height: 461px;
background-color: white;
float:left;

}

div.tic_right_line
{
width: 11px;
height: 461px;
background-color: white;
float:left;

background-image: url(../imgs/ticker/right_line.png);
}

div.tic_left_bottom
{
width: 11px;
height: 11px;
background-color: white;
clear: left;
float:left;

background-image: url(../imgs/ticker/left_bottom.png);
}

div.tic_bottom_line
{
width: 178px;
height: 11px;
background-color: white;
float:left;

background-image: url(../imgs/ticker/bottom_line.png);
}

div.tic_right_bottom
{
width: 11px;
height: 11px;
background-color: white;
float:left;

background-image: url(../imgs/ticker/right_bottom.png);
}

div.tic_container
{ 
width: 200px;
height: 461px;
/*background-color:#FFFF00;*/
/*border:1px solid #FF0000;*/
}