.highslide {
	cursor: url(../../../../javascript/highslide/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: none;
}
.highslide-loading {
    background-image: url(../../../../javascript/highslide/highslide/graphics/loader.white.gif);
}
a.highslide-full-expand {
	background: url(../../../../javascript/highslide/highslide/graphics/fullexpand.gif) no-repeat;
}
.controlbar {	
	background: url(../../../../javascript/highslide/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../../../../javascript/highslide/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}