@charset "UTF-8";
/* CSS Document */

img{
	border: 0px;
}

a img{
	border: #FFFFFF 0px solid;
}

div#showoverview {
	float: right;
	width: 310px;
	height: 303px;
	padding: 10px;
	padding-top: 55px;
}


div.catthumbs {
	width: 134px;
	height: 350px;
	float: left;
	text-align: center;
	background-color: #DFDFDF;
	border: #ffffff 1px solid;
	overflow: hidden;
	margin-right: 20px;
}

div.thumbs {
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
	background-color: #DFDFDF;
	border: #ffffff 1px solid;
	overflow: hidden;
}

div#showfullimage {
	float: left;
	width: 400px;
	height: 400px;
	overflow: hidden;
	padding: 1px;
	border: #333333 0px solid;
	text-align: center;
	vertical-align: middle;
}

div#previmg {
	background-image: url(imghandler_invisible_s.gif);
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 0px;
	margin-top: -230px;
	z-index: 9999;
}

#previmg:hover {
	background-image: url(imghandler_prev_s.png);
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 0px;
	margin-top: -230px;
	z-index: 99999;
}

div#nextimg {
	background-image: url(imghandler_invisible_s.gif);
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 360px;
	margin-top: -230px;
	z-index: 999999;
}

#nextimg:hover {
	background-image: url(imghandler_next_s.png);
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 360px;
	margin-top: -230px;
	z-index: 9999999;
}

div#showcategories{
	float: left;
	width: 625px;
	height:400px;
	padding-left: 0px;
	padding-top: 0px;
	overflow: hidden;
	text-align: center;
}

div#overviewnavi {
	clear: both;
	text-align: center;
	width: 310px;
	margin: 5px auto;
}

/* blend images */
.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

div#blendme {
	float: left;
}