#backgroundPopup { /* opacity transparent background div */
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:22;
}
#popupContact {
	display:none;
	z-index:23;
}
#galleryContainer {
	height:66px;	/* Height of the images + 2 */
	position:relative;
	padding:1px;
    
    width: 286px;
	margin: 0px auto;
    overflow:hidden;
	/* CSS HACK */
	height: 68px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/66px;	/* Other browsers */
	height: /**/66px;
}

#arrow_left {
    background-color:#E9E9E9
    height:42px;
    left:0;
    margin:10px 0 0;
    z-index:10;
}

#arrow_right {
	background-color:#E9E9E9;
    height:42px;
    margin:10px 0 0;
    right:0;
    z-index:10;
}
#theImages {
	position:absolute;
	height:100px;
	left:96px;
	width:100000px;
	margin:10px 0px 0px 0px;
	}
#theImages #slideEnd {
	float:left;
}
#theImages img {
	float:left;
	padding:1px;
	cursor:pointer;
	border:0px;
}
.captionClass {
	display: none;
}
.captionClass h1 span {
	display: none;
}
#theImages .imageCaption {
	display:none;
}
