.prod_details_wrap_one

{

	position:relative;

	float:left;

	height: 504px;

	display: block;
	

}


.product_details_one

{

	position:absolute;

	float: left;

	width: 0;

	/*left:-500;*/

	

}

.product_pic_one

{

	height: 504px;

	width:260px;

	background:url('images/shop-loading.gif');

	float:left;

	opacity: 1;

	filter: alpha(opacity=100);

	position: relative;
	

}


.product_desc_one

{

	height: 504px;

	width:260px;

	/*background:url(images/shopper-panel-background.jpg);*/

	background:transparent url('images/box-1-panel-background.png') repeat scroll 0% 50%;

	float:left;

	position:absolute;

	opacity: 0;

	filter: alpha(opacity=0);
	
	display: none;

	left:-260px;

	/*right:200;*/

}


.product_similars_one

{

	height: 504px;

	width:65px;

	background:url('images/variations-empty-background.png');

	float:left;

	position:relative;

	opacity: 0;

	filter: alpha(opacity=0);
	
	display: none;

	/*left:-90;*/

}



