.clear{ clear:both }
a{
	outline:none;
}

ul{
	margin:0;
	padding:0;
}

p{
	font-style:normal;
	text-shadow:none;
}

.button {
    border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 18px/100% 'Lobster Two';
    margin: 0 2px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
	padding:3px 6px;
}
.green {
    background: -moz-linear-gradient(center top , #CDE552, #AFC937) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#CDE552), to(#AFC937));
    border: 1px solid #A2BA2E;
    color: #FEFEFE;
}
.green:hover {
    background: -moz-linear-gradient(center top , #AFC937, #C5DD4D) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFC937), to(#C5DD4D));
    color: #FFFFFF;
    text-decoration: none;
}
.green:active{
	position:relative;
	top:1px;
}

.diapo{ 
	display:block;
	width:550px;
	margin:auto;
	background:white;
}

.actions{ float:left }
.actions h2, .actions p{ margin-top:0 }

.jDiaporama_wrapper{
	position: relative;
	clear: both;
	margin:auto;
}

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

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

.jDiaporama li{
	list-style-type:none;
	overflow:hidden;
	float:left;
	position:relative;
	background: #000;
	margin-top:0;
}

.jDiaporama li img{
	/*display:block;*/
	margin: 0 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:12px;
	font-family: Arial;
	padding:5px;
}

.jDiaporama .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;
	z-index:1;
}

.jDiaporama_controls .prev{
	background:url('../img/controls2.png') no-repeat bottom;
	_background:url('../img/controls.gif') no-repeat bottom;
	top:50%;
	margin-top:-16px;
	height:32px;
	width:32px;
	left: 0px;
}

.jDiaporama_controls .next{
	background:url('../img/controls2.png') no-repeat top;
	_background:url('../img/controls.gif') no-repeat top;
	top:50%;
	margin-top:-16px;
	height:32px;
	width:32px;
	right: 0px;
}

.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;
}

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

/**** Status ****/

.jDiaporama_status{
	text-align:center;
	margin: 10px auto;
	display:none;
	overflow:hidden;
}

.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:37px;
	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:10px; }
.border .jDiaporama_controls .prev{ left:10px; }

.btn_bottom_index {
	display:block;
	float:left;
	width:295px;
	height:62px;
	margin:10px 2px;
}
#content {
	background:none;
}	