

	

	

#galleryContainer{
height:96px;	/* Height of the images + 2 */
width: 828px;
border:0px solid #CCCCCC;
position:relative;
overflow:hidden;
padding:1px;
left:0px;
top:352px;
	/* CSS HACK */
	height: 98px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/96px;	/* Other browsers */
	height: /**/96px;				
	}
	
	
#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;		
}

	
#theImages{
position:absolute;
height:94px;
left:40px;
width:100000px;
}

#theImages #slideEnd{
float:left;
}

#theImages img{
float:left;
padding:0px 3px 0px 3px;
filter: alpha(opacity=80);
opacity: 1;
cursor:pointer;
border:0px;
}
	

	
	
	
#theImages .imageCaption{
display:none;
}
