div#slideGallery {
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	background: url(/images/slider_bg_v1.jpg) no-repeat;
	height: 200px;
	width: 725px;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
}

	div#slideGallery .col{
		width: 240px;  /* 180px -> Breite wenn Themen eingeblendet werden */
		margin-top: 2px;
		float: left;
	}	
	
	div#slideGallery .col a {
		font-size: 11px;
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
		
	}
	
div#slideGallerySmall {
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	background: url(/images/slider_bg_v1_small.jpg) no-repeat;
	height: 200px;
	width: 660px;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}

	div#slideGallerySmall .col{
		width: 220px;  /* 165px -> Breite wenn Themen eingeblendet werden */
		margin-top: 2px;
		float: left;
	}
	
.slideContent {
	width: 20900px;
}

*html .slideContent {
	width: 20900px; /* 14170/14350 -> Breite wenn Themen eingeblendet werden */
}

.product-image1 {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	width: 163px;
	height: 143px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.product-image2 {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	width: 240px;
	height: 143px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.product-pipe {
	width: 1px;
	height: 143px;
	margin: 0px;
	float: left;
	overflow: hidden;
}

.product-tab-left {
	width: 18px;
	height: 143px;
	margin: 0 10px 0 15px;
	float: left;
	overflow: hidden;
}

.product-tab-right {
	width: 18px;
	height: 143px;
	margin: 0 15px 0 10px;
	float: left;
	overflow: hidden;
}

.title_bottom {
	position: absolute;
	z-index: 120;
	margin-top: 120px;
	text-align: center;
	width: 163px;
}

*html .title_bottom {
	right: 0px;
}
	
.title_top {
	margin-top: 5px;
	width: 240px;
	height: 20px;
}
