/* CSS Document */
body {
padding: 0px;
margin: 0px;}

* {
font-family: Verdana, Helvetica;
font-size: 10pt;}
	
	.highslide {
	cursor: url(websites/highslide/graphics/zoomin.cur), pointer;
	outline: none;}
	
	.highslide img {
	border: 1px solid #666;
	margin: 20px 0px 20px 0px;}
		
	.highslide:hover img {
	border: 1px solid #91c319;}
	
	.highslide-image {
	border: 10px solid white;}
	
.highslideTable {
	width: 600px;
	padding-left: 7px;}

.highslide-caption {
display: none;
border-top: 1px solid black;
border-right: 5px solid white;
border-bottom: 5px solid white;
border-left: 5px solid white;
padding: 5px;
background-color: white;
font: bold 14px Arial, Helvetica, sans-serif;
letter-spacing: 3px;}

	.highslide-caption a {
	text-decoration: none;
	color: #666666;
	font: bold 12px Arial, Helvetica, sans-serif;}
	
	.highslide-caption a:hover {
	text-decoration: underline;
	color: #000;}
	
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: solid white;
	border-width: 1px 0px;
	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;}

.highslide-display-block {
	display: block;}
	
.highslide-display-none {
	display: none;}
