.is_root
{
    width: 780px;
    margin: 0px auto 0px auto;
}
.is_left{background: url(arrow_left_big_off.png) no-repeat left center; width: 30px; height: 58px; cursor: pointer;}
.is_left:hover{background: url(arrow_left_big_on.png) no-repeat left center; width: 30px; height: 58px; cursor: pointer;}
.is_right{background: url(arrow_right_big_off.png) no-repeat right center; width: 30px; height: 58px; cursor: pointer;}
.is_right:hover{background: url(arrow_right_big_on.png) no-repeat right center; width: 30px; height: 58px; cursor: pointer;}

.ism_left{background: url(arrow_left_sm_off.png) no-repeat left center; width: 30px; height: 100%; cursor: pointer;}
.ism_left:hover{background: url(arrow_left_sm_on.png) no-repeat left center; width: 30px; height: 100%;  cursor: pointer;}
.ism_right{background: url(arrow_right_sm_off.png) no-repeat right center; width: 30px; height: 100%;  cursor: pointer;}
.ism_right:hover{background: url(arrow_right_sm_on.png) no-repeat right center; width: 30px; height: 100%; cursor: pointer;}

td
{
    vertical-align: top;
}

.is_header
{
 
}
.is_header div
{
    display: inline-block;
}
.is_carousel
{
    width: 714px;
    overflow: hidden;
    height: 58px;
    padding: 0px;
    margin: 0px;
    margin: -2px;
    position: relative;
}
.is_carousel div
{
    display: inline-block;
}
.is_body
{
    
}
.is_body div
{
    display: inline-block;
}
.is_main
{
    width: 712px;
}
.is_item
{
    width: 50px;
    cursor: pointer;
}
.is_img
{
    width: 50px;
    height: 50px;    
}

.is_img :hover
{
   opacity: 1.0;
   filter: alpha(opacity=100);       
}
.is_img_active
{
    opacity: 1.0;
    filter: alpha(opacity=100);    
}
.is_img_inactive
{
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.is_img_mark
{
    margin-top: 4px;
    display: block;
    width: 50px;
}
.is_img_active_mark
{
    background: #f8c300;
    height: 4px;
}
.is_img_inactive_mark
{
    background: #e5e5e5;
    height: 4px;
}
.f_14pxArial
{
    font: normal 14px/24px Arial;
    color: #3a3939;
}
.f_11pxArial
{
    font: normal 11px/24px Arial;
    color: #8b8b8b;
}
.ic_left_field
{
    width: 6px;    
    height: 8px;
    background: url(square.gif) no-repeat left top;
    margin-top: 7px;
}
.ic_right_field
{
    width: 693px;
    font: normal 11px/24px Arial;
    color: #8b8b8b;
}
.is_title
{
    position: fixed; 
    z-index: 1000000; 
    color: #184089; 
    padding-top: 12px;
    font: normal 14px/18px Arial;
}