.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 */
    z-index:1
}
.slideshow-content {
    padding:0;
    color:#333;
    overflow:hidden;
    position:relative;
    z-index:1;
}

    /* Some Content Changes */
    .slideshow-content p {
        padding:0 !important;
        overflow:auto;
    }

    .slideshow-content img {
        padding:0 !important;
        border:0 !important;
    }

    .slideshow-slide {
        display:none;
        position:absolute;
    }

.slideshow-fullscreen {
    position:absolute;
    top:0;
    left:0;
    padding:0;
    border:0;  
    overflow:hidden;
}

.slideshow-label-place, .slideshow-panel-place {
    /* Stupid IE hack */
}

.slideshow-label-place {
    padding:0;
    position:absolute;
    bottom:0px;
    left:0px;
	height:100%;
    z-index:100;
	width:700px !important;
}
    .slideshow-label {
        z-index:101;
        color:#fff;
        width:auto;
        height:267px;
        line-height:12px;
		padding:200px 35px 0 35px;
		text-align:center;
		display:block;
		
        text-indent:8px;
		font-size:10px;
      
	
    }

    .slideshow-label a,
    .slideshow-label a:hover,
    .slideshow-label a:active,
    .slideshow-label a:visited {
        color:#fff;
    }

.slideshow-panel-place {
    padding:0;
    position:absolute;
    bottom:-40px;
    left:0;
	width:100% !important;
    z-index:100;
    height:34px;
	background:#f7f9fb;
}
    .slideshow-panel {
        z-index:101;    
        width:680px;
        height:100%;
		padding:0 10px;
	
    }
    
        .slideshow-panel a.button {
            display: block;
            width:30px;
            height:32px;
            float:left;
            text-indent:-99999%;
            overflow:hidden;
            outline: 0; /* @ Firefox, prevent dotted border after click */ 
      
        }
        
            .slideshow-panel a.button:hover {
                background-color:#333;
            }
            
            
            .slideshow-panel a.first {
                background-position: 0 0
            }
            
            .slideshow-panel a.prev {
			background:url(images/pp_03.jpg); width:29px; 
             
            }
            
            .slideshow-panel a.play {
			background:url(images/slide_03.jpg); width:48px; float:right;
            }
            
            .slideshow-panel a.stop {
               background:url(images/stop_03.jpg) center center no-repeat #f9fafc; width:21px; margin:0 14px 0 0; float:right;
            }
            
            .slideshow-panel a.next {
			background:url(images/nn_03.jpg); width:30px;
            
            }
            
            .slideshow-panel a.last {
                background-position: -150px 0
            }
            
            .slideshow-panel a.help {
                position:relative;
                background-position: -180px 0
            }
            
            .slideshow-panel span.counter {
             
				font-family:"Trebuchet MS"; 
                display: block;
                font-weight:bold;
                color:#727272;
				font-size:10px;
				float:left; padding:0 30px 0 30px;
                /*width:26px;*/
                height:32px;
                line-height:32px;
				font-weight:bold !important;
             
            }

span.black{ color:#000000;}
.slideshow-help {
    position:absolute;
    bottom:32px;
    z-index:101;   
    background-color:#ff9; 
    display:none;
	padding:2px;
	margin:0 2px;
    opacity: 0.8;
    width:98%;
}

.slideshow-frame div {
    position:absolute;
    top:0px;
    left:0px;
    background:url(images/play.png) 50% 50% no-repeat;
    z-index:201;
    cursor:pointer;
    width:100%;
    height:100%;
}

.slideshow-load {
    display:none;
}
    .slideshow-load div {
        position:absolute;
        top:0px;
        left:0px;
        background:url(images/ajax-loader.gif) 50% 50% no-repeat;
        z-index:201;
        cursor:pointer;
        width:100%;
        height:100%;
    }

.slideshow-shadow {
    position:absolute;
    top:0px;
    left:0px;
    z-index:200;
    width:100%;
    height:100%;
}
    
.slideshow-opacity {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);
    background:rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85000000, endColorstr=#85000000);
}