/*#ms-tit {
	position: absolute;
	z-index:100;
	color:#000;
	text-align: left; 
	max-height: 360px;
	background: url(../../images/bg_slider_h5.png);
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 5px;
	margin: 0 10px 0 0;
}*/

#ms-tit {
  color: #fff;
  margin: 0;
  max-height: 360px;
  padding: 15px;
  position: absolute;
  text-align: left;
  width: 745px;
  z-index: 100;
}





#ms-tit.rightbottom {
	right: 0px;
	bottom: 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#ms-tit.righttop {
	right: 0px;
	top: 0px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#ms-tit.leftbottom, #ms-tit.centerbottom {
	left: 0px;
	bottom: 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#ms-tit.lefttop, #ms-tit.centertop {
	left: 0px;
	top: 0px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#ms-tit.righttop .cat-name, #ms-tit.rightbottom .cat-name {
 	width: 100%;
 	text-align: right;
 }

/*#ms-tit.righttop h4, #ms-tit.rightbottom h4 {
    float: right;
}*/
#ms-tit.righttop h5, #ms-tit.rightbottom h5 {
    text-align: right;
}

#ms-tit li {
	list-style: none;
}

#ms-tit span {
	/*background: #fff;*/
}

.ms-sum {
	position: absolute;
	bottom: 20px;
}





	
#ms-tit h4 {
	/*opacity: 0.9;*/
	/*filter: alpha(opacity=90);*/ /* For IE8 and earlier */

  background: none repeat scroll 0 0 #000;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 0 5px;
  padding: 2px 9px;

}

#ms-tit h4 a {
	color: #fff;
}

#ms-tit h5 {
	font-size: 32px;
	line-height: 34px;
	color: #fff;
}
#ms-tit h5 a {
	color: #fff;
}

#ms-tit h2 {
	color: red;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 0;
	padding: 5px 8px;
	width: 400px;
}



.ms-tabs .ms-thumb {padding: 5px 10px 5px 5px}
.ms-thumb img {width:203px;	height:87px; float: left; margin: 0 3px;}
.ms-thumb h3 {
	font-size: 14px;
	font-weight: 300;
	height: 75px;
	line-height: 18px;
	overflow: hidden;
	text-align: left;
	width: 118px;
}
.ms-tabs .ms-thumb-frame-selected {
	background: #fff;
}
.ms-tabs .ms-thumb-frame-selected h3 {
	text-align: left;
	color: #950000;
}


.vertical .ms-thumblist-fwd,.vertical .ms-thumblist-bwd{
	 background: url("slider_arrow.png") no-repeat scroll center center #fff;
    cursor: pointer;
    height: 20px;
    left: 14px;
    position: absolute;
    width: 95%;
    z-index: 140;
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}
.vertical .ms-thumblist-bwd{
	bottom:0px;
}


.vertical .ms-thumblist-fwd{
top:0px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}