/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2014: 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 { bottom:-4px; }

.rhino-prev {
	left:-6px;
	background-position:-168px 0;
}

.rhino-next {
	right:-6px;
	background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
	top:-4px;
	left:-6px;
}

.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-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: -15px;
	
	/* -----6 banners settings----- */
	/*left: 20px;
	*left: 0;*/
	/* -----6 banners settings----- */

	/*------------------------------*/

	/* -----5 banners settings----- */
	left: 50px;
	*left: 30px;
	
	/* -----5 banners settings----- */
	
	/*------------------------------*/

	/* -----4 banners settings----- */
	/*left: 80px;
	*left: 60px;*/
	/* -----4 banners settings----- */
	
	/*------------------------------*/
	
	/* -----3 banners settings----- */
	/*left: 110px;
	*left: 90px;*/
	/* -----3 banners settings----- */
	
	/*------------------------------*/

	/* -----2 banners settings----- */
	/*left: 140px;
	*left: 120px;*/
	/* -----2 banners settings----- */

	/*------------------------------*/
	
	/* -----1 banners settings----- */
	/*left: 170px;
	*left: 150px;*/
	/* -----1 banners settings----- */
	
	z-index: 10;
	/*background: #fff
	padding:5px;;*/
	margin: 0;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	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:inline;
	margin:0 ;
	/*IE7 prefix*/ /*margin-left:200px !important;*/
	
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 50px;
	height: 22px;
	cursor: pointer;
	/*background: white;*/
	background-image:url(http://www.three.com.hk/website//ShowProperty//cmrep/theme/images/ico_nav_off_1.png);
	background-repeat:no-repeat;
	font-size:0px;
	font-family:  Helvetica, Arial, "Trebuchet MS", sans-serif;
	text-align: center;
	
	padding: 0 0 3px 0;
	margin: 0 3px;
	color: #000;
	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:#fff;
	/*background:#eee;*/
	background-image:url(http://www.three.com.hk/website//ShowProperty//cmrep/theme/images/ico_nav_on_1.png);
	background-repeat:no-repeat;
	
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	/*background:#5cd4e8;*/
	background-image:url(http://www.three.com.hk/website//ShowProperty//cmrep/theme/images/ico_nav_on_1.png);
	background-repeat:no-repeat;
}