@font-face
{
    font-family: NORMAL__0;
    src: url(../fonts/NORMAL__0.otf);
}

@font-face
{
    font-family: UbuntuTitling-Bold;
    src: url(../fonts/UbuntuTitling-Bold.ttf);
}
@font-face
{
    font-family: HelveticaLTStd-Light;
    src: url(../fonts/HelveticaLTStd-Light.otf);
}

@font-face
{
    font-family: nevis;
    src: url(../fonts/nevis.ttf);
}


.skdslider
{
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
}


.skdslider:after
{
    content: '';
    padding-top: 26%;
    display: block;
    z-index: 0;
}

.skdslider ul.slides
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.skdslider ul.slides li
{
    display: none;
}
.skdslider ul.slides li img
{
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 0;
}

.skdslider ul.slide-navs
{
    bottom: 20px;
    left: 50%;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 60%;
}


.skdslider ul.slide-navs li
{
    float: left;
    background: url("image/slide-bg.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 12px;
    margin-right: 4px;
    cursor: pointer;
    z-index: 0;
}
.skdslider ul.slide-navs li.current-slide
{
    background: url("image/slide-bg-active.png") no-repeat scroll 0 0 transparent;
    z-index: 0;
}


.skdslidertext
{
    height: 40%;
    margin-top: 15%;
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 0%;
    width: 60%;
    max-width: 85%;
    padding-left: 9%;
    font-size: 18px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    display: inline-block;
}

.skdsliderbtns
{
    margin-top: 16%;
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 0%;
    width: 90%;
    max-width: 85%;
    padding-left: 9%;
    font-size: 18px;
    color: #FFF;
    font-family: NORMAL__0;
    display: inline-block;
}
.skdsliderbtnswidth
{
    width: 15%;
    height: 12%;
    padding-left: 10px;
}


.skdslidertext1
{
    font-family: UbuntuTitling-Bold;
    font-size: 25px;
}

.skdslider .slide-desc
{
    background: url("image/slide_desc.png") transparent;
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 0%;
    width: 60%;
    max-width: 85%;
    padding-left: 9%;
    display: inline-block;
}
.skdslider .slide-desc > h2
{
    color: #FFF;
    font-family: nevis;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 32%;
    margin-top: 10px;
    text-transform: inherit;
}

.skdslider .slide-desc > p
{
    color: #FFFFFF;
    font-family: nevis;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.skdslider .slide-desc > p a.more
{
    color: #990000;
    font-size: 20px;
    text-decoration: none;
}
.skdslider .slide-desc > p a.more:hover
{
    text-decoration: underline;
}

.skdslider a.prev
{
    background: url("image/left.png") no-repeat scroll 0 0 transparent;
    width: 35px;
    height: 75px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 45%;
    left: 1%;
}

.skdslider a.next
{
    background: url("image/right.png") no-repeat scroll 0 0 transparent;
    width: 35px;
    height: 75px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: 2%;
}
.skdslider a.prev:hover
{
}
.skdslider a.next:hover
{
}

.skdslider a.play
{
    background: url("image/play.png") no-repeat scroll center center transparent;
    width: 35px;
    height: 35px;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 48%;
    margin-top: -17px;
}

/*.skdslider a.pause{
    background: url("image/pause.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}*/


/*Some Responsive CSS */
@media screen and (max-width:767px)
{
    .skdslider .slide-desc > h2
    {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .skdslider .slide-desc > p
    {
        font-size: 14px;
        line-height: 15px;
        margin-top: 5px;
    }
    .skdslider .slide-desc > p a.more
    {
        font-size: 14px;
    }
}
