/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2015: 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(../images/index/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 { bottom:-4px; }

.rhino-prev {
	left:-6px;
	background-position:-168px 0;
}

.rhino-next {
	right:-6px;
	background-position:-106px 0;
}



.rhino-toggle {
	top:-4px;
	left:-6px;
}


.rhino-container { position:relative; }

.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;
	top: -35px;
	/*left: 50%;*/
	right:5px;
	margin:0 0 0 -50px;
	z-index: 10;
	background: #fff;
	padding:0;
}

.sp_style .rhino-bullets {
	top:85px;
	text-align:right;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	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;
	border:solid 1px #CCC;

	color: #333;
	text-decoration: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:#003C77;
}

body.pc_style #slider{
	margin-top:38px;
	width:629px;
	height:80px;
}

body.sp_style#index #slider{
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:50px;
	overflow:hidden;
	height:inherit!important;
}

#slider table{
	margin-left:15px;
}

body.sp_style#index #slider table{
	width:95%;
	margin-bottom:10px;	
}

body#index #slider table tr td{
	height:80px;
}

body.sp_style#index #slider table tr td{
	height:auto;
}

body#index #slider table tr td.news_td_l{
	width:200px;
	border-right:dotted 2px #CCC;
	padding-left:15px;
	border-left:solid 3px #FFBD3A;
}

body#index #slider table tr td.news_td_l h4 span{
	font-weight:normal;
	font-size:12px;
	display:block;
	margin-bottom:2px;
}

body.sp_style#index #slider table tr td.news_td_l{
	width:50%;
	padding-right:2%;
}

#slider table tr td.news_td_c{
	padding-left:15px;
	padding-right:15px;
}

body.sp_style #slider table tr td.news_td_c{
	display:none;
}

#slider table tr td.news_td_r{
	padding-right:15px;
}

body.sp_style #slider table tr td.news_td_r{
	width:27%;
	padding-right:2%;
	padding-left:2%;
}