/*preload classes*/ 
.svw {width: 50px; height: 20px; 
background: #fff;
} 
.svw ul {position: relative; left: -999em;} 
/*core classes*/ 
.stripViewer { 
  position: absolute; 
overflow: hidden;
  -moz-box-shadow:0px 0px 10px #222;
  -webkit-box-shadow:0px 0px 10px #222;
  box-shadow:0px 0px 10px #222;
  margin: 0 0 1px 0; 
	cursor:hand;
	cursor:pointer;
	} 
.stripViewer ul li img{
  margin:0;
  padding:0;
	position:relative;
	left:0px;
	top:0px;
}
.stripViewer ul { /* this is your UL of images */ 
margin: 0;
 padding: 0; position: relative; left: 0; top: 0; width: 1%; 
 list-style-type: none; }
  .stripViewer ul li { float:left; margin:0; padding:0;} 
	.stripTransmitter {
		position:absolute;
		top:10px;
		left:10px; 
	overflow: hidden; 
	width: 10em; 
 margin:0;
 padding:0;
	} 
	.stripTransmitter ul { margin: 0; padding: 0; position: relative; 
	list-style-type: none; } 
	.stripTransmitter ul li{ 
	width: 100%; 
	 margin: 0 1px 1px 0;
	  } 
	.stripTransmitter ul li a{ 
	position:relative;
	font: bold 10px Verdana, Arial; 
	text-align: right; 
	line-height: 22px;
	 color: #ccc; 
	 text-decoration: none;
	  display: block; } 
	 .stripTransmitter ul li a:hover{
	 	 color: #FFF; 
	  top:-2px;
		color:#FFF;
	 border-bottom:1px solid #FFF;
	 }
	 .stripTransmitter a.current{ 
	 top:-2px;
   border-bottom:1px dotted #FFF;
	 }
	  /*tooltips formatting*/ 
		.tooltip { padding: 0.5em; background: #fff; 
		color: #000; border: 5px solid #dedede; } 




.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/ 
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/ 
.slideViewer { /*this is the gallery container*/ 
position: relative; 
overflow: hidden;  
top:0px;
left:0px;
margin: 0; 
padding: 0; 
display:none;
} 
.border{
	-moz-box-shadow:0px 0px 10px #333;
  -webkit-box-shadow:0px 0px 10px #333;
  box-shadow:0px 0px 10px #333;
}
.slideViewer ul {  /*this is your list of images*/ 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
float:left; 
} 
 
/*typographic info*/ 
.slideViewer span.typo{  
padding: 6px; /* do not modify padding (yet)*/ 
background: #fff; 
color: #000; 
font: normal 10px Verdana; 
} 
 
.thumbSlider { /*the thumbnails slider contanier*/ 
overflow: hidden; 
width: 1%; 
background: #fff; 
} 
.thumbSlider ul { /*the thumbnails list of images*/ 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.thumbSlider ul li{  
float:left; 
margin: 0; 
} 
.thumbSlider ul li a{ /*the link wrapped around each thumbnail. dynamically.*/ 
color: #fff; 
text-decoration: none; 
} 
.thumbSlider ul li a img{ 
border: 0; 
display: block; 
padding: 0; 
margin:0;
max-width:100%;
} 
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */ 
/* width, height and top values are dynamically added by the script. Do not modify. */ 
position:relative;  
left: 0; 
font-size: 0.01em; 
left: 0; 
margin: 0; 
padding: 0; 
} 
 
a.left, a.right { /*the left and right buttons (links)*/ 
background: transparent; /* could be any color  */ 
color: #ff0000; 
font: bold 16px Arial; 
overflow: hidden; 
} 
a.left span, a.right span{ 
 
} 
a.left img, a.right img{ 
border: 0; 
} 
a.l_dis, a.r_dis { 
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */ 
cursor: default; 
} 
a.l_dis span, a.r_dis span { 
display: none; 
} 
a:focus {outline:none;} 