	#imageSlideshowHolder{
		margin-left:10px;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;		
	}
	
	#imageSlideshowHolder{		
		position:relative;
		border:0px solid #317082;
		
		/* CSS HACK */
		width: 606px;	/* IE 5.x */
		width/* */:/**/600px;	/* Other browsers */
		width: /**/600px;
		
		/* CSS HACK */
		height: 456px;	/* IE 5.x */
		height/* */:/**/450px;	/* Other browsers */
		height: /**/450px;

	
	
	}
	#imageSlideshowHolder img{
		
	}
	.imageInGallery{
		position:absolute;
		width:600px;
		height:450px;		
		left:0px;
		top:0px;
	}

