#slide_gallery {
	width:650px;
}

#slide_items {
	position: absolute;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	height: 200px;
	top: 0px;
	left:0px;
}

#slide_holder {
	overflow: hidden;
	position:relative;
	width:675px;
	height: 170px;
}

#slide_holder li img {
	border: 0px;
}

#slide_holder li {
	float:left;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	height: 170px;
	margin-right: 1px;
	margin-left: 1px;
}

#slide_holder li:hover {

}

#slide_gallery_control_left
{
	float: left;
	position: relative;
	top: 60px;
	padding-left: 10px;
}

#slide_gallery_control_right
{
	float: right;
	position: relative;
	top: 60px;
	padding-right: 10px;
}

#slide_items .info
{
}

.productbox_div
{
	height: 70px;
}

.productbox td
{
	height: 70px;
	
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	
	color: #333333;
}

.productbox h3
{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #e11010;
	font-weight: bold;
}

.productbox .active h3
{
	color: #e11010;
}

.productbox .normal h3
{
	color: inherit;
}

.productbox .normal
{
	background-image: url(/images/webshop/product_box/item_normal.png);
	background-position: top left;
	background-repeat: repeat-x;
	white-space: nowrap;
	
	height: 70px;
	
	cursor: pointer;
}

.productbox .spacer
{
	background-image: url(/images/webshop/product_box/item_spacer.gif);
	width: 2px;
	padding: 0px;
}

.productbox .act
{
	background-image: url(/images/webshop/product_box/item_active.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	white-space: nowrap;
	
	cursor: pointer;
	
	height: 70px;
}

.dynoImage
{
	position: absolute;
	top: 0px;
	left: 0px;
}
