/**
  * 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: 1;
	display: block;
	text-indent: -999%;
	/* Modified Styles */
	width: 30px;
	height: 25px;
	position:relative;
}
.rhino-prev {
	width: 102px;
	height: 135px;
	cursor: pointer;
	float: left;
	position:absolute;
	left:40px;
	background-color:#F00;
	top:150px;
	display:none;
	background: url(../images/left_slide_banner_arrow.png) no-repeat;
}
.rhino-next {
	width: 102px;
	height: 135px;
	cursor: pointer;
	float: right;
	position:absolute;
	right:40px;
	top:150px;
	display:none;
	background-color:#F00;
	background: url(../images/right_slide_banner_arrow.png) no-repeat;
}
.rhino-toggle {
	top: -4px;
	left: -6px;
}
.rhino-container {
	position: relative;
}
.rhino-bullets {
	position: absolute;
	bottom: 100px;
	margin: 0 0 0 -50px;
	z-index: 10;
	padding: 0;
	/* Modified Styles */
	left: 50%;
}
.rhino-bullets li {
	float: left;
	display: inline;
	/* Modified Styles */
	padding-left: 3px;
	padding-right: 3px;/*margin:0 2px;*/
}
.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 15px;
	height:15px;
	cursor: pointer;
	font-size: 1px;
	color: #074969;
	text-align: center;
	/* Modified Styles */
	background-color: #074969;
	border-radius: 100px;
}
.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	cursor: pointer;
	font-size: 1px;
	color: #FF0000;
	width: 15px;
	height:15px;
	text-align: center;
	/* Modified Styles */
	background-color: #FF0000;
	border-radius: 100px;
}
