﻿.slideshowElementTitle { display:none; }
.slideshowElementDescription { display:none; }

#slideshow {
width:370px;
float:left;
height:259px;
background-color:#000000;
}

    #slideshowImages {
        width:370px;
        height:220px;
        float:left;
        } 
    #slideshowController {
        width:357px;
        height:30px;
        float:left;
        color:#ffffff;
        padding:9px 5px 0 8px;
        font-size:90%;
        background:#6f7b8e url(../images/slideshowBg.jpg) repeat-x;
        }
        
        
        #slideshowImages img
        {
        	position:absolute;
        	height:220px;
        	width:370px;
        }
        
        
        .slideshowElementTitle, .slideshowElementDescription {
            line-height:normal;
            float:left;
            width:358px;
            padding:2px 6px;
            display:none;
            }
            
           .slideshowElementTitle { height:20px; float:left;width:225px; }
            
            .slideshowElementDescription 
            {
            	height:62px;
            	z-index:10;
            	position:absolute;
            	/* Sets background transparency in Firefox & WebKit browsers */
            	background-color: rgba(0, 0, 0, 0.7);
            	color:#ffffff;
            	bottom:-10px;
				}
                
            	.slideshowElementDescription p { float:left; width:240px; display:block;}
            	.slideshowElementDescription div a { float: right !important; display:block !important; }
        		.slideshowElementDescription div { margin:10px 10px 0 0; }
        		
            #slideshowNumbers {
                width:112px;
                height:22px;
                float:right;
                color:#ffffff;
                position:absolute;
                vertical-align:top;
                margin-left:240px;
                }
            
                #slideshowNumbers img {
                    list-style:none;
                    margin:0 6px 0 0;
                    width:22px;
                    display:inline-block;
                    cursor: pointer;
            	}  
            	
            	#slideshowNumbers img .highlighted
            	{
            		background-color:#fff;
            	}
            	
            	

