
.photoContainer {
	width: 650px;
	margin: 50px 0 0 0;
	position: relative;
}

#gallery {
	/* The width of the gallery */
	width:650px;
	overflow:hidden;
	position: relative;
	text-align: right;
}

#slides {
	/* This is the slide area */
	height:300px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:650px;
	overflow:hidden;
}

.slide {
	float:left;
}

#menu {
	/* This is the container for the thumbnails */
	height:15px;
	position: relative;
	top: 300px;
	margin: 0 6px 6px 0;
	
}

#featTab {
	height:167px;
	width: 27px;
	position: absolute;
	top: 20px;
	left: 650px;
	background: url(../images/featuredTab.png) no-repeat;
}

ul.gal {
	margin:0px;
	padding:0px;
}

ul.gal li {
	/* Every thumbnail is a li element */
	width:30px;
	display:inline-block;
	list-style:none;
	height:15px;
	overflow:hidden;
	background: #b9b9b9;
}

ul.gal li.inact:hover {
	/* The inactive state, highlighted on mouse over */
	background: #ffffff;
}

ul.gal li.act,li.act:hover {
	/* The active state of the thumb */
	background: #ffffff;
}

ul.gal li.act a {
	cursor:default;
}

ul.gal li a {
	display:block;
	background:url(images/slideshow/divider.png) no-repeat right;
	height:15px;
}
