body{
}
a{
	text-decoration: none;
	color: #666;
}
a:HOVER{
	text-decoration: underline;
}

#container{
	width: 600px;
	height: 600px;
	margin: 5px;
//	background: url(img/gallery-bg.gif) no-repeat;
}
#top{
	background: url(img/gallery-top.gif) no-repeat;
	height: 491px;
}
#container #top{
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
#container #bottom{
	display: block;
	width: 600px;
	height: 111px;
	background: url(img/gallery-bottom.gif) no-repeat;
	position: relative;
	margin-top: -10px;
}
#previousImage {
	width:80px;
	height:20px;
	position:absolute;
	left:25px;
	top:15px;
}
#nextImage{
	width: 50px;
	height:20px;
	position:absolute;
	left: 525px;
	top: 15px;
}
#container #bottom img{
	border: 0px;
}
#allImageLinks{
	text-align: center;
	font-size: x-small;
}
#allImageLinks a{
	margin: 0 5px 0 5px;
}
#theImage{
	text-align: center;
	padding-top: 10px;
}
#caption{
	text-align: center;
	color: #666;
	font-weight: bold;
}

.currentImage{
	color: #F00;
	text-decoration: underline;
}
