	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 406px;	/* IE 5.x */
		width/* */:/**/400px;	/* Other browsers */
		width: /**/400px;
		
		/* CSS HACK */
		height: 156px;	/* IE 5.x */
		height/* */:/**/150px;	/* Other browsers */
		height: /**/150px;
		
		background-color:#000;
		border:3px solid #725700;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:400px;
		height:150px;
		background-color:#000;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
	position:absolute;
	left: 4px;
	}


	.style1 {font-size: small}
	
		/* DEMO CSS */
	a{
		color:red;
		text-decoration:none;
	}

	img{
		border:0px;
	}

	
	#leftContainer{
		width:160px;
		float:left;
		padding-left:5px;
		padding-right:5px;
		height:300px;
	}
	
	#contentContainer{
		width:590px;
		float:left;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}	
	
	/* END DEMO CSS */
