.jDiaporama_wrapper{
	clear: both;
	height: 730px;
	margin-left: 170px;
	background-color: #000000;

}

.jDiaporama_slider{
	position:relative;
	overflow: hidden;
	
}

.jDiaporama ul{
	/**-moz-box-shadow:1px 1px 0.5em #222;**/
	overflow:hidden;
	position:relative;
	left:0px;
}

.jDiaporama li{
	list-style-type:none;
	overflow:hidden;
	float:right;
	position:relative;
}

.jDiaporama li img{
	display:block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}

.jDiaporama .fade-tmp{
	position:absolute;
	z-index:1;
	text-align: center;
	background: #000
}

.jDiaporama .fade-tmp img{
margin:0 auto;
	display:block
}

.jDiaporama-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.jDiaporama .desc{
	position:absolute;
	bottom: 0;
	left: 0;
	right:0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
	background:url(../img/back_desc.png) repeat;

	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/back_desc.png',sizingMethod='scale');  	_background-image:none;
	width:inherit;
	padding-bottom:20px;
	text-align:left
}

.jDiaporama .title{
	position:absolute;
	top: 0;
	left: 0;
	display:none;
	margin:0;
	color:#fff;
	font-size:36px;
	font-family: Arial;
	padding:5px;
}

/**.jDiaporama .count{
	position:absolute;
	top: 650px;
	right: 20px;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
	background-color: #006666;
}**/

.jDiaporama_controls{
	display:none;
}

.jDiaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:block;
	margin:0 3px;
	position:absolute;
	z-index:1
}

.jDiaporama_controls .prev{
	_background:url(../img/controls.gif) no-repeat bottom;
	top:250px;
	margin-top:0px;
	height:64px;
	width:64px;
	left: 110px;
	background-image: url(../img/controls2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.jDiaporama_controls .next{
	_background:url(../img/controls.gif) no-repeat top;
	top:250px;
	margin-top:0px;
	height:64px;
	width:64px;
	right: -220px;
	background-image: url(../img/controls2.png);
	background-repeat: no-repeat;
	background-position: top;
}

.jDiaporama_controls .pause{
	background:url(../img/playpause.png) no-repeat top;
	_background:url(../img/playpause.gif) no-repeat top;
	width:64px;
	height:48px;
	left:50%;
	top:50%;
	margin-left:-32px;
	margin-top:-24px;
	visibility: hidden;
}

.jDiaporama_controls .play{
	background:url(../img/playpause.png) no-repeat bottom;
	_background:url(../img/playpause.gif) no-repeat bottom;
	width:64px;
	height:48px;
	left:50%;
	top:50%;
	margin-left:-32px;
	margin-top:-24px;
	visibility: hidden;
}

/**** Status ****/

.jDiaporama_status{
	text-align:center;
	display:none;
	overflow:hidden;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 140px;
	margin-right: auto;

	
}

.jDiaporama_status a{
	background:url(../img/bullets.png) no-repeat left;
	_background:url(../img/bullets.gif) no-repeat left;
	float:left;
	width:10px;
	height:10px;
	text-indent:-9999px;
	margin-right:5px;
}

.jDiaporama_status .imgBack{
	width:50px;
	height:50px;
	margin-right:10px;
	margin-bottom: 10px
}

.jDiaporama_status a:hover, .jDiaporama_status a.active{
	background:url(../img/bullets.png) no-repeat right;
	_background:url(../img/bullets.gif) no-repeat right;
}

/********** themes ***********/

/** DESIGN **/

/**.design .jDiaporama_slider{ -moz-box-shadow:0 0 0.7em #333; }**/
.design .jDiaporama_status .imgBack{ -moz-border-radius:0.5em; -moz-box-shadow:0 0 0.3em #444; -webkit-border-radius:0.5em; -webkit-box-shadow:0 0 0.3em #444; border-radius:0.5em; box-shadow:0 0 0.3em #444; border:1px solid #555; opacity:0.4; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.design .jDiaporama_status .imgBack:hover{ opacity:1;  -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in }
.design .jDiaporama_status .imgBack.active{ -moz-box-shadow:inset 0 0 0.5em #333; opacity:1 }

/** BORDER **/

/**.border .jDiaporama_slider{ border:10px solid #fff }**/
.border .jDiaporama_status .imgBack{ border:2px solid #fff; opacity:0.5 }
.border .jDiaporama_status .imgBack:hover{ opacity:1 }
.border .jDiaporama_status .imgBack.active{ opacity:1; border:2px solid #333 }
.border .jDiaporama_controls .next{
	right:50px;
}
.border .jDiaporama_controls .prev{
	left:50px;
}
