.control-bar{
height:20px;  
padding:2px;
background:#ebefed;
}

.highslide-html {
background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
display: none;
padding:10px;
width:600px;
height:auto;
}
.highslide-display-block {
display: block;
}
.highslide-display-none {
display: none;
}

.control {
float: right;
display: block;
/*position: relative;*/
margin: 0 5px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #42677e;
padding-top:2px;
}
.control:hover {
color: black !important;
}
.highslide-move {
cursor: move;
}


.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
	z-index:1001;
}
.highslide img {
	border: solid #dedede 0px;
}
.highslide:hover img {
	border: solid #03617f 0px;
}

.highslide-image {
	border: 0px;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 0px solid white;
    border-top: none;
    padding: 10px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 10px;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}