div.singleproduct {
	width: 230px;
}

div.product_image {
	background-color: black;
	width: 220px;
	height: 150px;
	text-align: center;
	padding-top:10px;
	padding-bottom: 10px;
}

div.singleproduct h5 {
	margin-top: 0px;
	font-size: 14px;
}

div.singleproduct h5 a:link,div.singleproduct h5 a:active,div.singleproduct h5 a:visited {
	color: #874609;
	text-decoration: none;
}
div.singleproduct h5 a:hover {
	color: #874609;
	text-decoration: underline;
}

ul.browseblock {
	padding: 0px;
}

ul.browseblock li {
	list-style-type: none;
	display: inline;
}

ul.browseblock li.center {
	padding-left: 10px;
	padding-right: 10px;
}

div.pagenavigator {
	text-align: center;
	width: 720px;
}
li.center {
	height: 23px;
}

ul.browseblock li.center a {
	background-image:url(../img/pb_button.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	
}

#imageoverlay {
	height:100%;
	width:100%;
	background-color: black;
	position: absolute;
	left: 0px;
	top:0px;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

#imageitself {
	z-index: 263926;
	position: absolute;	
}
