#content .contentcontainer .contentblock h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:2px 0;
}

/* gallery */
.contentblock .g_images {
	float:left;
	width:280px;
	overflow:hidden;
	margin:0 20px 0 0;
}

.contentblock .g_videos {
	float:left;
	width:280px;
	overflow:hidden;
}

.g_images h2, .g_videos h2 {
	padding:2px 0 8px 0 !important;
}

.g_images .images, .g_videos .images {
	float:left;
	width:280px;
	height:70px;
	overflow:hidden;
	margin:0 0 10px 0;
	cursor:pointer;
}

.g_images .images .image, .g_videos .images .image {
	float:left;
	width:100px;
	height:70px;
	margin:0 10px 0 0;
	overflow:hidden;
}

.g_images .images .text, .g_videos .images .text {
	float:left;
	width:170px;
	height:50px;
	padding:15px 0 0 0;
	overflow:hidden;
}

.g_images .images .text h3, .g_videos .images .text h3 {
	color:#CCFF00;
	padding:0 0 5px 0;
}

.gallery {
	width:583px;
	overflow:hidden;
	padding:0 0 20px 0;
	clear:both;
}

.contentblock a {
	color:#CCFF00;	
}

.gallery a {
	display:block;
	float:left;
	margin:0 11px 11px 0;
	height:120px;
	overflow:hidden;
	position:relative;
	width:183px;
}

.gallery a .zoom {
	background:url(/static/img/zoom.gif) no-repeat left top;
	cursor:pointer;
	display:block;
	height:18px;
	left:165px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:18px;
	z-index:1;
}


/* big image container */
.bigimagecontainer {
	width:610px;
	height:432px;
	_height:422px;
	overflow:hidden;
	position:relative;
	z-index:10;
}

.bigimagecontainer .bigimage {
	width:610px;
	height:432px;
	_height:422px;
	top:0;
	left:0;
	overflow:hidden;
	position:absolute;
	z-index:12;
}

.bigimagecontainer .imagenavout {
	width:610px;
	height:25px;
	top:407px;
	_top:397px;
	left:0;
	position:relative;
	z-index:15;
}

.bigimagecontainer .imagenavout .imagebackground {
	background:url(/static/img/imagenavigator.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
	width:610px;
	height:25px;
	position:absolute;
	top:0;
	left:0;
	z-index:16px;
}

.bigimagecontainer .imagenavout .imagenavigator {
	width:610px;
	height:25px;
	position:absolute;
	top:0;
	left:0;
	z-index:17px;
}

.bigimagecontainer .imagenavout .imagenavigator a {
	display:block;
	float:left;
	font-weight:bold;
	width:25px;
	height:21px;
	overflow:hidden;
	text-align:center;
	padding:4px 0 0 0;
	cursor:pointer;
}

.bigimagecontainer .imagenavout .imagenavigator a.active {
	background:#CCFF00;
	color:#000;
}

.bigimagecontainer .imagenavout .imagenavigator a.text {
	width:auto;
	padding:4px 5px 0 10px;
}

.sidebar .shopproducts {
	width:155px;
	overflow:hidden;
}

.sidebar .shopproducts img {
	padding:0 0 10px 0;
}






