/*

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, #thumbFeatures2 {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #efefef;
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 600px;
}

.jshowoff {
    margin: 10px 0;
    width: 600px;
}

.jshowoff div {
    height: 480px;
    width: 600px;
}

.jshowoff div, .jshowoff img, .jshowoff {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.jshowoff div p, .jshowoff div h2 { _background-color: #efefef; }

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

.jshowoff p {
    font-size: 13px;
    line-height: 15px;
}

.eddie {
    float: right;
    padding: 15px 20px 15px 20px;
}

.jshowoff p.jshowoff-slidelinks {
    bottom: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
}

.jshowoff-slidelinks a, .jshowoff-controls a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 5px 0 0 5px;
    outline: none;
    padding: 5px 7px 5px;
    text-decoration: none;
}

.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: #000;
}

p.jshowoff-controls {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    background: #aaa;
    height: 1%;
    margin: 0;
    overflow: auto;
    padding: 0 0 5px 5px;
}

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

.jshowoff-pausetext { color: #fff; }


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
    background: #000;
    bottom: 0;
    height: 32px;
    padding: 5px 0 5px 5px;
    display: block;
    margin-left: auto;
    margin-right: 180px;
    text-align:center;
    top:400px;
}

.thumbFeatures .jshowoff-slidelinks a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: none;
    background-repeat: no-repeat;
    border: 1px solid #4f4f4f;
    display: block;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 0;
    text-indent: -10000em;
    width: 60px;
}

.thumbFeatures .jshowoff-slidelinks a.jshowoff-active { border: 1px solid #fff; }

.thumbFeatures .jshowoff-slidelink-0 { background-image: url(upload/Imagens/900071_01.JPG); }

.thumbFeatures .jshowoff-slidelink-1 { background-image: url(upload/Imagens/900071_01.JPG); }

.thumbFeatures .jshowoff-slidelink-2 { background-image: url(upload/Imagens/900071_01.JPG); }

.thumbFeatures .jshowoff-slidelink-3 { background-image: url(upload/Imagens/900071_01.JPG); }

.thumbFeatures p.jshowoff-controls {
    background: none;
    height: 38px;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 300px;
    width: 630px;
    z-index: 150;
}

.thumbFeatures .jshowoff-controls a {
    background: none;
    background-repeat: no-repeat;
    display: block;
    height: 38px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -10000em;
    width: 22px;
}

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
    background-image: url(http://farm5.static.flickr.com/4035/4438728886_fd55756fc5_o_d.gif);
    left: 15px;
}

.thumbFeatures .jshowoff-controls a.jshowoff-next {
    background-image: url(http://farm3.static.flickr.com/2743/4438728872_07e935da40_o_d.gif);
    right: 15px;
}

.thumbFeatures .jshowoff-controls a.jshowoff-play { display: none; }

.jshowoff.thumbFeatures { height: 250px; }

.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures { -webkit-border-radius: 6px; }