
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

#slideshowContainer_hairtype{
	border: 1px solid #ccc;
	width: 300px;
	height: 425px;
	margin-top: 10px;
	margin-bottom: 50px;
	float:right
}
#slideshowContainer_lace{
	border: 1px solid #ccc;
	width: 300px;
	height: 400px;
	margin-top: 10px;
	margin-bottom: 50px;
	float:right
}
#slideshowContainer_capconstruction{
	border: 1px solid #ccc;
	width: 300px;
	height: 425px;
	margin-top: 10px;
	margin-bottom: 5px;
	
}
#capconstructiondesc {
	float:left;
	width: 285px;
}
.slideshowContainer {
	border: 1px solid #ccc;
	width: 300px;
	height: 400px;
	margin-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 200px;	
	float:right;
}
.slideshowContainer_capconstruction {
	border: 1px solid #ccc;
	width: 310px;
	height: 400px;
	margin-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 200px;	
	}


.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.container {
	width:600px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	clear:both;
	}
.container_capconstruction {
	width:320px;
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
	clear:both;
	}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}
#texturedesc {
	clear:both;
	margin-left:15px;
	width:600px;
	height: auto;
}
#texturedesc h3{
	text-align: left;
}
	

/*************************************************************/

