body {margin:0px; top:0px; font:11px Verdana,Arial;}
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0; z-index:0;}
ul.menu a {display:block; color:#000; text-decoration:none; z-index:1;}
ul.menu li {position:relative; float:left; margin-right:1px; z-index:2;}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none; z-index:3;}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:180px; margin:0; z-index:4;}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1; z-index:5;}
ul.menu ul li a:hover {background-color:#FED000}
ul.menu ul ul {left:180px; top:0px}
ul.menu .menulink {border:0px solid #aaa; color:#FFFFFF; padding:5px 7px 7px; font-weight:bold;}
ul.menu .menulink:hover, ul.menu .menuhover {background-color:#FED000}
ul.menu .sub {background:#d1d1d1 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
#imageSlideshowHolder{

    /* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

    In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
    border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
    should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

    */
    /* CSS HACK */
    width: 556px;	/* IE 5.x */
    width/* */:/**/556px;	/* Other browsers */
    width: /**/556px;
    
    /* CSS HACK */
    height: 281px;	/* IE 5.x */
    height/* */:/**/281px;	/* Other browsers */
    height: /**/281px;
    
    background-color:#1A1A1A;
    border:0px solid #1A1A1A;
    position:relative;	/* Never change this value */
    
}
.imageInGallery{		
    width:556px;
    height:281px;
    background-color:#1A1A1A;
    
    /* Never change these 3 value */
    left:0px;
    top:0px;
    position:absolute;	
}


#imageSlideshowHolder img{
    position:absolute;
}
}