


.coin-slider{ position:relative; }
#cs-buttons-coin-slider{position:absolute !important; bottom:13px; z-index:99999;}

.button a {
    background: -moz-linear-gradient(center top , #599bdc, #3072b3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #518cc6;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    line-height: 50px;
    margin: 10px 100px;
    opacity: 1;
    outline: medium none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.button a:hover {
    background: -moz-linear-gradient(center top , #3072b3, #599bdc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px #518cc6;
}
.bar {
    background-color: #111;
    box-shadow: 0 0 2px #333;
    color: #f0f0f0;
    left: 0;
    line-height: 25px;
    padding: 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
.bar a {
    color: #ddd;
}
.bar a:hover {
    color: #ffffff;
}
#download {
    clear: both;
}
#download .button {
    font-size: 22px;
}
#features ul {
    margin: 15px;
    overflow: hidden;
}
#features li {
    float: left;
    width: 50%;
}
.cs-buttons a {
    background: -moz-linear-gradient(center top , #cccccc, #f3f3f3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 50%;
    margin-right: 10px;
    padding: 2px 6px;
    font-size: 0px;
    height: 15px;
    width: 10px;
}
a.cs-active {
    background: -moz-linear-gradient(center top , #599bdc, #3072b3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #3072b3 !important;
    border-radius: 50%;
    box-shadow: 0 0 3px #518cc6;
}
