#imageDetails {
}

#caption {
}

#numberDisplay {
	display: none !important;
}

#prevLink {
	width: 49%;
	height: 100%;
	background: url(../images/lightbox/btn_left.gif) left 15% no-repeat !important;
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
}

#nextLink{
	display: block;
	width: 49%;
	height: 100%;
	background: url(../images/lightbox/btn_right.gif) right 15% no-repeat !important;
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
}

#prevLink:hover,
#prevLink:visited:hover {
	background: url(../images/lightbox/btn_left.gif) left 15% no-repeat !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#nextLink:hover,
#nextLink:visited:hover {
	background: url(../images/lightbox/btn_right.gif) right 15% no-repeat !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
