#solid{
	width:100%;
	height:auto;    
	position:relative;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:none;
}

#solid ul{
	list-style:none;	
}
#solid ul li{
	position:relative;	
	width:100%;
	height:auto;	
	display:none;
	cursor:pointer;
}
#solid ul li img{width: 100%;height: auto;}
#solid #btt{
	width:150px;
	height:35px;
        padding-top:15px;
        margin:0 auto;
	position:relative;       
}
#solid #btt span{
	float:left;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px 0 5px;	
	display:inline;
	background:#3d3d3d;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7;
}

@media screen and (max-width: 960px) {
     #solid ul li img{height: auto;}
}
@media screen and (max-width: 480px) {
     #solid ul li img{height: auto;}
}