/*
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
}
*/

#ImageBoxOverlay {
	background-color: #000000;
}

#ImageBoxCaption {
	background-color: #351B05;
}

#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #351B05;
}

#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000000;
}

#ImageBoxCaptionImages {
	margin: 0;
}

#ImageBoxNextImage {
	background-image: url(img/imagebox/spacer.gif);
	background-color: transparent;
}

#ImageBoxPrevImage {
	background-image: url(img/imagebox/spacer.gif);
	background-color: transparent;
}

#ImageBoxNextImage:hover {
	background-image: url(img/imagebox/next_image.png);
	background-repeat:	no-repeat;
	background-position: right center;
}

#ImageBoxPrevImage:hover {
	background-image: url(img/imagebox/prev_image.png);
	background-repeat:	no-repeat;
	background-position: left center;
}
