﻿	#CMRCSlideshowHolder{
		/* CSS HACK */
		width: 619px;	/* IE 5.x */
		width/* */:/**/619px;	/* Other browsers */
		width: /**/619px;
		
		/* CSS HACK */
		height: 250px;	/* IE 5.x */
		height/* */:/**/250px;	/* Other browsers */
		height: /**/250px;
		
		background-color:#fff;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:619px;
		height:250px;
		background-color:#fff;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#CMRCSlideshowHolder img{
		position:absolute;
	}
