/* CSS Document */





#gallery { position: relative; margin-left:auto; margin-right:auto;}

#pictures {

	position: relative;

	height: 520px;

}

#pictures img { position: absolute; top: 0; left: 0; }

#prev, #next { margin-top: 30px; text-align: center; font-size: 16px;  }

#prev a, #next a {display:block; color:#8dc2e0; border:1px dashed #8dc2e0;  text-decoration:none;  padding:10px; outline:none ;}

#prev a:hover, #next a:hover{color:#2d82cc; border:1px dashed #2d82cc;} 

#prev{float:left;}

#next{float:right;}

#loader { position: absolute; top: 0; left:0; height: 458px; width: 100%; background:url(../images/gallery/ajax-preloader.gif) white no-repeat center center; z-index: 9999; }



.width_set{

width:600px;}

