/* CSS Document */
	#imageSlideshowHolder{
		margin-left:10px;
		margin-right:10px;

	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	
	#imageSlideshowHolder{
		background-color:#000;
		position:relative;
		border:3px solid #317082;
		
		/* CSS HACK */
		width: 320px;	/* IE 5.x */
		
		
		/* CSS HACK */
		height: 240px;	/* IE 5.x */
		

	
	
	}
	#imageSlideshowHolder img{
		position:absolute;
	}
	.imageInGallery{
		position:absolute;
		width:320px;
		height:240px;
		background-color:#000;
		left:0px;
		top:0px;
	}
