﻿* {margin: 0; padding: 0;}
p a {color: #ff0000;}
a:focus {outline:none;}
h3, h2 {padding: 1em 0 0.8em 0; border-bottom: 1px solid silver; margin: 0 0 1em 0;}
h4 {font: normal 1.3em Arial; padding: 1.2em 0 0 0; border-top: 1px solid #ff0000; margin: 2em 0 1em 0;}
h5 {font: bold 1 Verdana; padding: 1.2em 0 0 0; margin-top: 2em; color: #ff0000;}
body, html {
	font-family: Verdana, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	background: #fff;
	color: black;			
}
html{overflow:hidden;}

/* slideViewer 1.0 default styles */
.svw { background: #ffffff;  width:100%; height:100%; text-align:center; vertical-align:middle;}
.svw ul{position: relative; left: 0;}
 
.stripViewer { /* this is the DIV container for your UL of images */
position: relative;
overflow: hidden; 
/* border: 1px solid #b29770; this is the border. should have the same value for the links */
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}


.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
/* overflow: auto;
width: 1%;
 width:100px;
  margin:0 auto;*/ 

}
.stripTransmitter ul { /* the auto-generated set of links */
/*
position: relative;
list-style: none;
   width:308px;
*/ 
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
}

.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
/*width: 20px;
float:left;
margin: 0 1px 1px 0;
*/
  float:left;
  width:20px;
  border:1px solid #fff; 
}
.stripTransmitter ul li#prev{ /* in this list too, each LI is arranged horizontally */
  float:left;
  width:40px;
  border:1px solid #fff; 
}
.stripTransmitter a{ /* the links. */
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #fff;
color: #3a2506;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover { /* hover */
background: #b29770; 
color: #fff;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #3a2506;
color: #fff;
}
/* end slideViewer default styles */
 
p {padding: 2em 0 0 0;}
 
#tooltip {
background: #fff;
color: #000;
opacity: 0.85;
border: 2px solid #dedede;
}
#tooltip h3 {
font: normal 10px Verdana; 
margin: 0; 
padding: 6px 2px; 
border: 0;}

.sliderTitle{
font: 20px arial bold;
color: #ae2b24;
letter-spacing:-1px;
width: 755px;
text-align:right;
padding: 20px 20px 20px 0px;
height:0px;
}



		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top:200px;
			text-indent: -9000em;
			z-index:9999;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 86px;
			width: 21px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url(/images/lightwindow/arrow_previous.png) no-repeat center;
		}
		
		.stripNavR {
			background: url(/images/lightwindow/arrow_next.png) no-repeat center;
		}