.aslideshow, .aslideshow-label, .aslideshow-content, .aslideshow-panel {
    font:13px Arial,Verdana, Tahoma, sans-serif;
}

.aslideshow {
    padding:0;
    border:0;
    position:relative;
    display:none;           /* Set to "none" for not preview slideshow content */
    z-index:1
}
.aslideshow-content {
    padding:0;
    color:#333;
    overflow:hidden;
    position:relative;
    z-index:1;
}

    /* Some Content Changes */
    .aslideshow-content p {
        padding:0 !important;
        overflow:auto;
    }

    .aslideshow-content img {
        padding:0 !important;
        border:0 !important;
    }

    .aslideshow-slide {
        display:none;
        position:absolute;
    }

.aslideshow-fullscreen {
    position:absolute;
    top:0;
    left:0;
    padding:0;
    border:0;  
    overflow:hidden;
}

.aslideshow-label-place, .aslideshow-panel-place {
    /* Stupid IE hack */
   /*border-style:dotted; border-width: 1px 0; border-color: transparent; background:transparent;*/
}

.aslideshow-label-place {
    padding:0;
    position:absolute;
    bottom:-35px;
    left: auto;
    z-index:100;
    height:36px;
	width:100% !important;
}


.aslideshow-label {
    border: medium none;
    border-radius: 0 0 0 0;
    color: #CDC9C9;
    font-weight: bold;
    height: 50px;
    line-height: 18px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
    text-indent: 8px;
    width: 322px;
    z-index: 101;
        }

    .aslideshow-label a,
    .aslideshow-label a:hover,
    .aslideshow-label a:active,
    .aslideshow-label a:visited {
        color:#fff;
    }

.aslideshow-panel-place {
    padding:0;
    position:absolute;
    bottom:4px;
    right:6px;
	width:30% !important;
    z-index:100;
    height:30px;
    
}
    .aslideshow-panel {
        z-index:101;    
        width:100%;
        height:100%;
		padding:5px 2px 0;
		text-align:right;
	   
    }
    
        .aslideshow-panel a.button {
            display: block;
            width:30px;
            height:32px;
            float:left;
            text-indent:-99999%;
            overflow:hidden;
            outline: 0; /* @ Firefox, prevent dotted border after click */ 
            background-image:url(images/buttons.png);
            background-repeat:no-repeat;
            border:1px solid transparent
        }
        
            .aslideshow-panel a.button:hover {
                background-color:#333;
            }
            
            
            .aslideshow-panel a.first {
                background-position: 0 0
            }
            
            .aslideshow-panel a.prev {
                 background-image:url(images/prev.png);
            background-repeat:no-repeat;
                       }
            
            .aslideshow-panel a.play {
                background-position: -60px 0
            }
            
            .aslideshow-panel a.numb {
              background: none repeat scroll 0 0 #B4B4B4;
				    border: 1px solid #D5D4D4;
				    color: white;
				    height: 10px;
				    margin: 2px;
				    padding: 0 5px;
				    text-decoration: none;
				    width: 10px;
				}   
				.aslideshow-panel a.numb:hover {
				background:#6f6e6e;
}         
            .aslideshow-panel a.numb_activ {
				background:none repeat scroll 0 0 #6f6e6e;
                border: 1px solid #D5D4D4;
				    color: white;
				    height: 10px;
				    margin: 2px;
				    padding: 0 5px;
				    text-decoration: none;
				    width: 10px;
}         
            .aslideshow-panel a.stop {
                background-position: -90px 0
            }
            
            .aslideshow-panel a.next {
                 background-image:url(images/next.png);
            background-repeat:no-repeat;

            }
            
            .aslideshow-panel a.last {
                background-position: -150px 0
            }
            
            .aslideshow-panel a.help {
                position:relative;
                background-position: -180px 0
            }
            
            .aslideshow-panel span.counter {
                float:right;
                display: block;
                font-weight:700;
                color:#fff;
                /*width:26px;*/
                height:32px;
                line-height:32px;
                padding:0 8px;
            }


.aslideshow-help {
    position:absolute;
    bottom:32px;
    z-index:101;   
    background-color:#ff9; 
    display:none;
	padding:2px;
	margin:0 2px;
    opacity: 0.8;
    width:98%;
}

.aslideshow-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%;
}

.aslideshow-load {
    display:none;
}
    .aslideshow-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%;
    }

.aslideshow-shadow {
    position:absolute;
    top:0px;
    left:0px;
    z-index:200;
    width:100%;
    height:100%;
}
    
.aslideshow-opacity {
    background-color: #5D85C3;
    color: #FFFFFF;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85000000, endColorstr=#85000000);
}