/**
  * 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;
	text-indent: -999%;
	/* Modified Styles */
	width: 30px;
	height: 25px;
}


.rhino-toggle {
	top: -4px;
	left: -6px;
}
.rhino-container {
	position: relative;
}
.rhino-prev, .rhino-next {/* Modified Styles */ position:absolute; }

.rhino-prev {
         /* Modified Styles */
	 background: url("../images/banner_left_arrow.png") no-repeat scroll;
         padding: 20px 20px;
         left :10%;
		 top:150px;
		 background-position:center;
}

.rhino-next { 
        /* Modified Styles */
	background: url("../images/banner_right_arrow.png") no-repeat scroll;
        padding: 20px 20px;
        right:10%;
		top:150px;
		background-position:center;
}
.rhino-bullets {
	position: absolute;
	bottom: 50px;
	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: 5px;
	padding-right: 5px;/*margin:0 2px;*/
}
.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 12px;
	cursor: pointer;
	font-size: 1px;
	color: #D4D4D4;
	text-align: center;
	padding: 4px 0 5px 0;
	/* Modified Styles */
	background-color: #D4D4D4;
	border-radius: 100px;
	height: 3px;
}
.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	cursor: pointer;
	font-size: 1px;
	color: #A30505;
	text-align: center;
	padding: 4px 0 5px 0;
	/* Modified Styles */
	background-color: #A30505;
	border-radius: 100px;
	height: 3px;
}
