#jquery_slider span {
	margin: 10px 20px;
	padding: 5px 10px;
	color:#000;
	background:#fff;
}
#jquery_slider .front{
	margin-top:0;
}
#jquery_slider .front img {
	margin:10px;
}
#jquery_slider .front h6 {
	font-size: 16px;
	line-height: 16px;
}
#jquery_slider .front span{
	font-size: 11px;
}
#jquery_slider .behind{
	margin-top:25px;
}
#jquery_slider .behind img {
	margin:6px;
}
#jquery_slider .behind h6,
#jquery_slider .behind span {
	font-size: 0px;
}
#jquery_slider .back {
	margin-top:40px;
}
#jquery_slider img {
	margin:4px;
}
#jquery_slider .back h6,
#jquery_slider .back span {
	font-size: 0px;
}

#jquery_slider {
	margin: 0;
	padding: 0;
	position:relative;
	z-index:1;
}
#jquery_slider li {
	margin:0;
	padding:0 0 20px 0;
	list-style:none;
	position:absolute;
	z-index:1;
	display:none;
	border-width:0px;
	background: url(../images/bg_slides.png) no-repeat bottom center;
}
#jquery_slider img {
	border: 0;
	vertical-align: bottom;
}
#jquery_slider span {
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	text-align:left;
	cursor:default;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#jquery_slider a {
	cursor:default;
	text-decoration:none;
}