/* CSS Document */

.highslide {
	cursor: url(../../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper {
	background: black;
}
.highslide-image {
	border: 2px solid #CCCCCC;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 2px solid #CCCCCC;
    border-top: none;
    padding: 5px;
    background-color: #F9FFF9;
	color: #4F9841;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	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(../../images/highslide/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-full-expand {
	background: url(../../images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}