/* @group Slideshow 3 */

#slideShowNav li {list-style-type: none;float: left;margin-right: 15px;}
#slideShowNav a { margin:0; padding:0; border: none; text-decoration: none}
#slideShowNav.indexNav  a {margin: 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fff; color: #444; font-weight: bold}
#slideShowNav.indexNav  a :hover{background: #CCC}
#slideShowNav.indexNav  a.activeSlide { background: #DDD }
#slideShowContainer{position: relative;display:none}
.slideshowContent,.slideshowImage{position: absolute; float: left}
.slideshowImage{background: url(../images/loading.gif) no-repeat center center}
.slideshowContent{padding: 5px; color:#000; overflow:hidden;}
.bgOverlay{background: url(../images/overlay.png) repeat;}
.ssReadMore{padding:3px 7px 3px 7px;background: #CCC;color: #444;}
#ssPager {padding-top: 4px}
#ssNavButtons{float:left;clear:left}
#ssPrev{padding: 3px 5px;cursor: pointer;color: #444;}
#ssNext{padding: 3px 5px;cursor: pointer;color: #444;}
#slideshowNav {float:left}
/* @end */



