/**
*    StripTweet Index
*
*    Skin: Default
*
*    @author  David Panzalović (david.panzalovic@3fs.si)
*    @version 1.0
**/

/* =Platforms
----------------------------------------------- */
#platforms {
    background: url(../../../../images/mainpage.png) no-repeat top right;
}

    #platforms h2 {
        font-size: 54px;
        color: #010101;
    }

    #platforms em {
        font-size: 24px;
        color: #010101;
    }

    #platforms a.iphone {
        background: url(../../../../images/sprite_main.png) no-repeat 0 -150px;
    }

    #platforms a.android {
        font-size: 18px;
        text-decoration: none;
        background: url(../../../../images/sprite_main.png) no-repeat 0 -250px;
        color: #505050;
    }

        #platforms a.android em {
            font-size: 24px;
            font-weight: bold;
            color: #000;
        }

#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;
}

