#images {
	width:500px;
	height:350px;
	overflow:hidden;
	border:1px solid #CCCCCC;
	position:relative;
}

ul#imgs {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:block;
	height:350px;
	position:relative;
}

ul#imgs li {
	margin:0px;
	padding:0px;
	/* height:400px; */
	text-align:center;
	background-color:#000033;
	border:none;
}

img {
	margin:0px;
	padding:0px;
	display:block;
	margin:0px auto;
}

#captions {
	background-color:#336699;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	text-align:center;
	width:500px;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#thumbsWrapper {
	width:500px;
	padding-top:10px;
}

#thumbsWrapper ul {
	list-style-type:none;
}

#thumbsWrapper ul li {
	float:left;
	display:block;
	margin-right:10px;
	width:30px;
	height:30px;
}

#thumbsWrapper ul li.activeThumb {
	border:1px solid #000033;
}

#thumbsWrapper ul li img {
	width:30px;
	height:30px;
}

#thumbsWrapper ul li#leftArrow {
	background-image:url(http://www.moord.it/examples/1.3.1/glider_auto/images/left2.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#thumbsWrapper ul li#rightArrow {
	background-image:url(http://www.moord.it/examples/1.3.1/glider_auto/images/right2.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#thumbsWrapper .backToNormal {
	float:right;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	text-decoration:underline;
	cursor:pointer;
	/* background-color:#FF0000; */
}

#thumbsWrapper .backToNormal:hover {
	color:#FF9966;
}
