/**
  * 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/
  */
  
  
.rhino-btn {
	background:url(../img/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.rhino-prev, .rhino-next { top:80px; }

.rhino-prev {
	left:-44px;
	background-position:-164px 0;
}

.rhino-next {
	right:-82px;
	background-position:-109px 0;
}

.rhino-prev:hover { background-position:-163px -54px; }

.rhino-next:hover { background-position:-110px -54px; }

.rhino-toggle {
	top:-31px;
	left:6%;
}

.rhino-play { 
background-position: 0 0 }

.rhino-play:hover { background-position: 0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-captiono {
	position:absolute;
	/*font-family : 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	left:0;
	right:0;
	top:0;
	color:#000;
	width:660px;
	padding: 0px 0px 10px 0px;
	line-height: 19px;
	text-align:justify;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.rhino-captiono2 {
	font-family : 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px;
	text-align:justify;
}
.rhino-caption {
	color:#fff;
	padding:1px;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
/*.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
*/
.rhino-bullets {
	position: absolute;
	bottom: 27px;
	left: 70px;
	margin:0 0 0 -50px;
	z-index: 10;
	background: #fff;
	padding:0;
	display:none;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:none;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	background:url(../img/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:block;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	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 {
	color:#999;
	background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background:#5cd4e8;
}
#rhino {
	width:770px; 
	height:285px; 
	left:4px;
	top:10px;
	background:#ffffff url(../../bum_pics/gsnbor.png) no-repeat top center;
	position:relative;
	overflow:hidden;
}
#rhino_innen {
	 position:relative;
	 width:700px;
	 height:245px;
	 max-height:245px;
	 top:5px;
	 left:32px;
}
#rhino_gesehen {
	 font-weight:bold;
	 font-size:11pt;
	 position:relative;
	 top:-5px;
	 left:2px;
}
#rhino_li1 {
	position:relative;
	top:-4px;
	border: 1px solid #e7bdc7;
	padding:0;
	spacing:0;
	text-align:center;
	min-width:150px;
	max-width:170px;
	min-height:200px;
	max-height:245px;
}
#rhino_li2 {
	border:solid 0px #e7bdc7;
	max-width:170px;
	height:30px;
	background:#ffffff url(../../bum_pics/gsndatbg.png) no-repeat top center;
	position:relative;
}
#rhino_li3 { padding:5px; }
#rhino_li4 { padding:3px; }
.rhino_img {
	border: 0px solid #82000a;
	max-width:120px;
	max-height:100px;
}
li {
	color:#fff;
	height:135px;
	width:700px;
	border: 0px solid black;
}
#gsn_edit {
	position:absolute;
	top:250px;
	left:290px;
	text-align:center;
}