/*

Title:      jShowOff: a jQuery Content Rotator Plugin
Author:     Erik Kallevig
Version:    0.1.2
Website:    http://ekallevig.com/jshowoff
License:    Dual licensed under the MIT and GPL licenses.

*/

/*-- jShowOff module styles --*/

/*
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
    background: #efefef;
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 220px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    }
    */
    /*
#hlavni div#prolinacka img:hover{
    border: 1px solid transparent;
}
*/
div#prolinacka{
    position: relative;
    width: 726px;
    height: 274px;
    overflow: hidden;
    background-color: white;
    margin-bottom: 1em;
}

div#prolinacka div#slider{
    height: 274px;
    width: 100%;
    position: relative;
}

.jshowoff {
    width: 100%;
    margin: 0;
    height: 274px;
    }

.jshowoff div {

    }

.jshowoff div, .jshowoff img, .jshowoff {

    }


#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {

    }

.jshowoff div p, .jshowoff div h2 {
    background-color: white;
    }

.jshowoff h2, .jshowoff p {
    font-size: 18px;
    padding: 15px 20px 0px;
    margin: 0;
    }

.jshowoff p {
    font-size: 13px;
    line-height: 15px;
    }
    /*
.eddie {
    float: right;
    padding: 15px 20px 15px 20px;
    }
    */
.jshowoff p.jshowoff-slidelinks {
    position: absolute;
    bottom: 0px;
    right: 10px;
    margin: 0;
    padding: 0;
    }

.jshowoff-slidelinks a, .jshowoff-controls a {
    display: block;
    background-color: gray;
    color: white !important;
    padding: 5px 7px 5px;
    margin: 5px 0 0 5px;
    float: left;
    text-decoration: none;
    outline: none;
    font-size: 11px;
    line-height: 14px;
    }

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
    color: #fff;
    }
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
    background-color: #fff;
    color: #9f1e3c !important;
    }
p.jshowoff-controls {
    background: #aaa;
    overflow: auto;
    height: 1%;
    padding: 0 0 5px 5px;
    margin: 0;
    }

.jshowoff-controls a {
    margin: 5px 5px 0 0;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 8px 5px;
    }

.jshowoff-pausetext {
    color: #fff;
    }

div.content div.products.highlight p.jshowoff-slidelinks {
    margin-bottom: 5px;
}
