
#imagebrowser 
{
	background-color:#FFFFFF;
	border:1px solid #CBCBD7;
	display:none;
	/*height:738px;*/
	height: auto;
	left:18px;
	position:absolute;
	top:-110px;
	/*width:615px;*/
	width: 740px;
	z-index:44443300;
	}

#imagebrowser .textContainer
{
	/*width:581px;*/
	width: 706px;
	height:60px;
	padding:8px 17px 0px 17px;
	}

#imagebrowser .textContainer .productDetails
{
	float:left;
	height:52px;
	width: 235px;
	}

#imagebrowser .textContainer .buttonHolder
{
	float:right;
	height:52px;
	width:271px;
	}

#imagebrowser .textContainer .buttonHolder .float-right-buttons 
{
	float:right;
	width:225px;
	margin-bottom:5px;
	}

.productDetails p
{
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	margin:0px;
	padding:0px;
	/*width:310px;*/
	}

#imagebrowser .imageContainer
{
	background:url(../Images/Layout/zoombg.gif);
	width:706px;
	height:706px;
	/*padding:0px 37px 10px 37px;*/
	padding: 0px;
	margin:auto;
	}

#imagebrowser .imageContainer img
{
	border:none;
	margin: auto;
	}