#gallery {
	WIDTH: 750px; 
	BACKGROUND: url(/img/panel.jpg) #ffffff repeat-x center bottom; OVERFLOW: hidden; 
	position:relative;
}
#slides {
	WIDTH: 750px; HEIGHT: 250px; OVERFLOW: hidden
}
.slide {
	FLOAT: left
}
#menu {
	HEIGHT: 40px; text-align:center;
}
#menu a.inact:hover {
	
}
#menu a.act {
	
}
#menu a.act:hover {
	
}
#menu a.act {
	CURSOR: default;
	BACKGROUND: url(/img/shopphotoselected.png) no-repeat;
}

#menu a {
	background:url(/img/shopphoto.png) no-repeat; HEIGHT: 35px; PADDING-TOP: 7px; display: inline-block;
    height: 32px;
    width: 54px;
    margin-right:5px;
}
#menu A IMG {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none
}

#gallery .leftrounder {
    background: url("/img/leftrounder.png") no-repeat scroll left top transparent;
    height: 2px;
    left: 0;
    line-height: 2px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 11;
}
#gallery .rightrounder {
    background: url("/img/rightrounder.png") no-repeat scroll left top transparent;
    height: 2px;
    left: 768px;
    line-height: 2px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 11;
}