@charset "utf-8";
/* CSS Document */
       #slideshow
        {
        	height: 281px;
            margin: 10px 0 0 0;
            overflow: hidden; /* contain rotator while jquery and images load */
            width: 580px;
        }

        #rotator
        {
        	height: 281px;
        	overflow: hidden; /* contain rotator while jquery and images load */
            position: relative;
            width: 580px;
        }
        
        #thumbnails
        {
            clear: both;
            display: block;
            left: 0;
            overflow: hidden; 
            position: absolute;
            top: 0;
            width: 100px;
        }
        #thumbnails a
        {
            clear: both;
            overflow: hidden;
            width: 100px;
        }
        #thumbnails a img
        {
            border: 0;
            margin-bottom: 1px;
            opacity: .4;
            filter: alpha(opacity=40);
        }
        #thumbnails a:hover img, #thumbnails a.activeSlide:hover img
        {
            opacity: .8;
            filter: alpha(opacity=80);
        }
        #thumbnails a.activeSlide img
        {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        
        #slideshow-pager
        {
            display: block;
            margin: 0 0 0 100px;
            width: 480px;
        }
        
        .slide
        {
            height: 281px;
            overflow: hidden;
            position: relative;
            width: 480px;
        }
        .slide img
        {
            left: 0;
            position: absolute;
            top: 0;
        }
        
        .slide-info
        {
            background: #fff;
            bottom: 0;
            color: #000;
            display: block;
            font: 9pt Arial;
            height: 74px!important;
            height: 93px;
            opacity: .80;
            filter: alpha(opacity=75);
            left: 0;
            padding: 10px;
            position: absolute;
            width: 460px;
            z-index: 5;
        }
        .slide-info h1
        {
            font-size: 15pt; color:#00b4ff; margin:0px; text-decoration:none
        }
		 #slide-info h1 a.
        {
            text-decoration: none;
           
        }
				
	

