/*
    HIGHSLIDE
    
    These CSS-styles are necessary for the script to work. You may also put
    them in an external CSS-file. See the webpage for documentation.
 */


.highslide {
    cursor: url(../highslide/graphics/zoomin.cur), pointer;
    cursor: pointer;
    outline: none;
}
/*.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}*/

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    padding: 0px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: grey;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: lowercase;
    text-decoration: none;
	padding: 5px;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/snake_grey.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 1em;
    font-weight: bold;
	text-decoration: none;
	text-transform: none;
    margin-top: 4px;
    margin-bottom: 4px;
}
.control:hover {
    margin-top: 4px;
    margin-bottom: 4px;
}
.control, .control * {
	color: #666;
}
.note {float:left; margin-left:25px; margin-top:10px; color:#999999; font-size:0.7em; display:block; text-align:left;}

#admin, #admin_data { _position: absolute; }