#ms-tit {
	position: absolute;
	z-index:100;
	color:#000;
	text-align: left; 
	max-height: 360px;
	background: url(../../images/bg_slider_h5.png);
	padding: 5px;
	margin: 0 10px 0 0;
}

#ms-tit.rightbottom {
	right: 10px;
	bottom: 10px;
}

#ms-tit.righttop {
	right: 10px;
	top: 10px;
}

#ms-tit.leftbottom, #ms-tit.centerbottom {
	left: 10px;
	bottom: 10px;
}

#ms-tit.lefttop, #ms-tit.centertop {
	left: 10px;
	top: 10px;
}

#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 */
	display: inline-block;
	font-family: 'PfDin Medium', sans-serif;
	font-size: 18px;
	margin: 0 0 2px;
	color: #c3466d;
}

#ms-tit h4 a {
	color: #c3466d;
}

#ms-tit h5 {
	font-family: 'Conv_PFDinTextCompPro-Thin', sans-serif;
	font-size: 35px;
	line-height: 35px;
	color: #242628;
}

#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:85px;	height:85px; float: left; margin: 0 3px;}
.ms-thumb h3 {
	font-family: "clear_sans_lightregular";
	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: #c3466d;
}


.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);
}