div#slideshow
{
	width:930px;	
	position:relative;
}

#galleryContainer2
{
		
	height:230px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:0px;
	left:35px;
	
	width:862px; 
		
	/* CSS HACK */
	height: 120px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/120px;	/* Other browsers */
	height: /**/122px;				
}

#arrow_left2
{
	position:absolute;
	left:0;
	top:30px
}

#arrow_right2
{
	position:absolute;
	right:0;	
	top:30px;
}

#theImages2
{
	position:absolute;
	height:62px;
	width:1700px;
	left: 23px;
}

#theImages2 #slideEnd2
{
	float:left;
}

#theImages2 img
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	border:0px;
	float:left;
	margin-right:10px;
	position:relative;
}

