@import url(./base.css);body{}div#contents{min-height: 450px;background:#222222;padding:20px;background-image: url("../images/stripe.png"), url("../images/shadow.png"), url("../images/graygrad.png");background-repeat: repeat, no-repeat, repeat-x;background-position: top, bottom right, top;text-align: center;}/* Gallery styles */div#gallery{width:800px;margin:0px auto;overflow:hidden;/* background:url(img/panel.jpg) repeat-x bottom center #ffffff; */}div#slides{border-style: solid;border-color:#ffffff;border-width: 1px 0px;width:800px;height:500px;overflow:hidden;}div.slide{float:left;}div#menu{height:80px;}div#menu ul{margin:0px;padding:0px;}div#menu ul li{width:80px;display:inline-block;list-style:none;overflow:hidden;}li.act,li.act:hover{background-position:top center;background-repeat: no-repeat;background-image:url(../images/activethumb.png);}li.act a{cursor:default;}div#menu ul li a{display:block;height:80px;padding-top:10px;}div#menu ul li a img{border:none;}