body, ul, li, h1, h2, h3{
	margin:0;
	padding:0;
}
body { color: #fff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; background: #bdd8ae; overflow-x: hidden }
.ps_overlay { background: #bdd8ae; position: fixed; z-index: 90; top: 0; left: 0; width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); opacity: 80; }
/* Image container style */
.ps_container{
	width:500px;
	height:350px;
	position:absolute;
	top:50%;
	margin-top:-175px;
	left:50%;
	margin-left:-250px; /* center the item */
	z-index:100;
}
.ps_container img{
	border:10px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	-moz-box-shadow:1px 1px 10px #4B4;
	-webkit-box-shadow:1px 1px 10px #4B4;
	box-shadow:1px 1px 10px #4B4B4B;
}

/* Next photo button for preview mode */
a.ps_previous_photo{
	position:absolute;
	top:50%;
	left:-15%;
	width:56px;
	height:56px;
	margin:-28px 0 0 -28px;
	z-index:201;
	cursor:pointer;
	background:transparent url(../images/retour.png) no-repeat 50% 50%;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
a.ps_next_photo{
	position:absolute;
	top:50%;
	left:115%;
	width:56px;
	height:56px;
	margin:-28px 0 0 -28px;
	z-index:200;
	cursor:pointer;
	background:transparent url(../images/avance.png) no-repeat 50% 50%;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
a.ps_next_photo:hover, a.ps_previous_photo:hover,
a.ps_close:hover{
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
/* Thumbnail slider style */
.ps_slider{

}

.ps_slider .ps_album  { color: white; background-color: #bdd8ae; text-align: center; cursor: pointer; padding: 10px; border: solid 1px #bdd8ae }
.ps_slider .ps_album:hover { background-color: #bdd8ae }
.ps_slider .ps_album img { height: 90px; border: solid 1px #bdd8ae; -moz-box-shadow: 1px 1px 4px #000; -webkit-box-shadow: 1px 1px 4px #000; box-shadow: 1px 1px 4px #000 }
.ps_slider .ps_album .ps_desc
{
	color: white;
	text-align: left;
	line-height: 20px;
}

.ps_slider .loading { background: #bdd8ae url("../images/loading.gif") no-repeat 50% 50%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); opacity: 0.7 }
