/* Change Product Detail Thumb Options */
.optionShownIn{
	float: none;
}
img.optionImage{
	/*width: 45px !important;*/
	/*height: 45px !important; */
	padding: 5px;
	background: #fff !important;
	border: 1px solid #ccc !important;
}
img.optionImage:hover, img.optionSelected{
	border: 1px solid #333 !important;
}