/* CSS Document */
#imageSlideshowHolder{

		width: 100%;	/* IE 5.x */
		width/* */:/**/100%;	/* Other browsers */
		width: /**/100%;
		
		/* CSS HACK */
		height: 230px;	/* IE 5.x */
		height/* */:/**/230px;	/* Other browsers */
		height: /**/230px;
		
		
		position:relative;	/* Never change this value */
		border-bottom:2px solid #e1e1e1;
		
	}
	.imageInGallery{		
		width:100%;
		height:230px;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}
