
#imagebrowser 
{
	background-color:#FFFFFF;
	border:1px solid #CBCBD7;
	display:none;
	/*height:738px;*/
	height: auto;
	right:271px;
	position:absolute;
	top:-40px;
	/*width:615px;*/
	width: 427px;
	z-index:44443300;
	}

#imagebrowser .textContainer
{
	/*width:581px;*/
	width: 407px;
	height:60px;
	padding:8px 10px 0px 10px;
	}

#imagebrowser .textContainer .productDetails
{
	float:left;
	height:52px;
	width: 200px;
	}

#imagebrowser .textContainer .buttonHolder
{
	float:right;
	height:60px;
	width:200px; position:relative;
}

#imagebrowser .textContainer .buttonHolder #left {
	position:absolute; top:0px; left:0px;
}

#imagebrowser .textContainer .buttonHolder #rightarrowbutton {
	position:absolute; top:0px; right:0px;
}

#imagebrowser .textContainer .buttonHolder .float-right-buttons 
{
	float:right;
	position:relative;
	width:200px;
	height:auto;
	margin-bottom:5px;
	padding-top:7px;
	}

.productDetails p
{
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	margin:0px;
	padding:0px;
	/*width:310px;*/
	}

#imagebrowser .imageContainer
{
	width:407px;
	height:600px;
	/*padding:0px 37px 10px 37px;*/
	padding: 10px;
	margin:auto;
	}

#imagebrowser .imageContainer img
{
	width:407px;
	height:600px;
	border:none;
	}
	
.arrowbutton#NextImage {
	float:right; padding:0px 13px 0px 0px; background: url(../Images/Buttons/arrow-right.gif) no-repeat right 0px;
}

.arrowbutton#NextImage a {
	 padding: 6px 0px 5px 10px;
}

	
