
/* MAIN GALLERY: */






#gallery {
    padding: 0!important;
    list-style: none!important;
    margin: 0px!important;
	overflow: hidden;
}

#gallery li {
    height: 60px!important;
    list-style: none!important;	
	width: 1000px;
    overflow: hidden;
    float: left;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-left: 1px!important;
    margin-right: 0px;		
    text-align: center;
    width: 76px;
   border: solid 1px white;	
}



#gallery li a {
    display: block;
}
#gallery li img {
    display: block;
}


/* OTHER GALLERIES : */

.other-galleries{padding: 4px!important; background: url(../_images/other-galleries-bg.png) repeat-y; width: 832px!important; text-align: center!important;}
.other-galleries h4{font-family: Trebuchet MS, Tahoma; font-size: 14px; font-weight: bold; color: #525252; margin-top: 0px!important; margin-bottom: 4px;}
.other-galleries ul{margin-top: 0px; margin-bottom: 0px; width: auto!important; max-width: 800px; font-family: Trebuchet MS; font-size: 12px; font-weight: bold; color: #525252; margin-left: -12px; min-height: 22px; list-style: none;}
.other-galleries ul li{background: url(../_images/other-galleries-arrow.gif) center left no-repeat; width: auto; margin-left: 24px!important; padding-left: 14px!important; float: left; display: block;}
.other-galleries a{ text-decoration: none;  }
.other-galleries a:link, .other-galleries a:visited{color: #666666;}
.other-galleries a:hover, .other-galleries a:active{color: #be6e0f;}


/* SLIDESHOW : */

#slideshow {
margin-left: 24px;
margin-right: 12px;
margin-bottom: 12px;
    clear: both;
    height: 338px;
    position: relative;
    overflow: hidden;
    text-align: center;
	background: url(../_images/gallery-box-bg2.jpg) no-repeat;
	padding-right: 12px!important;
}


