.slideshow{
	width:730px;	/* Total width of slideshow */
}
.galleryContainer{
	height:150px;	/* Height of the images + 2 */
	border:1px solid #ccc;
	position:relative;
	overflow:hidden;
	padding:0px;
	background-color: #343434;
		
	/* CSS HACK */
	height: 152px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/150px;	/* Other browsers */
	height: /**/150px;
}
.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:100px;
	left:40px;
	width:100000px;
}
#slideEnd{
	float:left;
}
#slideEnd2{
	float:left;
}
.theImages img{
	float:left;
	padding:1px;
	/*filter: alpha(opacity=75);
	opacity: 0.75;*/
	cursor:pointer;
	border:0px;
}
.imgdesc {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
	color: #aaa;
}

