#wrapper { background: white url(../gallery-images/sidebar_bg.jpg) repeat-y top right; }

#gallery { position: relative; }
#pix { position: relative; height: 520px; width:511px;}
#pictures { position: relative; height: 520px; width: 560px; margin-left:165px; text-align: center;}
#pictures img { position: absolute; top: 0; left: 0px; }

#prev, #nexta { text-align: center; font-size: 1em; width: 60px; position: absolute; display:block; }

#prev {
	top: 50%;
	left: 30px;
	z-index:99;
}
#nexta {
	top: 50%;
	left: 680px;
	z-index:98;
}

#imgdesc  {
	z-index:100;
	font-weight: bold;
	text-align: center;
	margin-bottom:15px;
}
	 
/* enhanced - start */
#loader {position: absolute; top: 0; left:0; height: 100%; width: 100%; background: white url(../gallery-images/ajax-loader.gif) no-repeat center center; z-index: 31; text-align:center; font-weight:bold;}
/*#loader { position: absolute; top: 0; left:0; height: 508px; width: 100%;  } */
/* enhanced - end */
/*  
#footer { text-align: center; margin: 50px 0 20px 0; }

#sidebar { }
  #sidebar ul { margin-top: 20px; }
  #sidebar ul li { font-size: 1.2em; padding: 20px 0 20px 0; border-bottom: 1px solid #dddcdc; line-height: 18px; }
  #sidebar ul li h2 { font-size: 1.2em; margin-bottom: 8px; }
	*/
