
#model_hoofdblok 
{ 
	position:relative; 
	width:136px; 
	height:193px;
	background:#000000; 	
	xborder: solid 1px yellow;	
	cursor:hand;		
} 
#model_image 
{ 
	position:absolute; 
	width:136px; 
	height:193px;
	z-index:2 ;
	xborder: solid 1px yellow;
} 

#model_background
{ 
	position:absolute; 
	width:136px; 
	height:193px;
	background: url(../images/modelRotator_cover_Bg.png) no-repeat left top;
	z-index:1 ;
	xborder: solid 1px yellow;
} 

* html #model_background {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=system/images/modelRotator_cover_Bg.png, sizingMethod=scale);
background-image:none; 
}

#model_background_cover
{

	position:absolute; 
	width:136px; 
	height:193px;
	background: url(../images/modelRotator_model_Bg.gif) no-repeat left top;
	z-index:1 ;
	xborder: solid 1px yellow;
}

