.highslide {
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-wrapper {
}
.highslide-image {
    border: none;
}
.highslide-image:hover {
    cursor: pointer;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none!important;
    visibility: hidden!important;
}
.highslide-loading {
    display: block;
    width: 45px;
    height: 45px;
    margin: auto;
	padding: 0;
	border: none;
    text-indent: -500px;
    overflow: hidden;
    background-color: #000;    
    background-image: url(../images/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
}
a.highslide-credits {
    display: none!important;
    visibility: hidden!important;
    padding: 7px;
    color: #fff;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: #000;
    background-color: #fff;
}

a.highslide-credits i {
    font-style: normal;
}

a.highslide-full-expand {
	display: none;
}

.controlbar { 
    position: absolute;
    top: 7px;
    right: 7px;
	width: 268px;
	height: 40px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	width: 60px;
	height: 40px;
	margin-left: 7px;
	cursor: pointer;
	background-repeat: no-repeat;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
.controlbar a:hover {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.controlbar .previous {
	background-image: url(../images/graphics/prev.gif);
}
.controlbar .next {
	background-image: url(../images/graphics/next.gif);
}
.controlbar .highslide-move {
	background-image: url(../images/graphics/move.gif);
}
.controlbar .close {
	background-image: url(../images/graphics/close.gif);
}


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