/**
*    StripTweet Index
*
*    Skin: Default
*
*    @author  David Panzalović (david.panzalovic@3fs.si)
*    @version 1.0
**/

/* =Platforms
----------------------------------------------- */
#platforms h2 {
    font-size: 54px;
    color: #010101;
}

#platforms em {
    font-size: 24px;
    color: #010101;
}

#platforms dd {
    text-indent: -99999px;
    background: url(../../../../images/sprite_main.png) no-repeat 0 -140px;
}

#platforms dd.iphone { background-position: -170px -331px; }
#platforms dd.pre    { background-position: -157px -360px; }

#platforms a.android {
    font-size: 12px;
    text-align: left;
    background: url(../../../../images/sprite_main.png) no-repeat 0 -130px;
    color: #505050;
}

    #platforms a.android:hover {
        text-decoration: none;
    }

    #platforms a.android:active {
        background-position: 0 -230px;
    }

    #platforms a.android em {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

#platforms > dl > dt {
    font-size: 10px;
    color: #6e6e6e;
}

#border {
    background-color: #dedede;
}

/* =Gallery
----------------------------------------------- */
#gallery h3 {
    font-size: 18px;
    color: #000000;
}

    #gallery #carousel_container #carousel_wrapper ul li a {
        background: url(../../../../images/sprite_main.png) no-repeat -100px -792px;
    }

    #gallery #carousel_container #carousel_wrapper ul li a:hover {
        background-position: -92px -610px;
    }

/* =Pagination
----------------------------------------------- */
#gallery #prev {
    text-indent: -99999px;
    cursor: pointer;
    background: url(../../../../images/sprite_main.png) no-repeat -275px -126px;
}
#gallery a#prev:hover { background-position: -275px 224px; }

#gallery #next {
    text-indent: -99999px;
    cursor: pointer;
    background: url(../../../../images/sprite_main.png) no-repeat -345px -126px;
}
#gallery a#next:hover { background-position: -345px 224px; }

#gallery #prev.d, #gallery #next.d {
    display: none;
}
