
.whitebg{
	position: relative;
	background-color: #FFF;
	z-index:99;
	padding-bottom: 35px;

}


.product_image {

	width: 5px;
	height: 5px;
	margin: 0 auto;
	display:block;
	text-align:center;
	position: relative;
	z-index:99;


}

img.overlay { position: absolute; left: 0; z-index: 100; }

img.thumbnail  { margin-top: 11px; }


button, .button{
	width:160px;
	padding:5px;
	border:1px solid #cccccc;
	border-radius: 5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	color: #FFFFFF;
	background-color: #666666;
}

#file-uploader{
	margin:0 auto;
	width: 178px;
	display:block;
	background-color: #FFF;
	z-index:99;

}
.clear{
	clear:both;
}
#thumbnail{
	/* float:left; */
	position: relative;
	background-color: #FFF;

}
#thumb_preview_holder{
	float:left;
	width:1px;
	height:1px;
	overflow:hidden;
	margin-left:10px;
	background-color: #FFF;
}
#myModal{
	border: 1px solid #e1e1e1;
	border-radius:10px;
}

