@charset "UTF-8";
/* CSS Document */

#slider {
	width: 100%;
	height: 360px;
/*	position: absolute;
	top: 50%;
	left: 0; 
	padding:0;
*/	
margin-top: 15%;
	/*margin: -180px 0 0 0;*/
	background: url(../images/gallery/ptn_bg.png) repeat;
}

.photoList {
	position: relative;
	margin-right:5px;
	top: 0;
	height: 360px;
	overflow: hidden;
	z-index: 0;
	display: none;
}

.caption {
	position: absolute;
	width: 100%;
	height: 100px;
	padding:10px;
	bottom: -120px;
	color: #fff;
	background: url(../images/gallery/bg_alpha.png) repeat;
	z-index: 1;
}

#fotorama {
 width: 900px;
	height: 603px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -301px 0 0 -450px;
	padding:0;
	z-index: 0;
	color: #fff;
}

#fotorama a {
	display: block;
}