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


#galleryContainer {
	width:380px;
	height:650px;
	position:relative;
	padding-bottom:0px;
}

.galleryElement {
	width:260px;
	height:650px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(loading.gif);
	background-repeat:no-repeat;
	background-position:120px 40px;
	background-color:#FFF;
	overflow:hidden;
	position:absolute;
	text-align:center;
	left:50px;
	top:0px;
	
}

.galleryElement img {
	border: 1px solid #000;
	margin-left:auto;
	margin-right:auto;
}

.galleryElement p {
	text-align:center;
}

#prevElement {
  position:absolute;
	left:0px;
	top:75px;
	width:50px;
	height:150px;
	background-image:url(prev.png);
background-repeat:no-repeat;
background-position:center;

}

#nextElement {
	position:absolute;
	right:0px;
	top:75px;
	width:50px;
	height:150px;
	background-image:url(next.png);
		background-repeat:no-repeat;
background-position:center;

}


