/*
image height = 284px
image width = 550px
*/
* {margin:0; padding:0}
#thumbs{display: none;}
#gallery {position:relative; width:550px; margin:0px auto;}
#image {position:relative; width: 550px; height:284px; padding:0px; background:#000 url(images/loading.gif) center center no-repeat; overflow:hidden;}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {display: none;}
.imgnav {position:absolute; height:284px; width:20%; z-index:100; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {display: none; opacity:.5; filter:alpha(opacity=50); left:0; background:url(images/left.gif) left center no-repeat; border-left:0px solid #FFF}
#previmg:hover {display: none; opacity:.8; filter:alpha(opacity=80)}
#nextimg {display: none; opacity:.5; filter:alpha(opacity=50); right:0; background:url(images/right.gif) right center no-repeat; border-right:0px solid #FFF}
#nextimg:hover {display: none; opacity:.8; filter:alpha(opacity=80)} 
