.mt-slideshow-container-style1 {
        clear:left;
}
.mt-slideshow-style1 .slider {
        position: relative; /* important */
        overflow: hidden; /* important */
    }
.mt-slideshow-style1 .sliderContent {
        position: absolute;
        top: 0;
        margin-left: 0;
        left:0;
    }
.mt-slideshow-style1 .sliderContent li {
        float: left;
        position: relative;
    }
.mt-slideshow-style1 .sliderContent li span {
        position: absolute;
		font-size: 12px;
		padding: 10px 15px;			    
		background-color: #000;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		color: #fff;
		display: none;
    }
.mt-slideshow-style1 .clear {
        clear: both;
    }
.mt-slideshow-style1 span.bottom strong {
        font-size: 14px;
    }
.mt-slideshow-style1 .top {
        top: 0;	left: 0;
    }
.mt-slideshow-style1 .bottom h2 {
        color:#FFF;
        text-decoration:none;
    }
.mt-slideshow-style1 .bottom {
        bottom: 0;
        left: 0;
        text-align:left;
    }
.mt-slideshow-style1 ul {
        list-style-type: none;
    }
.mt-btitle {
        display:block;
        font-weight:bold;
        font-size:130%;
        color:#fff;
        text-decoration:none;
    }
#btnPrev, #btnNext {
        position: absolute;
        width: 44px;
        height: 45px;
        background: url(../images/arrows.png) no-repeat;
        top: 200px;
        display:block;
        text-indent: -99999px;
}
#btnPrev {
        left: 0;
}
#btnPrev:hover {
        background-position: 0 100%;
}
#btnNext {
        right: 0;
        background-position: 100% 0;
}
#btnNext:hover {
        background-position: 100% 100%;
}