@import url(http://fonts.googleapis.com/css?family=Open+Sans);

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
body {
	background-color: #CCCCCC;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#slider_ctn{

}
#slide_wrap{
	position: relative; 
	width: 600px; 
	height: 390px;

}
.slide_inner{
	cursor: move; 
	position: absolute; 
	left: 0px; top: 0px; 
	width:600px; 
	height:390px; 
	/*overflow: hidden;*/
}
.slide_inner img{
	position: absolute;
}
.caption{
	/*background: #fff;*/
	display: block;	
	padding: 0 10px 5px 10px;
	position: absolute;	
	bottom: 5px;
	left: 0;
}
.fl{
	float: left;
	width: 48%;
}
.fr{
	float: right;
	width: 48%;
}
.btn{
	background: #54a606;
	color: #000;
	border-radius: 20px;
	text-decoration: none;
	padding: 0px 15px 2px;
	transition: all 0.3s;
}
.btn:hover{
	opacity: .8
}
.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../images/d15.png) no-repeat;
	overflow:hidden;
}
.next, .prev{
	opacity: 0;	
}
#slide_wrap:hover .next, #slide_wrap:hover .prev{	
	opacity: 1;
}
.next, .nextdn{
	width: 55px; height: 55px; top: 123px; left: 8px;
}
.prev, .prevdn{
	width: 55px; height: 55px; top: 123px; right: 8px
}
.jssora03l {
	background-position: -3px -33px; 
}
.jssora03r {
	background-position: -63px -33px; 
}
.jssora03l:hover {
	background-position: -123px -33px; 
}
.jssora03r:hover { 
	background-position: -183px -33px; 
}
.jssora03ldn { 
	background-position: -243px -33px; 
}
.jssora03rdn { 
	background-position: -303px -33px; 
}