.highslide {
	cursor: url(js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
	
}
.highslide img {
	border: 1px #A66B36;
}
.highslide:hover img {
	border: 1px #A66B36;
}

.highslide-image {

    border-bottom: 1px solid #F08339;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 0px solid #F08339;
	color:#FFFFFF;
    font-family: Verdana, Helvetica;
	font-weight:bold;
    font-size: 10pt;
    padding: 5px;
    background-color: #B66013;
}
.highslide-loading {
    display: block;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(js/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
	}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
    text-decoration: none;
	font-size: 11px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #E78E3E;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
