/*End of Main*/

/*Inner Page*/
.inner-page {
	background: none;
}
.videos {
	padding: 25px 16px;
}
.videos h2{ font-weight:normal; font-size:36px; line-height:36px; color:#052b68; padding-bottom:12px; }
.videos a.toggle  {
	font: normal 22px/30px 'MyriadPro', sans-serif;
	color: #fff;
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom: 1px solid #5b5f73;
	display: block;
}
.videos a.toggle:hover  {
	text-decoration: none;
}
.videos a.toggle span.start {
	background: #042A68;
	width: 240px;
	padding-left: 11px;
	cursor: pointer;
	padding-top: 2px;
	font: normal 22px/30px 'MyriadPro', sans-serif;
	display: block;
}
.videos a.toggle span.start:hover {
	background: #5AADE4;
}
.videos a.toggle span span{
	background: url(/images/arrow_videopage.png) no-repeat right 6px;
	padding-right: 24px;
	display: inline;
}
.videos a.toggle.selected  span.start{
	text-decoration: none;
	background: #5AADE4;
}
.videos a.toggle.selected span span{
	background-position: right -30px;
}

/*Thumbs*/
.videos .thumbs .row {
	position: relative;
	overflow: hidden;
	border-bottom: none;
	padding: 0px 0 18px;
	display: block;
}
.videos .thumbs .thumb {
	float: left;
	width: 146px;
	display: block;
	padding-left: 0px;
}
.videos .thumbs .thumb + .thumb {
	padding-left:18px;
}
.videos .thumbs .first {
	padding-left:0px;
}
.videos .thumbs a {
	position:relative;
	display:block;
	margin-bottom:4px;
	height: 97px;
	width: 146px;
}
.videos .thumbs a img { display:block; }
.videos .thumbs a span.ar {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrow_thumbs.png) no-repeat 0 0;
}
.videos .thumbs a:hover span.ar { background-position:0 -30px; }
.videos .thumbs h4 {
	font: normal 15px/22px 'MyriadProSemibold', sans-serif;
	color: #564e4e;
}
.videos .thumbs h4 em{
	font: normal 15px/22px 'MyriadProSemiboldIt', sans-serif;
	color: #564e4e;
}
