#collections-container {
	width: 900px;
	position: absolute;
	top: 95px;
}

.style-container {
	height: 520px;
	width: 600px;
	margin-left: 250px;
	float: left;
}

.description {
	width: 300px; 
	height: 200px; 
	padding-top: 320px;
	text-align: left;
	float: left;
}

.description p {
	text-align: left;
}

#collections-container div img {
	float: left;
}


#collectionThumbs-container {
	width: 900px;
	height: 102px;
	position: absolute;
	top: 0px;
}

#collectionThumbs-clip {
	width: 832px;
	height: 102px;
	position: absolute;
	left: 34px;
	clip: rect(0px 832px 102px 0px);
	overflow:hidden;
}

#collectionThumbs-container #scrollLeft {
	width: 30px;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	cursor: pointer;
}

#collectionThumbs-container #scrollRight {
	width: 30px;
	height: 100px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	cursor: pointer;
}

#collectionThumbs-container #collectionThumbsImages {
	position: absolute;
	top: 0px;
	left: 0px;
}

#collectionThumbs-container #collectionThumbsImages img{
	float: left;
}

.imageOff {
	float: left;
	margin: 2px 2px 0px 0px;
	opacity:.30; 
	-moz-opacity: 0.3;
	padding-bottom: 0px;
}

.imageOn {
	float: left;
	margin: 0px 2px 0px 0px;
	opacity: 1.00;  
	-moz-opacity: 1.0;
	padding-bottom: 2px;
}