@charset "utf-8";
/* CSS Document */

.Adcarousel_blk{ 
margin:0; 
padding: 0 0 4px 0; 
overflow:hidden; 
zoom:1; 

position:relative;

}

.Adcarousel_blk .LeftButton{ 
width:48px; 
height:48px; 
float:left;
background:url(/images/left_arrow.png) no-repeat; 
cursor: pointer;
position:absolute;
top:131px;
left:5px;
 
}

.Adcarousel_blk .LeftButton:hover{ 
width:48px; 
height:48px; 
float:left;
background:url(/images/left_arrow_h.png) no-repeat; 
cursor: pointer;
position:absolute;
top:131px;
left:5px;
 }

.Adcarousel_blk .RightButton { 
width:48px; 
height:48px; 
float: right;
background:url(/images/right_arrow.png) no-repeat; 
cursor: pointer; 
position:absolute;
top:131px;
right:5px;
}

.Adcarousel_blk .RightButton:hover { 
width:48px; 
height:48px; 
float: right;
background:url(/images/right_arrow_h.png) no-repeat; 
cursor: pointer; 
position:absolute;
top:131px;
right:5px;

}


.Adcarousel_blk .AdContent{ 
width:966px; 
height:302px; 
float:left; 
overflow:hidden; 
border:0px;
}

/*.Adcarousel_blk .AdContent{ width:921px;height:117px; float:left; overflow:hidden; border:0px; } */
.Adcarousel_blk .ScrCont{ width:32766px; zoom:1; }
.Adcarousel_blk #List1_1,.Adcarousel_blk #List1_2{ float:left; margin: 0;}
.Adcarousel_blk .box{ width:966px; float:left;}

