.ms-tabs-template {
    max-width: 100%;
    margin: 0 auto;
   
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.ms-tabs .ms-thumb {
    padding: 0px !important;
    display: table;
    height: 89%;
    width: 100%;
}

.ms-tabs-vertical-template {
	max-width: 1065px;
}

.ms-tabs-template .ms-thumb-frame h3 {
	 font-family: 'museo_slab700';
	font-size: 17px;
	margin:0;
	font-weight:normal;
	color:#b1b1b1;
	text-shadow:none;
	line-height:26px;
	display: table-cell;
vertical-align: middle;
padding:0px 14px;
}
.ms-tabs-template .ms-thumb-frame:first-child h3{
	/*font-size:16px;*/
	/*margin-top:-13px;*/
	letter-spacing: -0.4px;
}

.ms-tabs-template .ms-thumb-frame p {
	font-size:10pt;
	margin: 4px 0;
}

.ms-tabs-template .ms-thumb-frame-selected h3{
	color:#fff;
	
}
.ms-tabs .ms-thumb-frame-selected {
    background: #f79500 none repeat scroll 0 0;
    opacity: 1;
}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    border-bottom-color: #f79500;
    opacity: 1;
    top: -12px;
}

 /* Layers */
.ms-layer.video-title {
  
    color: white;
    font-weight: 600;
    font-size: 42px;
    margin:0px;
    letter-spacing:0px;
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray;
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}
.ms-thumb {
	text-align:center;
}