
/* gallery container & img containers */
#galleryContainer {
	width:623px;
	height:237px;
	display:block;
	position:relative;
	background:none;
}
.galleryImg {
	background-position:left top; 
	background-repeat: no-repeat; 
	width:623px; 
	height:237px; 
	position:absolute; 
}
/* gallery nav */
#galleryNav {
	position:absolute;
	width:643px;
	bottom:12px;
	left:0px;
	margin:0;
	padding: 10px;
	z-index:3;
}
#galleryNav ul {
	list-style:none;
	padding:0;
	margin:0 auto;	
}
#galleryNav li {
	list-style:none;
	display:inline-block;
	float:left;
	padding:0;
	margin:1px 5px 0 0;
}
#galleryNav li a {
	float:left;
	width:23px;
	height:10px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	outline:none;
	overflow:hidden;
}
.inactiveThumb {
	background:url(../images/thumb-idle.gif) no-repeat left top;	
}
.activeThumb { 
	background:url(../images/thumb-active.gif) no-repeat left top; 
}

