
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid white;
}
.highslide:hover img {
	border: 1px solid #faa632;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	color: gray;
    text-align:center;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana;
    font-size: 8pt;
    padding: 8px 0px 2px 0px;
    background-color: white;
}

.highslide-overlay {
	display: none;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	display: block;
    position: relative;
	vertical-align:middle;
	padding: 1 5 0 5;
}

.captionText {
	text-align:center;
	vertical-align:middle;
	color: #666;
	font-family: Verdana;
	font-size: 8pt;
}

.highslide {
	cursor: url(http://www.camra.org.uk/plugins/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-loading {
	border: none;
    padding-left: 20px;
	background: center url(http://www.camra.org.uk/plugins/highslide/graphics/loader.white.gif) no-repeat;	
}

a.highslide-full-expand {
	background: url(http://www.camra.org.uk/plugins/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand;
	cursor: pointer;
	background: url(http://www.camra.org.uk/plugins/highslide/graphics/close.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.camra.org.uk/plugins/highslide/graphics/close.png', sizingMethod='scale');
}
