
/*
 * Rhino-Slider
 */

#slideshow {
	width:920px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#slideshow li{

}

.rhino-btn {
	background:url(rhinoslider.png) no-repeat;
	z-index:10;
	display:block;
	text-indent:-999%;
}

.rhino-prev,
.rhino-next {
	height:50px;
	width:21px;
	top:180px;
}

.rhino-prev {
	left:0;
	background-position:-21px 0;
}

.rhino-next {
	right:0;
	background-position:0 0;
}

.rhino-prev:hover {
	background-position:-21px -50px;
}

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

.rhino-toggle {
	bottom:5px;
	left:5px;
	width:21px;
	height:21px;
}

.rhino-play {
	background-position:-42px 0;
}

.rhino-pause {
	background-position:-42px -21px;
}

.rhino-play:hover {
	background-position:-42px -50px;
}

.rhino-pause:hover {
	background-position:-42px -71px;
}

.rhino-container {
	position:relative;
}

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
}

.rhino-thumbs {
	position:absolute;
	bottom:6px;
	right:6px;
	z-index:10;
}

.rhino-thumbs li {
	float:left;
	display:inline;
	margin:2px;
}

.rhino-thumbs li span.rhino-thumb {
	display:block;
	width:16px;
	height:15px;
	cursor:pointer;
	background:url(rhinoslider.png) -63px 0 no-repeat;
	font-size:10px;
	color:#fff;
	text-align:center;
	padding:1px 0 0 0;
}

.rhino-thumbs li span.rhino-thumb:hover,
.rhino-thumbs li span.rhino-thumb:focus,
.rhino-thumbs li span.rhino-thumb.rhino-active-thumb {
	background-position:-63px -50px;
	color:#999;
}