/**
  * 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:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next { width:40px; height:47px; }



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

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

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

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

.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;}


#slideshow{width:367px; height:248px; !important; margin-bottom:30px;}

/*#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;
	bottom:0;
	color:#fff;
	padding:10px;
	text-align:left;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
	position: absolute;
	bottom: -25px;
	left: 45%;
	margin:0 0 0 -70px;
	z-index: 10;
	padding:0 22px 0 22px
	
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	/*background:url(../img/rhinoslider-sprite.png) -224px 0 no-repeat;*/

}

.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;
	background:url(../img/bullets.png) no-repeat top;
	width: 22px;
	height: 20px;
	cursor: pointer;
	/*background: white;*/
	font-size: 0px;
	color:#fff;
	text-align: center;
	/*color: #333;*/
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	
}

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

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background-position:0 -22px;
	color:#fff;
	font-size:0px;
	font-weight:bold
	/*background:#5cd4e8;*/
}