@charset "utf-8";
/* 
code should be postion, top, left, width, height
only working top, left
bottom and right are not working
*/

.one{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
}
.one .all-wrapper{
    position: absolute;
    top: 85%;
    left: 30px;
    width: 100%;
    height: 102px;
    overflow: hidden;
}
.one .lefttitle{ 
    width: auto;
    height: 55px;
    float: left;
    display: inline-block;
    padding: 0 15px 0 15px;
    margin-left: 1px;
    text-align: left; line-height: 50px; font-variant:small-caps; font-size: 30px;
    color: #fff;
    background: url(../images/slider-content-back.png) 0 0 repeat;
    border: #785040 1px solid;
    text-shadow: 0 1px 1px rgba(39,10,5,.4);
}

.one .btn{
    width: 65px;
    height: 55px;
    display: inline-block;
    float: left !important;
    border: #43160d 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 2px;
    background: url(../images/slider-btn-back.png) 0 0 repeat;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    text-shadow: 0 1px 1px rgba(39,10,5,.8);
}
.one .btn:hover{
    background: #3d1802 url(../images/slider-btn-back.png) 0 0 repeat;
}
.one .leftcontent{
    position: absolute; 
    top: 40%; 
    left: 40px;
    width: 45%; 
    height: 250px; 
    padding: 5px;
    text-align: justify; 
    line-height: 36px;
    font-size: 30px;
    color: #130403;
    font-variant: small-caps;
    text-shadow: 0 1px 1px rgba(255,255,255,2);
}