/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    border: 0px solid #FF0000;
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
    margin: 0px 0px 0px 0px; 
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 1280px; 
    height: 373px; 
    z-index: 2;    
    overflow: hidden;
}

/* .csBgBoxDestaque { border: 0px solid blue; margin: 0px; padding: 0px; position: absolute; left: 440px; top: 38px; background: url('../../../images/bgHomeBannerContent.png') no-repeat; width: 330px; height: 231px; z-index: 3; } */
.theme-default .csHomeImage_Legenda { border: 0px solid blue; margin: 0px; padding: 0px; position: relative; left: 0px; top: 0px; width: 330px; height: 231px; z-index: 4; }
.theme-default .nivoSlider img 
{
	position: absolute;
	top: 0px;
	left: 0px;
    margin: 0px;
    padding: 0px;	
	z-index: 3;
    width: 1280px; 
    height: 373px; 
    display: none;
}

.theme-default .nivoSliderContent img {
	position: absolute;
	top: 0px;
	left: 0px;
    margin: 0px;
    padding: 0px;	
	z-index: 2;
    width: 1282px; 
    height: 155px;
    /* display: none; */
}

.theme-default .nivoSlider a { border: 0; margin: 0px; padding: 0px; display: block; }
.theme-default .nivo-controlNav  { border: 0px solid #FF0000; position: absolute; left: 460px; bottom: 2px; z-index: 999; }
.theme-default .nivo-controlNav a { display: block; width: 22px; height: 22px; background: url(bullets.png) no-repeat; text-indent: -9999px; margin-right: 3px; float: left; }
.theme-default .nivo-controlNav a:hover  { cursor: pointer; }
.theme-default .nivo-controlNav a.active { background-position: 0 -22px; }

/*
.theme-default .nivo-directionNav a { display: block; width: 26px; height: 49px; background:url(arrows.png) no-repeat; text-indent:-9999px; border:0; cursor: hand; }
.theme-default a.nivo-nextNav { border: 0px solid #FF0000; margin: 0px; position: absolute; top: 0px; right: 23%; width: 138px; height: 793px; z-index: 15; cursor: hand; }
.theme-default a.nivo-prevNav { border: 0px solid #FF0000; margin: 0px; position: absolute; top: 0px; left: 23%; width: 138px; height: 793px; z-index: 15; cursor: hand; }

.theme-default a:hover.nivo-nextNav { border: 0px solid #FF0000; margin: 0px; position: absolute; background: url('../../../images/imgBtNextSliderOver.png') no-repeat top left; top: 0px; right: 23%; width: 138px; height: 793px; z-index: 15; cursor: pointer; }
.theme-default a:hover.nivo-prevNav { border: 0px solid #FF0000; margin: 0px; position: absolute; background: url('../../../images/imgBtPreviousSliderOver.png') no-repeat top left; top: 0px; left: 23%; width: 138px; height: 793px; z-index: 15; cursor: pointer; }
*/



/* Caption styles */
.theme-default .nivo-caption { border: 0px solid blue; margin: 0px 0px 0px 0px; padding: 0px; position: absolute; background: url('../../../images/bgHomeBannerContent.png') no-repeat; left: 440px; top: 38px; width: 330px; height: 231px; z-index: 99; }
.theme-default .nivo-caption a { color: #FEFAD7; }
.theme-default .nivo-caption a:hover { color: #FEFAD7; }

    .csLegenda { border: 0px solid red; margin: 35px 0px 0px 20px; width: 300px; height: 175px; position: relative; z-index: 100; }
        .csLegenda_Title { border: 0px solid red; font-family: 'Oswald', Tahoma, Arial, sans-serif, Verdana; font-size: 24px; font-weight: 300; color: #35a8e0; }
        .csLegenda_Text { border: 0px solid red; margin: 5px 0px 0px 0px; font-family: 'oswald', Tahoma, Arial, sans-serif, Verdana; font-size: 12px; color: #1a4f63; line-height: 24px;  }
        .csLegenda_Button { border: 0px solid red; background: url('../../../images/btLearnMore.png') no-repeat; width: 100px; height: 27px; position: relative; z-index: 200; }
