/* Color Dress Material Styles */

#dColor_img { position: relative; }

#ogScan
{
	position: absolute;
	width: 120px;
	height: 25px;
	right: 50px;
	bottom: 30px;
}

/* thumbnail list */

#thumbs, #thumbs li
{
	margin: 0 0 30px 0;
	list-style: none;
}

#thumbs li
{
	float: left;
	margin-right: 35px;
	padding: 2px;
	border: 1px solid #ccc;
	font: bold 1.1em/135% Arial, Helvetica;
}

#thumbs a
{
	display: block;
	position: relative;
	float: left;
	width: 86px;
	height: 80px;
	line-height: 100px;
	overflow: hidden;
	z-index: 1;
}

#thumbs a img
{
	float: left;
	position: absolute;
	top: 0;
	right: 0;
}

/* mouse over */

#thumbs a:hover
{
	overflow: visible;
	z-index: 1000;
	border: 0 none;
}

#thumbs a:hover img
{
	padding: 2px;
	border: 1px #bbb solid;
	background-color: #fff;
}

#thumbs label { cursor: pointer; }

/* // mouse over */

/* clearing floats */

#thumbs:after, li#thumbs:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#thumbs { display: block; }
/*  \*/
#thumbs { min-height: 1%; }
* html #thumbs, * html li#thumbs { height: 1%; }

/* // clearing floats */

#thumbs input { float: right; line-height: 1; }

#thumbs input { float: none; line-height: 1; }

/* // thumbnail list */
