/**
  * 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 {
	z-index:10;
	display:block;
/*	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;*/
}

.rhino-prev, .rhino-next { top:108px; }
.rhino-prev {
	left:-20px;
}
.rhino-next {
	left:600px;
}
.rhino-prev:hover {  }
.rhino-next:hover {  }

.rhino-toggle {
}
.rhino-play {  }
.rhino-play:hover {  }
.rhino-pause {  }
.rhino-pause:hover {  }

.rhino-container { position:relative; }

.rhino-bullets {
	margin:0;
	padding:0;
	position: absolute;
	top:298px;
	left:270px;
	z-index:10;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width:11px;
	height:11px;
	overflow:hidden;
	cursor: pointer;
	background:url(/images/top/main_marker.jpg) 0 0 no-repeat;
	text-indent:-2em;
	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,
.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background-position:0 -11px;
}




