/*© 2005/6/7/8 Stu Nicholls

/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {color:#000;}

.gallery {padding:0; margin:320px 0 0 0; list-style-type:none; position:absolute; top: 37px;left: 230px;width:600px;z-index: 5;}

.gallery img {border:0;}

/* make the list horizontal */
.gallery li { float:left; }

.gallery li a, .gallery li a:visited {font-size:11px;float:left; text-decoration:none; color:#000; background:#fff; text-align:center; width:26px; height:26px; line-height:24px; border:1px solid #444; margin:2px;}

.gallery li a img {position:absolute; top: 35px; left: 0px; visibility:hidden; border:0;}

.gallery li a:hover { background:#ABC889 }
.gallery li a:active, .gallery li a:focus {background:#705e3d; color:#fff; }
.gallery li a:active img, .gallery li a:focus img, .gallery li a:hover img { visibility:visible;}
