/**
*	Author		: 	Cybernetikz
*	Author Email:   info@cybernetikz.com
*	Blog		: 	http://blog.cybernetikz.com
*	Website		: 	http://www.cybernetikz.com
*/

#cnslider-container {
    display: block;
    float: left;
    position: relative;
    border: 1px solid #CCCCCC;
}

#cnslider-container p {
    margin: 0;
}

.cns-item .cns-contentbox {
    float: left;
    position: absolute;
    /*width: 35% !important;*/
    margin: 10px 0 0 12px;
    left: 0 !important;
    top: 0;
}

.cns-contentbox h1 {
    margin: 0;
}

.cns-contentbox h2 {
    margin: 0;
}

.cns-contentbox h3 {
    margin: 0;
}
.cns-contentbox h2.cns-tille {
    color: #FFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 110%;
    margin: 0;
    padding-bottom: 10px;
}

.cns-inner-content {
    font-size: 13px;
    color: #666 !important;
    font-family: Arial;
    line-height: 1.4;
}

.cns-inner-content a {
    text-decoration: underline;
}

.cns-contentbox .cns-link {
    padding-top: 1.5%;
    text-align: center;
    width: 40%;
}

.cns-contentbox .cns-link a {
    font-size: 70%;
    padding: 5% 8%;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 110%;
    display: inline-block;
}

.cns-contentbox .cns-link a {
    background-color: #7db7f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
    background-image: linear-gradient(top, #7db7f0, #1874cd);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cns-pagination {
    position: absolute;
    bottom: 10px;
    margin: 0 0 0 10px;
    z-index: 100;
    list-style: none outside none;
}

.cns-pagination li {
    float: left;
    position: relative;
    width: 18px;
    height: 18px;
    padding: 2px;
    list-style: none outside none;
}

.cns-pagination li a {
    display: block;
    text-indent: 20000px;
    background: url(../../images/cybernetikz_cnslider/pagination-square.png) no-repeat;
    width: 18px;
    height: 18px;
}

.cns-pagination li.activeSlide a {
    background: url(../../images/cybernetikz_cnslider/pagination-square.png) no-repeat center -25px;
}

.cns-pauseplay {
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
}

#cns-pause {
    width: 14px;
    height: 16px;
}

#cns-play {
    width: 14px;
    height: 16px;
    display: none;
}

#cns-prevnext {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 45%;
    display: none;
}

#prev_button {
    width: 50px;
    float: left;
    position: relative;
}

#next_button {
    width: 50px;
    float: right;
    position: relative;
}

.clearall {
    clear: both;
}

#cnslider-container .cns-item .cns-contentbox {width: 50%;}
#cnslider-container .cns-image {width: 450px; height: 307px; float: right; padding-top: 3px; padding-right: 3px;}
#cnslider-container .cns-image img,
#cnslider-container .cns-image a {display: block;width: 100%; height: 100%;}