﻿
/*首页左边*/
.box_left{
 float:left;
 width:280px;
 height:115px;
 overflow:hidden;
 position:relative;
/* margin:15px 0 0 10px;
 padding-left:20px;*/
 display:inline;
}
.img-scroll { margin:0px auto; width:280px;height:115px;}
/*控制左右键的按钮*/
.img-scroll .next {width:14px; height:12px; color:#FFF; text-align:center;  cursor:pointer; position:absolute; display:block;top:60px;right:30px;}
.img-scroll .prev{width:14px; height:12px; color:#FFF; text-align:center;  cursor:pointer; position:absolute; display:block;top:60px;left:0;}


