/* 
    Document   : slide
    Created on : 20/Dez/2012, 9:48:22
    Author     : Andre Oliveira <oliveira.deep86@gmail.com>
    Description:
        A stylesheet for manage the slideshow appearance
*/

.slideshowWrapper{
    background: #fff;
    padding: 0px;
    line-height: normal;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}
.nivoSlider {
    position:relative;
    background:#fff url('images/loading.gif') no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: hidden;
    width: 585px;
    height: 350px;
    border: solid 2px #da6100;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
/*    width: 100%;*/
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    line-height: 5em;
    text-align: right;
    padding: 0;
    position: relative;
}
.nivo-controlNav a {
    display:inline-block;
    width:12px;
    height:12px;
    background:transparent url('images/bullet.png') no-repeat top left;
    text-indent:-9999px;
    border:0;
    margin: 0 0 0 10px;
    cursor: pointer;
    color: white;
}
.nivo-controlNav a.active {
    background-position:0 100%;
}
.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background: url('images/arrows.png') no-repeat;
    text-indent:-9999px;
    border:0;
    top: auto;
    bottom: -36px;
    position:absolute;
    top:45%;
    cursor:pointer;
}
.nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.nivo-nextNav {
    background-position:160% 50%;
    right:0px;
}
.nivo-prevNav {
    background-position:-60% 50%;
    left: 0px;
}

.nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 585px;
    height: auto;
}

/********************************************
*****       FROM THE ORIGINAL SOURCE    *****
*********************************************/
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    overflow:hidden;
}
.nivo-box img { 
    display:block; 
}
/* Caption styles */
.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
/*    z-index:2;*/
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
    color:#fff;
    border-bottom:1px dotted #fff;    
}
.nivo-caption a:hover {
    color:#fff;
}
.nivo-html-caption {
    display:none;
}
