/* CSS Document 

    These CSS-styles are necessary for the highslide script to work. You may also put
    them in an external CSS-file. See the webpage for documentation.
*/
.highslide * {
    font-family:  Verdana, Helvetica;
    font-size: 10px;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 3px solid maroon;
}
.highslide:hover img {
	border: 3px solid beige;
}

.highslide-image {
    border: 3px solid gray;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 3px solid gray;
    border-top: none;
    font-family:  Verdana, Helvetica;
    font-size: 12px;
    padding: 5px;
    background-color: beige;
}
.highslide-loading {
    display: block;
	color: beige;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid beige;
    background-color: black;
    /* Not sure what this does */
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: red;
    background-color: beige;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	margin-bottom: 10px;
	background: url(highslide/graphics/controlbar-175-28.gif);
	width: 175px;
	height: 28px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 8px 0 0 5px;
	height: 30px;
	width: 42px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-container {
	position: inherit;
	border-color:#CCcc99;
	float:right;
}
