@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */
*{margin:0;padding:0;list-style:none;}
img{border:0;}

/* 焦点图 透明过度
------------------------------ */
.slide_fade{
	overflow:hidden;
	position:relative;
	width:290px;
	height:285px; background:#fff; border:1px solid #ccc;}
	
.slide_fade .box{
	overflow:hidden;
	position:relative;
	width:290px;
	height:215px;
	z-index:4;}

.slide_fade .list{overflow:hidden;height:9999px;}

.slide_fade .list li{position:relative;width:290px;height:215px;}

.slide_fade .list img{_vertical-align:top;}



.slide_fade .btn{
	position:absolute;
	bottom:0;
	left:0;
	height:70px;
	z-index:5;}

.slide_fade .btn li{
	overflow:hidden;
	float:left;
	width:90px;
	height:60px; margin:8px 0 0px 8px;}

.slide_fade .btn li:first-child{margin-left:0;}

.slide_fade .btn .selected{position:relative;top:0px;border:1px solid #bd2b24;}


