.theme-icb .nivoSlider {
    background: url("../images/nivo/loading.gif") no-repeat scroll 50% 50% #FFFFFF;  
    position: relative;
}
.theme-icb .nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.theme-icb .nivoSlider a {
    border: 0 none;
    display: block;
}
.theme-icb .nivo-controlNav {
    bottom: 5px;
    position: absolute;
    right: 5px;
    z-index: 100;
    padding: 0;
}
.theme-icb .nivo-controlNav a {
    background: url("../images/nivo/bullets.png") no-repeat scroll -15px 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 14px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 14px;
}
.theme-icb .nivo-controlNav a.active {
    background: url("../images/nivo/bullets.png") no-repeat scroll 0 0 transparent;
}
.theme-icb .nivo-directionNav a {
    background: url("../images/nivo/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
.theme-icb a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.theme-icb a.nivo-prevNav {
    left: 15px;
}
.theme-icb .nivo-caption {
    padding-bottom: 20px;
}
.theme-icb .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.theme-icb .nivo-caption p {
    opacity: 1;
    padding: 0;
}
.theme-icb .nivo-caption p strong {
    display: block;
}
.theme-icb .nivo-caption a {
    border-bottom: none 0;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: left;
    margin-top: 5px;
    text-decoration: none;
}
.theme-icb .nivo-caption a:hover {
    color: #FFFFFF;
}
.theme-icb .nivo-caption .nivo-caption-date {
    opacity: 0.75;
    padding: 2px 0;
}
.theme-icb .nivo-caption .nivo-caption-desc {
    opacity: 1;
    padding: 0 5px 10px;
}
.theme-icb .nivo-caption .nivo-caption-desc a {
    border-bottom: 0 none;
    text-decoration: none;
}
.theme-icb .nivo-caption .nivo-caption-desc a:hover {
    text-decoration: underline;
}
.slider-wrapper {
    display: block;
    position: relative;
    float: left;   
}
/********************
    COM THUMBNAILS
********************/
.nivo-controlNav.nivo-thumbs-enabled {
    position: relative;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    background-color: #FEFEFE;
    padding: 10px 11px;
    box-shadow: 0px -2px 8px #333;
}
.theme-icb .nivo-thumbs-enabled a {
    background: none;
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-right: 0;
    -webkit-filter: grayscale(1);
    text-indent: 0;
}
.nivo-thumbs-enabled a:first-child {
    margin: 0;
}
.theme-icb .nivo-thumbs-enabled a.nivo-control:hover,
.theme-icb .nivo-thumbs-enabled a.nivo-control.active {
    -webkit-filter: none;
}
.theme-icb .nivo-thumbs-enabled a.nivo-control.active {
    box-shadow: 0px 3px 3px #333;
    /*background: url(images/seta-thumb-ativo.png) 0 15px no-repeat;*/
}

/*.theme-icb #active_item {
    background: url(images/seta-thumb-ativo.png) no-repeat;
    background-color: #F00;
    position: absolute;
    top: 0px;
    left: 45px;
    width: 20px;
    height: 15px;
    z-index: 100;
    /* Chrome, Safari, Opera */
-webkit-animation-name:myfirst;
-webkit-animation-duration:25s;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-webkit-animation-play-state:running;
/* Standard syntax */
animation-name:myfirst;
animation-duration:25s;
animation-timing-function:linear;
animation-delay:0s;
animation-iteration-count:infinite;
animation-direction:normal;
animation-play-state:running;

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst
{
    0% {left:41px; top:0px;}
    16% {left:41px; top:0px;}
    17% {left:159.8px; top:0px;}
    33% {left:159.8px; top:0px;}
    34% {left:278.6px; top:0px;}
    50% {left:278.6px; top:0px;}
    51% {left:397.4px; top:0px;}
    67% {left:397.4px; top:0px;}
    68% {left:516.2px; top:0px;}
    84% {left:516.2px; top:0px;}
    85% {left:635px; top:0px;}
    101% {left:635px; top:0px;}
}

/* Standard syntax */
@keyframes myfirst
{
    0% {left:41px; top:0px;}
    17% {left:41px; top:0px;}
    19% {left:159.8px; top:0px;}
    33% {left:159.8px; top:0px;}
    34% {left:278.6px; top:0px;}
    50% {left:278.6px; top:0px;}
    51% {left:397.4px; top:0px;}
    67% {left:397.4px; top:0px;}
    68% {left:516.2px; top:0px;}
    84% {left:516.2px; top:0px;}
    85% {left:635px; top:0px;}
    101% {left:635px; top:0px;}
}
.theme-icb .nivo-controlNav.nivo-thumbs-enabled a {
    text-indent: 0;
}