	#galleryContainer{
		
		height:175px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 177px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/177px;	/* Other browsers */
		height: /**/177px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:0px;
		cursor:pointer;
		background-color:#EFEBEF;		
	
	}
	#arrow_right{
		position:absolute;
		right:0px;
		left:140px;
		z-index:10;
		padding-right:10px;		
		cursor:pointer;
		background-color:#EFEBEF;
	
	}
	#theImages{
		position:absolute;
		height:177px;
		top:0;
		left:21px;
		width:10000px;
		z-index:1px;
		border:#9FC solid 0px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages div{
		float:left;
		padding-left:16px;
		padding-right:14px;
		/*cursor:pointer;*/
		border:0px;
		
		
		
	}
