#gallery {position:relative; margin:0 auto; height:480px;}
#gallery img {height:480px; display:block;}	
#gallery ul.picturelist{position:absolute; top:0px; left:0px; z-index: 5; height:480px;}
#gallery ul.picturelist,#gallery ul.picturelist li {padding:0; margin:0; list-style: none;}
#gallery ul.picturelist li{display: inline-block; position:relative; padding:0 2px;}
#gallery .leftarrow {cursor: w-resize; position:absolute; top:0px; left:11px; background: url(../img/arrow_back.png) no-repeat left; z-index: 10; width: 220px; height: 100%;}
#gallery .rightarrow {cursor: e-resize; position:absolute; top:0px; right:11px; background: url(../img/arrow_next.png) no-repeat right; z-index: 10; width: 220px; height: 100%;}
#gallery .preload {position:absolute; width: 100%; height: 100%; left: 0px;top: 0px;background: #ffffff; z-index: 15;}
#gallery .spacer,#gallery .spacer img{width: 200px; height:480px;}

#index {position:relative; margin:0 auto; height:480px; background: #000000; text-align:center;}
#index img{margin: 0 auto;}

