/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2012: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
  

.rhino-btn {
	background:url(../img/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width:15px;
	height:60px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	top:50%;
	margin-top:-30px
}


.rhino-prev {
	background:url(../img/arrowPrev.png) no-repeat;
	left:30px;
}


.rhino-next {
	background:url(../img/arrowNext.png) no-repeat;
	right:30px;
}

.rhino-prev:hover {background-position:0 -60px;}


.rhino-next:hover {background-position:0 -60px;}

*/



.rhino-prev {
	background:url(../img/arrowPrev.png) no-repeat;
	left:30px;
}


.rhino-next {
	background:url(../img/arrowNext.png) no-repeat;
	right:30px;
}

.rhino-prev:hover {background-position:0 -60px;}


.rhino-next:hover {background-position:0 -60px;}


.col-left .rhino-prev {
	background:url(../img/arrowPrevVerde.png) no-repeat;
	left:-20px;
	top:180px;
	
}

.col-left .rhino-next {
	background:url(../img/arrowNextVerde.png) no-repeat;
	right:-20px;
	top:180px
}

.col-left .rhino-prev:hover {background-position:0 -60px;}

.col-left .rhino-next:hover {background-position:0 -60px;}


.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; margin:0 auto !important; width:100% !important }

#slideshow{width:100%; height:381px !important;}


#slideshow2{width:765px; height:198px !important;}


/*#slideshow img{margin:10px 0 15px 0; max-width:300px; max-height:59px}*/

#slideshow .slideshowVejaMais{margin:0; float:right}



.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
	position: absolute;
	bottom: 6px;
	right: 4px;
	margin:0;
	z-index: 10;
	
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	content:' ';
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: #000;
	font-size:0;
	color:#fff;
	text-align: center;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#fff;
	background:#666;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	font-weight:bold;
	background:#fff;
}