.slideshow, .slideshow-label, .slideshow-content, .slideshow-panel {
    font:12px Verdana, Tahoma, sans-serif;
}

.slideshow {
    padding:0;
    border:0;
    position:relative;
    display:none;           /* Set to "none" for not preview slideshow content */
}

.slideshow-fullscreen {
    position:absolute;
    top:0;
    left:0;
    padding:0;
    border:0;  
    overflow:hidden;
}

.slideshow-label-place {
    padding:0;
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
    height:30px;
}
    .slideshow-label {   
        z-index:101;
        color:#fff;
        width:100%;
        height:100%;
        line-height:30px;
        text-indent:8px;
        font-weight:bold
    }

.slideshow-panel-place {
    padding:0;
    position:absolute;
    bottom:10px;
    z-index:100;
    height:28px;   
}


    .slideshow-panel {
        z-index:101;    
        height:100%;
		float:right;
		padding-right:20px;
    }
    
        .slideshow-panel a.button {
            display: block;
            width:26px;
            height:26px;
            float:left;
            text-indent:-99999%;
            overflow:hidden;
            outline: 0; /* @ Firefox, prevent dotted border after click */ 
            background-repeat:no-repeat;
            border:1px solid transparent;
        }
                   
            
            .slideshow-panel a.prev {
                background:url('images/prev.png') no-repeat;
            }
            
            .slideshow-panel a.play {
                background:url('images/play.png') no-repeat;
            }
            
            .slideshow-panel a.stop {
                background:url('images/pause.png') no-repeat;
            }
            
            .slideshow-panel a.next {
                background:url('images/next.png') no-repeat;
            }
         

.slideshow-content {
    padding:0;
    background-color:#fff;
    color:#333;
    overflow:hidden;
    position:relative;
    width:100%;
    height:100%;
}

    /* Some Content Changes */
    .slideshow-content p {
        padding:0;
        overflow:auto;
    }


  