.closebutton {
	position: relative;
	top: 0;
	left: 15px;
	width: 7px;
	height: 7px;
	cursor: pointer; /* w3c */
	background: url(../images/close.png);
	background-repeat:no-repeat;
}

.nextbutton {
	position: relative;
	top: -15px;
	left: 22px;
	width: 13px;
	height: 21px;
	cursor: pointer; /* w3c */
	background: url(../images/right.png);
}

.previousbutton {
	position: relative;
	top: -15px;
	left: -22px;
	width: 13px;
	height: 21px;
	cursor: pointer; /* w3c */
	background: url(../images/left.png);
}
.thumbwrapper .highslide {
	outline: none;
}
.highslide img {
	border:none;
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide:hover img {
	border:none;
}
.highslide-dimming {
	background-color: black;
}