@charset "utf-8";
/* CSS Document */
/* 
 *******************************************
 *
 * ks-slider-default.css
 * CSS for slider 
 *
 * KingSpeed Co,Ltd. copyright 2013~2015
 * all rights reserved
 * http://www.kingspeed.co/
 * by kingspeed118@163.com
 * 2013-04-17 16:38:33
 *
 * *****************************************
 */
.royalSlider 
{
	width:240px;
	height:160px; 
}
/* for thumbnails */
.divSliderGallery .rsTmb {
  padding: 10px;
  
}
.rsTmb h4
{
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.divSliderGallery .rsThumbs .rsThumb {
  width: 200px;
  height: 80px;
  /*background:#039; 导览小图背景 */
  border-bottom: 1px solid #2E2E2E;
}
.divSliderGallery .rsThumbs {
  width: 200px;
  padding: 0;
}
.divSliderGallery .rsThumb:hover {
  background: #3A0;/*#000 鼠标悬停时的颜色*/
  /*border-bottom:1px solid #F90;*/
}
.divSliderGallery .rsThumb.rsNavSelected {
  /*background-color: #02874A;*/
  background:url(../mv_test/11.png) no-repeat;
  background-position:-20px -30px;
  border-bottom:-color #02874A;
}
.infoBlock 
{
  position: absolute;
  bottom:auto;
  top: 30px;
  right: 40px;
  left: auto;
  max-width: 90%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding: 20px;
  border-radius:10px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 
{
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p 
{
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a 
{
  color: #FFF;
  text-decoration: underline;
}

.photosBy 
{
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #000;
  color: #FFF;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  /*z-index: 25;*/
  background: rgba(0,0,0, 0.7); 
} 
.photosBy a {
  color: #FFF;
  font-weight:bold;
}