div.slider_main,div.slider_main div{
	box-sizing:content-box;
  -moz-box-sizing:content-box; /* Firefox */
  -webkit-box-sizing:content-box; /* Safari */
}

div.slider_main{
	width:350px;
	height:338px;
	border:1px solid #bef;
	padding:5px;

}
div.slider_imgbox{
   width:348px;
   height:270px;
   border:1px solid #bef;
}

img.slider_imgbox{
   width:348px;
   height:270px;
   border:none;
}

div.slider_txtbox{
   width:338px;
   height:24px;
   line-height:24px;
   padding:0px 5px 0px 5px;
   background-color:#666;
   margin-top:-25px;
   margin-left:1px;
   color:#fff;
   font-size:12px;
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity:0.8;
   overflow: hidden;  /*溢出隐藏*/
   text-overflow: ellipsis; /*以省略号...显示*/
   white-space: nowrap;  /*强制不换行*/
}

div.slider_prebox{
   width:350px;
   height:63px;
   border:0px solid #ccc;
   margin-top:5px;
   text-align:center;
}

div.slider_preimgbox{
	width:80px;
	height:57px;
	border:1px solid #999;
	margin-left:5px;
	margin-top:3px;
	float:left;
}

div.slider_preimgbox img{
	width:76px;
	height:53px;
	margin:2px;
	border:none;
}

div#slider_preimgbox_0{

	margin-left:3px;
	_margin-left:1px;

}

a{border:none;}