/* CSS Document */

.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
	border-top: 1px solid #494839;
	border-right: 1px solid #494839;
	border-bottom: 1px solid #494839;
	border-left: 1px solid #494839;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 1px solid #494839;
    border-top: none;
    padding: 5px;
    background-color: white;
		color:#333333;
}
.highslide-loading {
  display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
  text-decoration: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    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: white;
    background-color: gray;
}


/* HTML CSS RULES */

.highslide-html {
	background-color: white;
	border: 0px solid gray;
	font-size:12px; line-height:140%;
}
.highslide-html-content {
	position: absolute;
	display: none;
	padding: 0px;
}
.highslide-header {
	background-image:url(../img/bg_detailheader.gif);
	background-repeat:no-repeat;
	width:697px;height:27px;
}
.highslide-header .highslide-close {
	float:right;
	margin:5px 5px 0px 0px;
}
.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
