
#imagebrowser {
	background-color:#FFFFFF;
	border:1px solid #CBCBD7;
	display:none;
	/*height:738px;*/
	height: 705px;
	left:-87px;
	position:absolute;
	top:-80px;
	/*width:615px;*/
	width: 604px;
	z-index:44443300;
	padding:20px;
}

#imagebrowser .textContainer
{
	/*width:581px;*/
	width: 604px;
	height:60px;
	padding:0px 0px 0px 0px;
	margin:auto;
	}

#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
{
	width:604px;
	height:604px;
	/*padding:0px 37px 10px 37px;*/
	padding: 0px;
	margin:auto;
	}

#imagebrowser .imageContainer img
{
	width:604px;
	height:604px;
	border:none;
	}