@charset "UTF-8";
/* CSS Document */

.highslide-wrapper div {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
	color:#f5f4da;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.html) , pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}

.highslide-wrapper, .rounded-white {
	background: #272014;
}
.highslide-image {
    border: 2px solid #272014;
}
.highslide-image-blur {

}
.highslide-caption {
    display: none;
    
    border: 2px solid #272014;
    border-top: none;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    padding: 5px;
    background-color: #272014;
	font-style:italic;
}



.highslide-caption a:link {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
color:#f5f4da;
text-decoration:none;}

.highslide-caption a:visited {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
color:#f5f4da;
text-decoration:none;}

.highslide-caption a:active {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
color:#f5f4da;
text-decoration:none;}

.highslide-caption a:hover {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
color:#f5f4da;
text-decoration:none;}




.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: none;
    
    padding-left: 0px;
	background-image:url(../img/highslide/loader.white.png);
    background-repeat: no-repeat;
	background-position:center;
	background-color:#e6dcb6;
	width:271px;
	height:87px;
	z-index:1;
	
}
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 {
} */

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.html) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}



