﻿#gallery {position:relative; width:550px; height:360px; background:url('../back.gif') no-repeat 45px 262px; 
padding-bottom:10px; font-family:verdana, arial, sans-serif; font-size:11px; line-height:1.5em;
}
#gallery #imageNumber {display:block; width:200px; height:19px; background:url('../number.gif'); 
text-align:center; line-height:38px; font-size:11px; margin:0; color:#222; position:absolute; top:355px; left:200px; display:none;
}
#thumbnails {width:400px; height:75px; overflow:hidden; margin:20px 49px 60px 49px; position:absolute; left:1px; top:250px;}
#innerContainer {position:absolute; left:0; top:0; height:75px; overflow:hidden;}
#thumbnails ul {margin:0; padding:0; list-style:none;}
#thumbnails ul li {float:left; height:75px;}
#thumbnails ul li div {display:none;}
#thumbnails ul li img {display:block; height:75px; padding:0 5px;}
#fullSize {width:480px; margin:0 auto; text-align:center; }
#fullSize img {display:block; margin:10px auto 10px auto; float:left; border:solid 1px #fff;}
#fullSize div {margin:0 auto; text-align:left;padding:10px;}
#fullSize div h1 {margin:0; padding:0; font-size:18px; line-height:18px; color:#fff;}
#clickLeft {width:35px; height:19px; position:absolute; left:100px; top:355px; background: url('../blank.gif');
}
#clickRight {width:35px; height:19px; position:absolute; left:405px; top:355px; background: url('../next.gif');
}
#slideLeft {width:20px; height:89px; position:absolute; left:36px; 
top:260px; background: url('../trans.gif');
}
#slideRight {width:20px; height:89px; position:absolute; right:32px; top:260px; background: url('../trans.gif');
}

#slideLeft:hover {width:20px; height:89px; position:absolute; left:35px; top:260px; background:url('../left.gif');
}
#slideRight:hover {width:20px; height:89px; position:absolute; right:32px; top:260px; background:url('../right.gif');
}

#autoPlay {width:35px; height:19px; position:absolute; left:445px; top:355px; background: url('../play.gif');
}