/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	font-size: 14px;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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;
	z-index:6;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
    font-family: Arial;
	font-size:27px;
	float: left;
	bottom:0px;
	color:#FFF;
    opacity:0.8;
	width:370px;
	height:220px;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
  left:0px;
  background:transparent url(../img/botbanner_left.png) 0 0 no-repeat;
  height:39px; /*height of img*/
  width:37px; /*width of img*/
  text-indent:-10000px; /*moving the default text*/
  overflow:hidden; /*hiding the default text*/
}
.nivo-nextNav {
  right:0px;
  background:transparent url(../img/botbanner_right.png) 0 0 no-repeat;
  height:39px; /*height of img*/
  width:37px; /*width of img*/
  text-indent:-10000px; /*moving the default text*/
  overflow:hidden; /*hiding the default text*/
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	float: right;
	margin:10px 4px 0 0;
}
.nivo-controlNav a {
font-family: Arial;
	position:relative;
	z-index:9;
	cursor:pointer;
	background-color: #CCC;
	padding: 5px 11px 6px 11px;
	text-decoration: none;
	color: #000;
	top: 338px;
	right: 5px;
	margin-right: 2px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-color: #1b7379;
	color: #FFF;
}

/*
#bronca{
	width:250px;
	height:250px;
	border:1px solid black;
}
*/
