
/******************/

#NewsImg{
	width:330px;
	padding:5px 0px;
}
#galleryContainer{
	height:90px;	/* Height of the images + 2 */
	border:1px solid #ededed;
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 90px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/90px;	/* Other browsers */
	height: /**/90px;
			
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #ecf4fd;
	padding:1px;
	height: 90px;
	padding-top: 38px;
	cursor: pointer;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #ecf4fd;
	padding:1px;		
	height: 90px;
	padding-top: 38px;
	cursor: pointer;
}

#theImages{
	position:absolute;
	height:65px;
	left:0px;
	width:100000px;
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	cursor:pointer;
	border-right:1px solid #ededed; height:90px; width:90px;
}

