*{
	margin:0;
	padding:0;
}
#ps_container{
	background:#fff url(../images/galerie/loader.gif) no-repeat center center;
	width:810px;
	height:541px;
	margin:10px 0 25px 30px;
	position:relative;
	z-index:10;
}

.ps_image_wrapper{
	width:810px;
	height:541px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

.ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:52%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}
.ps_prev{
	background:transparent url(../images/galerie/prev.png) no-repeat top center;
	left:10px;
}
.ps_next{
	background:transparent url(../images/galerie/next.png) no-repeat top center;
	right:10px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}
ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	width:720px;
	margin:-30px 0 0 110px;
	position:absolute;
}
ul.ps_nav li{
	float:left;
}
ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:18px;
	height:11px;
	outline:none;
	padding:0px 7px;
	background:transparent url(../images/galerie/dot.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -11px;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../images/galerie/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}

