﻿
	#galleryContainer
	{
		height:79px;
		position:relative;
		overflow:hidden;
		padding:1px;
		

		/* CSS HACK */
		height: 81px;	/* IE 5.x */
		height/* */:/**/79px;	/* Other browsers */
		height: /**/79px;	
		float:left;
		/*width:92%*/
		width:820px;	
	}
	#arrow_left
	{
		/*position:absolute;
		left:0px;*/
		float:left;
		padding-bottom:2px;
		z-index:10;
	}
	#arrow_right
	{
		/*position:absolute;
		right:0px;*/
		float:right;
		padding-bottom:2px;
		padding-right:4px;
		z-index:10;		
	}
	#theImages
	{
		position:absolute;
		height:71px;
		/*left:31px;*/
		left:0px;
		width:100000px;
	}
	#theImages #slideEnd
	{
		float:left;
	}
	#theImages img
	{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
	
