/*----------Java Photo Viewer CSS-------------------------*/
	.highslide {
		cursor: url(/scripts/highslide/graphics/zoomin.cur), pointer;
		outline: none;
	}
	.highslide img {
		border: 0;
		border-bottom: 0px solid #fff;
	}
	.highslide:hover img {
		border: 0;
		border-bottom: 0px solid #a4a4a4;
	}
	
	.highslide-image {
			cursor: pointer; /* opera */
		cursor: url(/scripts/highslide/graphics/zoomout.cur), pointer;
			border: 0px solid #fff;
	}
	.highslide-image-blur {
			cursor: pointer;
			cursor: hand;
	}
	.highslide-caption {
		display: none;
		border: 0px solid white;
		border-top: none;
		font-family: Verdana, Helvetica;
		font-size: 10pt;
		text-align:center;
		padding: 5px;
		background: white;
	}
	
	.highslide-caption h3 {
	margin: 3px 7px 3px 7px;
	padding: 0;
	color: #885914;
	font: .9em verdana, sans-serif;
	}
	
	.highslide-caption p {
	margin: 0px 7px 4px 7px;
	padding: 0;
	font: .8em/1.3em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	
	}
	
	.highslide-display-block {
			display: block;
	}
	.highslide-display-none {
			display: none;
	}
	.highslide-loading {
		display: block;
		color: #333;
		font-family: Arial, Verdana;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		padding: 4px;
		opacity: 0.60; /* w3c */
		filter: alpha(opacity=60); /* ie */
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #fff;
		padding-left: 25px;
		background-image: url(loader.gif);
		background-repeat: no-repeat;
		background-position: 3px 1px;			
	}
	
