/*#slideshow { position:relative; width: 100%; font-weight: bold; margin: 5px; text-align: center; }
#slideshow IMG { display: none; position:relative; top:0; left:0; z-index:8; }
#slideshow IMG.active { z-index:10; display: block; }
#slideshow IMG.last-active { z-index:9; display: none; }*/


/*preload classes*/ 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 0px;   
margin: 0 0 1px 0; 
} 
.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; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #235ba8; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current, a.current2 { 
background: #fff; 
color: #235ba8; 
} 


div#tmpSlideshow {
    padding: 30px 0 0 0;
    border: 1px solid rgb(200, 200, 200);
}
div.tmpSlide {
    display: none;
}
div.tmpSlide img {
    float: left;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    clear: both;
	
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    width: 20px;
	background: #235ba8; 
	color: #fff; 
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	text-decoration: none; 
	display: block; 
}
div.tmpSlideshowControlOn {
	background: #fff; 
	color: #235ba8; 
}
div.tmpSlideshowControlActive {
	background: #fff; 
	color: #235ba8; 
}
