div.galleryWrapper {
	float: left;
	position: relative;
	height: 615px;
	padding-bottom: 20px;
	margin-left: 20px;
	}
	
div.galleryFrame {
	width: 680px;
	height: 615px;
	background-color: none;
	background-image: url('../images/blackboard.jpg');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	}
	
div.galleryImage {
	width: 640px;
	height: 440px;
	position: absolute;
	top: 17px;
	left: 19px;
	z-index: 2;
	text-align: center;
	vertical-align: middle;
	}
	
div.galleryImage img {
	border: 1px solid #FFF;
	}
	
	
div.galleryWidget {
	width: 407px;
	height: 218px;
	position: absolute;
	top: 80px;
	left: 130px;
	z-index: 3;
	display:block;
	}
	
div.galleryThumbs div.gallerySelector {
	background: none;
	margin: auto;
	}
	
div.galleryNavigation  {
	width: 680px;
	height: 100px;
	background-image: url('../images/background.jpg');
	background-repeat: repeat;
	position: absolute;
	top: 515px;
	left: 0px;
	z-index: 4;
	}
	
div.galleryThumbs {
	width: 580px;
	height: 72px;
	background: none;
	position: absolute;
	top: 525px;
	left: 50px;
	z-index: 5;
	text-align: center;
	}
	
div.gallerySelector a.thumb img {
	border: 1px solid #FFF;
	}

div.gallerySelector a.thumb:hover  img{
	border: 1px solid #c00;
	}

div.gallerySelector a.thumb:active img{
	border: 1px solid #000;
	}

div.galleryNavigation img.galleryNext, div.galleryNavigation img.galleryPrev {
	position: absolute;
	margin-top: 10px;
	}
	
div.galleryNavigation img.galleryNext {
	margin-left: 10px;
	right: 10px;
	}
	
div.galleryNavigation img.galleryPrev {
	margin-right: 10px;
	left: 10px;
	}

div.gallerySlider {
	position: absolute;
	top: 480px;
	left: 170px;
	width: 150px;
	height: 20px;
	z-index: 9;
	}
	
div.gallerySlider img {
	border: none;
	float:left;
	display: block;
	}

/* The invisible button to start/stop the slideshow */
div.galleryStart, div.galleryStop {
	position: absolute;
	top: 460px;
	left: 520px;
	width: 140px;
	height: 30px;
	z-index: 9;
	}
	
div.galleryStop {
	display: none;
	}
	
div.galleryPopup {
	position: absolute;
	top: 200px;
	left: 200px;
	background-color: #CECECE;
	width: 300px;
	height: 150px;
	z-index: 10;
	border-top: 5px solid #B8B072;
	border-left: 5px solid #B8B072;
	border-bottom: 5px solid #877A4E;
	border-right: 5px solid #877A4E; 
	}

div.galleryPreloader {
	width: 1px;
	height: 1px;
	display: none;
	}
