.highslide {
	cursor: url(http://www.saintsens.com/new/highslide/highslide/graphics/zoomin.cur), pointer;
    outline: none;
	z-index:100;
}
.highslide img {
	border: 1px solid white;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-type: arial;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(http://www.saintsens.com/new/highslide/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
.control {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: #90A500 !important;
}
.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(http://www.saintsens.com/new/highslide/highslide/graphics/controlclose.gif);
	width: 35px;
	height: 24px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 24px;
}
.controlbar a:hover {
	background-image: url(http://www.saintsens.com/new/highslide/highslide/graphics/controlclose-hover.gif);
}

.controlbar .close {
	width: 35px;
	background-position: -140px 0;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
