@media screen {
	img {
		border: none;
	}

	#ImgBox:link {
		color: #333333;
		font-size: 12px;
		text-decoration: none;
	}
	#ImgBox:visited {
		color: #333333;
		font-size: 12px;
		text-decoration: none;
	}
	#ImgBox:hover {
		color: #6699cc;
		cursor: pointer;
		font-size: 12px;
		text-decoration: none;
	}
	#ImgBox:active {
		color: #333333;
		font-size: 12px;
		text-decoration: none;
	}
	#ImageBoxOverlay {
		background-color: #000000;
		z-index:3500;
	}
	#ImageBoxCaption {
		background-color: #f4f4ec;
		font-size: 12px;
	}
	#ImageBoxContainer {
		background-color: #f4f4ec;
		height: 250px;
		width: 250px;
	}
	#ImageBoxOuterContainer {
		z-index:4000;
	}
	#ImageBoxCaptionText {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#ImageBoxCaptionImages {
		margin: 0px;
	}
	#ImageBoxNextImage {
		background-color: transparent;
		background-image: url(../images/spacer.gif);
	}
	#ImageBoxPrevImage {
		background-color: transparent;
		background-image: url(../images/spacer.gif);
	}
	#ImageBoxNextImage:hover {
		background-image: url(../images/next.gif);
		background-position: right top;
		background-repeat: no-repeat;
	}
	#ImageBoxPrevImage:hover {
		background-image: url(../images/prev.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	h2,h4,p {
		padding-left: 20px;
	}
}