{
    font-family: Tahoma, Arial, Verdana;
    font-size: 10px;
   	color: #FF7500;
}
.highslide {
	cursor: url(../js/highslidegraphics/zoomin.cur), pointer;
    outline: none;
 	color: #FF7500; 
	font-size: 11px; 
	font-weight: bold;
	font-family: tahoma, arial; 
	line-height: 15px;
}

.highslide:hover {
	cursor: url(../js/highslidegraphics/zoomin.cur), pointer;
    outline: none;
 	color: #FFA04F; 
	font-size: 11px; 
	font-weight: bold;
	font-family: tahoma, arial; 
	font-style: normal;
	line-height: 15px; 
}
.highslide img {
	border:#445359 1px solid;	
}
.highslide:hover img {
	border:#FF7500 1px solid;
	background-image: url(../js/highslidegraphics/fullexpand.gif);
}

.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid black;
    border-top: none;
    font-family: Verdana, Helvetica;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 10px;
    background-color: black;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 2px;
	border: 1px solid white;
	border-color: #ff7500;
    background-color: black;
    padding-left: 22px;
    background-image: url(../js/highslidegraphics/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: 0px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(../js/highslidegraphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0px 0 0 4px;
	height: 29px;
	width: 34px;
}

/* HTML Content */
}

.highslide-html-body {
    background-color: black;
    color: white; 
    font-family: Tahoma, Arial;
    font-size: 10px; 
    font-weight: bold;
    
}
.highslide-html {
    background-color: black;
}
.highslide-html-blur {
    border-top: 0px solid;
    border-color: black;
    
}
.highslide-html-content {
	position: absolute;
    display: none;
    background-color: black;
    color: white; 
    font-family: Tahoma, Arial;
    font-size: 11px; 
    line-height: 14px;
}


.highslide-html-iframe {
	position: absolute;
    display: none;
    background-color: black;
    color: white; 
    font-family: Tahoma, Arial;
    font-size: 11px; 
    line-height: 14px;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px 5px 5px;
	font-size: 10px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ff7500;
}
.control:hover {
	color: white !important;
}
.highslide-move {
    cursor: move;


/* Necessary for functionality */
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
