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

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

#horizontal-slider-wrapper {
	width:100%;
	height:100%;
	position:relative;
	top:1;
	left:0;
	overflow:hidden;
}

#mask {
	width:500%;
	height:100%;
	float:left;
}

.item {
	width:20%;
	height:100%;
	float:left;
}

.content {
	width:691px;
	min-height:226px;

	/* centered */
	margin:0 auto;
	position:relative;
}

.selected {
	font-weight:700;
}
.clear {
	clear:both;
}



#prod_nav_left {
	padding-right:10px;
	float:left;
	position:relative;
	overflow:hidden;
}

#prod_product_preview {
	float:right;
	position:relative;
	overflow:hidden;
}