div.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 415px; 
	background: #fff url(load-b.gif) no-repeat center;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 600px;
	background: #fff;
	top: 0px;
	left: 0px;
	position: relative;
	float: left;
	height: 530px;
	/* border: 1px solid #808080; */
}

div.navigation a {
	text-decoration: none;
}
div.slideshow-container {
	position: relative;
	height: 415px; /* This should be set to be at least the height of the largest image in the slideshow */
	/* background: #dedede; */
	width: 600px;
    text-decoration: none;	
    clear: both;

	/* border: 1px solid #3366FF; */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 415px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 415px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}


div.slideshow img {

	vertical-align: middle;
	border: 1px solid #808080;
}
div.caption-container {
	position: absolute;
	float: left;
	height: 40px;
	text-align: left;
    top: 415px;
	left: 0px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0px;
	left: 0px;	
}

div.caption {
    position: absolute;
	margin-top:5px;
	padding: 0px;
	height: 40px;
	/*border: 1px solid #ccc;*/
	/*background-color: #dedede;*/
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: center;
	width: 600px;
	display: block;
}
div.image-title {
	font-weight: normal;
	font-size: 11px;
}
div.image-desc {
	padding-top: 5px;
	position: absolute;
	left: 0px;
	top: -488px;
	font: medium Arial, Helvetica, sans-serif;
	color: #caa743;
	text-transform: lowercase;
	/*border: thin dotted #CC0000;*/
	width: 400px;
	text-align: left;
	vertical-align: middle;
	display: block;
}
div.navigation {
/*width: 165px;
float: left; 
top : 166; 
position: absolute; 
left':15;*/
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#thumbsHolder {
	margin: 0px;
	display: block;
	position: absolute;
	width: 600px;
	height: 50px;
	top: 450px;
	left: 0px;
	text-decoration : none;
	/* border: 1px solid #ccc; */
	/* background-color: #dedede; */
	text-align: center;
}
#topHolder {
	display: block;
	position: relative;
	text-align: center;
	width: 77px;
	height: 52px;
	top: 0px;
	margin: auto;
	z-index: 10;
}
#prevsHolder {
	display: block;
	position: absolute;
	width: 77px;
	height: 52px;
	top: 3px;
	left: 0px;
	/*background-color: #dedede;*/
	z-index: 10;
}
#prev_loader {
	/* border */
	border: 1px solid #808080;
	/* position */
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	/* size */
	width: 77px;
	height: 52px;
	position: absolute;
	z-index: 5;
    background: #fff url(load-s.gif) no-repeat center;	/* border: 1px solid #00CC99; */
	}

#preview {
	/* size */
	width: 75px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#preview img {
	width: 75px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #999999;
}

#prev_over {
	/* position */
	margin-top: 0px;
	/* size */
	width: 75px;
	height: 50px;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
}
#prev_over img {
	width: 75px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #999999;
}

span.preview previous {
	display: block;
	width: 75px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: absolute;
	/* border: 10px solid #999999; */	
	}
span.preview current {	
	display: block;
	width: 75px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: absolute;
	/* border: 10px solid #999999; */	
	}
ul.thumbs {
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 2px 0px 0px;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #808080;
	width: 20px;
	height: 20px;
	background: #CCCCCC;
}
a:hover.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	background: #E7E7E7;
}

ul.thumbs li.selected a.thumb {
	background: #999999;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 20px;
	height: 20px;
	}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.ss-controls {
    padding-top: 0px;
    display: block;
	line-height: 16px;
	text-align : center;
	color : #808080;
	text-decoration : none;
	position : absolute;
	left : 509px;
	top : -528px;
	width : 80px;
	height: 16px;
	text-transform : lowercase;
	border: 1px solid #666;
	background-color: #E7E7E7;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float:right;
}

div.controls {
	display: block;
	position: relative;
	width: 614px;
	height: 20px;
	top: 7px;
	
left: -8px;
	float: left;

	/* margin: auto; */
	text-align: center;
	vertical-align: middle;
	font: 16px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
    z-index: 0;
}
div.nav-controls {
	display: block;
}
div.controls a.prev {
	color: #808080;
	text-decoration : none;
	float: left;
	padding-left: 0px;
	height: 20px;
	width: 20px;
}
div.controls a.next {
	color: #808080;
	text-decoration : none;
	float: right;
	padding-right: 0px;
	height: 20px;
	width: 20px;
}
div.controls a {
	color: #808080;
	text-decoration : none;
	padding-right: 0px;
	height: 20px;
	width: 20px;
}
div.controls a:hover {
	color: #003333;
	text-decoration : none;
}
div.controls a.next:hover {
	color: #003333;
	text-decoration : none;
}

div.controls a.prev:hover {
	color: #003333;
	text-decoration : none;
}

 div.info {
 text-decoration : none;     	
}

.infotxt {
    position : absolute;
    left : 784px;
	top : 51px;
	padding-top: 0px;
    display: block;
	line-height: 16px;
	text-align : center;
	color : #808080;
	text-decoration : none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float:right;
    font-weight: bold;
    border: 1px solid #666;
	background-color: #CCC;
	width : 16px;
	height: 16px;
}

#vorinfo1 {
    position : relative;
    left : 47px;
	top : 50px;
	padding: 10px;
    display: block;
	line-height: 16px;
	text-align : left;
	color : #808080;
	text-decoration : none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float:left;
    border: 1px solid #666;
	background-color: #fffCCC;
	width : 490px;
	height: 240px;
	z-index: 10;
}

#vorinfo {
    position : relative;
    display: block;
    left : 47px;
	top : 50px;
	float:left;
	width : 510px;
	height: 260px;
	z-index: 10;
   text-decoration : none;
}

#vorinfobg {
    position : relative;
    display: block;
    width : 100%;
	height: 100%;
	line-height: 16px;    
    border: 1px solid #666;
	background-color: #ffffff;
	left : 0px;
	top : 0px;
    text-decoration : none;
}

.vorinfotxt {
    position : relative;
    left : 47px;
	top : 50px;
	padding: 10px;
    display: block;
	line-height: 16px;
	text-align : left;
	color : #808080;
	text-decoration : none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float:left;
    border: 1px solid #666;
	width : 490px;
	height: 240px;
	z-index: 10;
}
#txt {
    position : absolute;
    left : 0px;
	top : 0px;
	padding: 10px;
    display: block;
	line-height: 16px;
	text-align : left;
	color : #808080;
	text-decoration : none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float:left;
    border: 1px solid #666;
	width : 490px;
	height: 240px;
	z-index: 10;
	margin: 0px;
}

.infotxt:hover {
	background-color: #dedede;
	cursor: pointer;
	cursor: hand;
}

div.closelink {
    width : 100%;
	height: 20px;	
	display: block;
	line-height: 16px;
	color : #808080;
	text-decoration : none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
    z-index: 10;
    margin: 0px;
}
#closeX {
    position : absolute;
    left : 489px;
	top : 239px;
	padding-top: 0px;
    display: block;
	line-height: 16px;
	text-align : center;
	vertical-align: middle;
	color : #808080;
	text-decoration : none;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	float:right;
    /* border: 1px solid #666; */
	width : 20px;
	height: 20px;
	z-index: 10;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
}
 
body {
 text-decoration : none;     	
}