
/*html, body, div, span, h1, h2, p, a, img, ul, li {
font-weight: inherit;
font-style: inherit;
font-family: inherit;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}

.clear { 
clear: both; 
display: block; 
height: 29px; 
overflow: hidden; 
visibility: hidden; 
width: 0; 
}

.clearfix:after { 
clear: both; 
content:"."; 
display: block; 
line-height: 0; 
height: 0; 
visibility: hidden; 
}

.clearfix {
display: block; 
}

html[xmlns] .clearfix { 
display: block; 
}

* html .clearfix { 
height: 1%;
}

a {
outline: none;
}

a img {
border: none;
}

ul {
list-style: none;
}


body {
color: #000;
font: 11px Verdana;
font-weight: normal;
line-height: 18px;
font-style: normal;
background: #fff;
}*/



#slidePanel {
margin-left: 15px;
position: relative;
width: 725px;
height: 185px;
overflow: hidden;
}



.slideshowBox {
 top: 0px;
 display: block; 
 position: relative;
 background: ; 
 width: 725px;
 height: 185px;
 }


#slideshowNav {
 z-index: 9000 !important;
 position: absolute;	
 top: 0px;
 left: 636px;
 overflow: hidden;
 padding-top: 4px;
 padding-bottom: 4px;
}


#slideshowNav a, a.visited, a.active {
 font: 14px Tahoma;
 font-weight: bold;
 color: #fff;
 padding: 10px;
 margin-right: 1px;
 outline: none;
 text-decoration: none;
 background: transparent url(slideshow_nav_bg.png) repeat top left;
 }

#slideshowNav a:hover {
 font: 14px Tahoma;
 font-weight: bold;
 color: #ff9d02;
 padding: 10px;
 margin-right: 1px;
 outline: none;
 text-decoration: none;
 background: #1c5893;
 }

#slideshowNav .activeSlide {
 font: 14px Tahoma;
 font-weight: bold;
 color: #ff9d02;
 text-decoration: none;
 }

#slideshowNav a:hover {
 outline: none;	
}

.slideshowContainer {  
 margin-top: 0px;
 margin-left: 0px;
} 
 
.slideshowContainer img { 
 top: 0; 
 left: 0;
} 





