	#galleryContainer{
		
		height:154px;	/* Height of the images + 2 */
		width:670px;
	/*	border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 154px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/154px;	/* Other browsers */
		height: /**/154px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:0px;  cursor:pointer;
		background-color:#ffffff; height:150px; width:40px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:0px; cursor:pointer;	
		background-color:#ffffff; height:150px; width:40px;	
	}
	

#theImages{
		position:absolute;
		height:100px;
		left:0px; right:10px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
	}
#content { clear:right; float:left; padding-left:10px; }
	