.jDiaporama {
	position:relative;
}
.jDiaporama ul {
	-moz-box-shadow:1px 1px 0.5em #222;
	overflow:hidden;
	padding:0px;
}
.jDiaporama li {
	list-style-type:none;
	overflow:hidden;
	position:relative;
	/*width:100%;*/
	/*height:258px;*/
}
.jDiaporama li img {
	display:table-cell;
}
.jDiaporama li .desc2 {
	position:absolute;
	bottom: 25px;
	left: 0;
	/*display:none;*/
	margin:0;
	color:#fff;
	font-size:15px;
	font-family: "Roboto", sans-serif;
	padding:2px 5px 5px 5px;
	background:url(../../images/index/back_desc.png) repeat;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/index/back_desc.png', sizingMethod='scale');
	_background-image:none;
	width:100%;
	height:30px
}
.caption2 {
background: none repeat scroll 0 0 #BC0808;
    bottom: 0px;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    width: 100%;
    text-align: center;
}
.jDiaporama li .title {
	position:absolute;
	top: 0;
	left: 0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
}
.jDiaporama li .count {
	position:absolute;
	top: 0;
	right: 0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
}
.jDiaporama_controls {
	display:none;
}
.jDiaporama_controls a {
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:block;
	margin:0 3px;
	position:absolute;
}
.jDiaporama_controls .prev {
	background:url(../../images/index/controls2.png) no-repeat bottom;
	_background:url(../../images/index/controls.gif) no-repeat bottom;
	top:50%;
	margin-top:-16px;
	height:32px;
	width:32px;
	left: 0px
}
.jDiaporama_controls .next {
	background:url(../../images/index/controls2.png) no-repeat top;
	_background:url(../../images/index/controls.gif) no-repeat top;
	top:50%;
	margin-top:-16px;
	height:32px;
	width:32px;
	right: 0px
}
.jDiaporama_controls .pause {
	background:url(../../images/index/playpause.png) no-repeat top;
	_background:url(../../images/index/playpause.gif) no-repeat top;
	width:64px;
	height:48px;
	left:50%;
	top:50%;
	margin-left:-32px;
	margin-top:-24px;
}
.jDiaporama_controls .play {
	background:url(../../images/index/playpause.png) no-repeat bottom;
	_background:url(../../images/index/playpause.gif) no-repeat bottom;
	width:64px;
	height:48px;
	left:50%;
	top:50%;
	margin-left:-32px;
	margin-top:-24px;
}
/**** Status ****/

.jDiaporama_status {
	text-align:center;
	margin-top:10px;
	position:absolute;
	left:50%;
	display:none;
}
.jDiaporama_status a {
	background:url(../../images/index/bullets.png) no-repeat left;
	_background:url(../../images/index/bullets.gif) no-repeat left;
	float:left;
	width:10px;
	height:10px;
	text-indent:-9999px;
	margin-right:5px;
}
.jDiaporama_status a.active, .jDiaporama_status a:hover {
	background:url(../../images/index/bullets.png) no-repeat right;
	_background:url(../../images/index/bullets.gif) no-repeat right;
}
