

#producter-wrapper {
    position: absolute;
    z-index: 6000;
    width: 240px;
    height: 140px;
    overflow: hidden;
    border: 20px solid #d9d9d9;
}

#producter-wrapper-close {
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
    height: 22px;
    width: 22px;
    background: url(/Module/Products/Page/image/close.png) no-repeat;
}* html #producter-wrapper-close {
    background: none;
    filter: progid:

DXImageTransform.Microsoft.AlphaImageLoader(src="/Module/Products/Page/image/close.png", sizingMethod="scale");
}
#producter-wrapper-product {
	background: #ebebed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
#producter-wrapper-product .image {
	float: left;
		z-index: 6000;
	display: inline;
	border-left: 1px solid #a9a8ad;
}
#producter-wrapper-product .info {
	float: left;
	color: #707072;
	display: inline;
	width: 155px;
	height: 100%;
	position: relative;
	padding: 40px 25px 0px 25px;
}
	#producter-wrapper-product .info div {
		margin-bottom: 2px;
	}
	#producter-wrapper-product .info .product-title {
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		font-size: 18px;
		margin: 0px 0px 20px 0px;
		padding-bottom: 10px;
		background: url(/Module/Products/Page/image/dot.gif) repeat-x bottom left;
	}

	#producter-wrapper-product .size {
		margin-right: 5px;
	}
	#producter-wrapper-product .width {
		padding-left: 18px;
		background: url(/htdoc/images/products/products.width.gif) no-repeat 0px 6px;
		margin-right: 5px;
	}
	#producter-wrapper-product .height {
		padding-left: 9px;
		background: url(/htdoc/images/products/products.height.gif) no-repeat 0px 4px;
		margin-right: 4px;
	}
	#producter-wrapper-product .deep {
		padding-left: 12px;
		background: url(/htdoc/images/products/products.deep.gif) no-repeat 0px 4px;
		margin-right: 5px;
	}
	#producter-wrapper-product .fi {
		padding-left: 12px;
		background: url(/htdoc/images/products/products.fi.gif) no-repeat 0px 3px;
	}

#producter-wrapper .loader {
	background: #ebebed url(/Module/Products/Page/image/loader.gif) no-repeat center center;
}
#add-choice {
	position: absolute;
	left: 10px;
	font-weight: bold;
	bottom: 80px;
}
 #navigation {
 	list-style: none;
	margin: 0px;
	padding: 0px;
	zoom: 1;
	overflow: hidden;
 	position: absolute;
	bottom: 50px;
	left: 10px;
	width: 180px;
 }
 	#navigation li {
 		display: inline;
 	}
	#navigation li.prev {
		float: left;
	}
	#navigation li.prev a {
		padding-left: 14px;
		background: url(/Module/Products/Page/image/prev.gif) no-repeat center left;
	}
	#navigation li.next a {
		padding-right: 14px;
		background: url(/Module/Products/Page/image/next.gif) no-repeat center  right;
	}
	#navigation li.next {
		text-align: right;
		float: right;
	}

