/*
Skin Name: bruno Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & bruno Clark
Author URI: http://dev7studios.com
*/



.theme-bruno #slider {
    margin:0px auto 0 auto;
    width:783px;
    height:372px;
}

.theme-bruno.slider-wrapper {
	position:absolute;
	top:113px;
    background:url(../bruno/fundo_slider.jpg) left bottom no-repeat;
    width:1003px;
    height:372px;
    margin:0 auto;
	z-index:1;
}

.theme-bruno .nivoSlider {
    position:relative;
    width:783px;
    height:372px;
    margin-left:0px;
    background:url(../bruno/loading.gif) no-repeat 50% 50%;
}
.theme-bruno .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:783px; /* Make sure your images are the same size */
    height:372px; /* Make sure your images are the same size */
}
.theme-bruno .nivoSlider a {
    border:0;
    display:block;
}

.theme-bruno .nivo-controlNav {
    position:absolute;
	right:-90px;
	top:100px;
}
.theme-bruno .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.theme-bruno .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-bruno .nivo-directionNav a {
	display:block;
	width:80px;
	height:200px;
	background:url(../bruno/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:120px;
}
.theme-bruno a.nivo-nextNav {
	background-position:100% 50%;
	right:-100px;
    padding-right:20px;
}
.theme-bruno a.nivo-prevNav {
	left:-100px;
    padding-left:20px;
}

.theme-bruno .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-bruno .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-bruno .nivo-caption a:hover { 
    color:#fff;
}


