/* Controls */
.controls a {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin: 10px;
	outline: none;
	background: url(/highslide/graphics/controls.png) no-repeat;
}
.prev a {
	background-position: 0 -30px;
}
.prev a:hover {
	background-position: 0 -0;
}
.next a {
	background-position: 0 -90px;
}
.next a:hover {
	background-position: 0 -60px;
}
	.highslide-image {
		border: 0px solid black;
	}
	.highslide-controls {
		width: 0px !important;
		display: none;
	}
	.highslide-controls .highslide-close {
		display: none;
	}
	.highslide-controls .highslide-full-expand {
		display: none;
	}
	.highslide-caption {
		padding:0;
	}

	.zoomout .highslide-image {
		cursor: url(/highslide/graphics/zoomout.cur), pointer;
	}
	.zoomout .highslide-caption {
		width: auto;
		background: #343434;
		color: white;
	}
	.zoomin .highslide-image {
		cursor: url(/highslide/graphics/zoomin.cur), pointer;
	}

	.closebutton {
		top: 0;
		left: 0;
	}