#contenedorRhino {
	width:1000px;
	height: 560px;

}
#imagenGrande {
	float: right;
}
#titulo {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 315px;
	height: 32px;
}
#bajada {
	position: absolute;
	top: 228px;
	left: 1px;
	width: 484px;
	height: 18px;
}
#logo_quantum_palermo {
	position: absolute;
	top: 143px;
	left: 419px;
	width: 90px;
	height: 68px;
}

h1 {
	font: 25px/30px 'gothamhtf-light', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h5 {
	font: 11px/15px 'gotham-bold', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}


/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
#slider {
	position: absolute;
	width: 510px;
	height: 300px;
	margin-top: 300px;
	/*IE bugfix*/
	padding: 0;
	margin: 0;
	top: 258px;
	overflow: hidden;
}
#slider li { 
	list-style:none;
}  

.rhino-btn {
	z-index:10;
	width:29px;
	height:26px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

/*.rhino-prev, .rhino-next {
	bottom:26px;
}

.rhino-prev {
	right:29px;
	background:url(../img/prev.gif)no-repeat;
}

.rhino-next {
	right:0px;
	background:url(../img/next.gif)no-repeat;
}

.rhino-prev:hover {
	background:url(../img/prev_over.gif)no-repeat;
}

.rhino-next:hover {
	background:url(../img/next_over.gif)no-repeat;
}*/

.rhino-toggle {
	bottom:140px;
	right: 0px;
}

.rhino-play {
	background:url(../img/play.gif)no-repeat;
}

.rhino-play:hover {
	background:url(../img/play_over.gif)no-repeat;;
}

.rhino-pause {
	background:url(../img/pause.gif)no-repeat;
}

.rhino-pause:hover {
	background:url(../img/pause_over.gif)no-repeat;
}

.rhino-container { position:relative; }

.rhino-bullets {
	position: absolute;
	bottom: 1px;
	left: 5px;
	margin:0 0 0 0px;
	z-index: 10;
	padding:0;
}
.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 0px;
}
.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 15px;
	height: 16px;
	cursor: pointer;
	background: white;
	font-size: 0px;
	text-align: center;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	background:url(../img/bullet.png) no-repeat;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	background:url(../img/bullet_over.png)no-repeat;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background:url(../img/bullet_over.png)no-repeat;
}
.rhino-caption {
	position:absolute;
	font: 11px/11px 'gotham-medium', Arial, Helvetica, sans-serif;
	background: #000;
	display:none;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	padding:5px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
