
* {
    	font-family: Verdana, Helvetica;
    	font-size: 11px;
    
}
.thumbwrapper .highslide { 
}
.highslide img {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    	outline: none;
}
	
.highslide-image {
	border: 0px solid transparent;
	background-color: transparent;
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
}
.highslide-html {
    	background-color: #ffffff;
    	padding: 0px;
    	margin 0px;
}
.highslide-html-content {
	position: relative;
    	display: none;
    	background-color: #ffffff;
    	padding: 0px 0px 0px 0px;
}
.highslide-html-content-helpfiles {
   	 position: absolute;
    	background-color: #ffffff;
    	display: none;
    	padding: 0px 0px 0px 0px;
}
.highslide-loading {
	display: block;
    	color: #000000;
    	height: 16px;
    	font-size: 8pt;
    	font-family: sans-serif;
    	font-weight: regular;
    	text-decoration: none;
    	padding: 2px;
    	border: 1px solid #bbbbbb;
    	background-color: #ffffff;
    	padding-left: 22px;
    	background-image: url(../highslide/graphics/loader.white.gif);
    	background-repeat: no-repeat;
    	background-position:3px 2px;  
}
.highslide-loading a {
	color: #000000;
}

.highslide-html-blur {
    	border: 0px solid #80684C;
    	/*
    	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE */
	-moz-opacity: 0.80; /* Gecko */
	opacity: 0.80; /* Opera */
	*/
}
.highslide-caption {
    display: none;
    border: 0px solid #cccccc;
    border-top: 0px solid #cccccc;
    padding: 0px;
    padding-top: 2px;
    background-color: #efefef;
    text-align: left;
    font-size: 10px;
}

/* added for image-filename control*/
.image-filename {
  		padding-top: 6px; 
  		padding-bottom: 6px; 
  		padding-left: 14px; 
  		font-size: 14px; 
  		font-weight: bold; 
}

.control {
	float: right;
    	display: block;
    	position: relative;
	font-size: 10px;
    	font-weight: regular;
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #333333;
	padding: 0px 0px 0px 0px;
   	padding-right: 12px;
   	padding-left: 12px;
   	border: 1px solid #80684C;
   	margin-left: 1px;
   	margin-right: 3px !important;
   	margin-right: 2px;
   	margin-bottom: 2px;
   
}
.control:hover {
	color: #000000;
	background: none;
	text-decoration: underline;
	border: 1px solid #bbbbbb;
}

/* 	font-color and font-size for the control div
	settings from .control and .control:hover above 
	will be override 
*/

a.control:link, a.control:active, a.control:visited, a.control:hover {
	font-size: 10px;
	border: 0px;
}
.highslide-move {
    	border-bottom: 1px dotted #cccccc; 
    	height: 18px; 
    	padding: 2px;
    	cursor: default; /*cursor: move;*/
    	/*you may override this in your html file*/
}
.highslide-display-block {
    	display: block;
}
.highslide-display-none {
    	display: none;
}
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: #ffffff;
    background-color: #cccccc;
}
.highslide-previous-next {
    text-align: center;
    padding-bottom: 5px;
}
.highslide-previous-next a {
	font-size: 10px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    color: #ffffff;
    padding: 0 20px;
}
/* Controlbar example */
.controlbar {
	margin-left: 0px;	
	background: url(graphics/controlbar.gif);
	width: 275px;
	height: 44px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0px 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Controlbar example */
.controlbar2 {	
	margin-left: 0px;
	background: url(graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar2 a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/*highslide textwrapper links */
.textwrapper a, .textwrapper a:visited {color: #000000;}
.textwrapper a:hover, .textwrapper a:active {color: #cccccc; text-decoration: underline;}
