	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:0px;
		margin:0px;
		width:920px;
		
				
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left
	{
		position:absolute;
		z-index:10;
		padding:0px;
		margin:0px;
		left:0px;
		top:10px;
		width:12px;
		height:75px;
		cursor:pointer;
		
	}
	#arrow_right
	{
		position:absolute;
		z-index:10;
		padding:0px;
		margin:0px;
		right:0px;
		/*left:908px;*/
		top:10px;
		/*margin-left:896px;*/
		width:12px;
		height:75px;
		cursor:pointer;
		
	}
	#theImages{
		position:absolute;
		top:0px;
		left:0px;
		height:100px;
		width:100000px;
		padding:0px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}

