/***********************************************************************************
	Style Sheet to control the look for the thumbnail gallery and sliders.
************************************************************************************/

	#thumbContainer
	{
		
		height:122px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 124px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/122px;	/* Other browsers */
		height: /**/122px;
				
	}
	#arrow_left
	{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right
	{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#thumbnails
	{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#thumbnails #slideEnd
	{
		float:left;
	}
	#thumbnails img
	{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
