#exercisesTeaser {
	margin: 0 auto 15px auto;
}

.tabs .exercisesIcon {
	position: absolute;
	top: 6px;
	right: 4px;
}

.exercisesListBox {
	width: 891px;
	margin: 0 auto;
	overflow: hidden;	
}

.exercisesList {
	width: 900px;
	padding-bottom: 15px;
}

.content h1 {
	margin: 15px 0 0 20px;
	padding: 0 !important;
}

.exerciseBox {
	display: block;
	position: relative;
	width: 216px;
	height: 276px;
	background: url(/MBT/Images/Boxes/exericesBoxBg.png) no-repeat 0 0;
	float: left;
	margin: 14px 9px 0 0;
	overflow: hidden;
}

.exercisesList li {
	display: block;
	float:left;
	width: 225px;
	height: 290px;
	overflow: hidden;	
}

.exerciseBox .thumb {
	position: relative;
	top: 6px;
	left: 5px;
}

.exerciseBox .headline {
	top: 151px;
	left: 15px;
}

.exerciseBox .headlineText {
	position: absolute;
	display: block;
	width: 167px;
	height: 33px;
	top: 150px;
	left: 15px;
	font-size: 1em;
	overflow: hidden;
}

.exerciseBox .exercisesIcon {
	position: absolute;
	top: 150px;
	right: 9px;
}

.exerciseBox .text {
	display:block;
	font-weight:normal;
	height:54px;
	left:15px;
	overflow:hidden;
	position:absolute;
	top:196px;
	width:187px;
	font-size: 0.92em;
	line-height: 1.2em;
}

.exerciseBox:hover {
	text-decoration:none !important; 
	background: url(/MBT/Images/Boxes/exericesBoxBg.png) no-repeat -216px 0;
}

.exerciseBox .link:hover {
	text-decoration: underline;
}

.introsessionThumb {
	background: url(/MBT/Images/Boxes/introsessionThumbBg.png) no-repeat 0 0;
}

.introsessionThumb:hover {
	background: url(/MBT/Images/Boxes/introsessionThumbBg.png) no-repeat -216px 0;  
}

.introsessionThumb .link {
	color: #FFF;
}

.exerciseDetailBox {
	margin: 0 auto;
	width: 891px;
}

.textBoxHeaderFooter {
	float: left;
	/*margin: 0 12px 0 0;*/
}

.footer .backLink {
	line-height: 30px;
	margin: 0 0 0 15px;
	font-size:1.08em;
}	

.exerciseStepsBox {
	width: 656px;
	overflow: hidden;
	margin-bottom:-6px;
}

.exerciseSteps {
	width: 675px;
}

.exerciseStep {
	position: relative;
	float: left;
	width: 210px;
	height: 299px;
	margin: 0 14px 0 0;
	background: url(/MBT/Images/Boxes/exerciseStepBg.png) no-repeat 0 0;	
	overflow: hidden;
}

.exerciseStep .thumb {
	position: absolute;
	top: 2px;
	left: 2px;
}

.exerciseStep .headline {
	position: absolute;
	top: 150px;
	left: 12px;
}

.exerciseStep .text {
	font-size:0.92em;
	height:112px;
	left:12px;
	overflow:hidden;
	position:absolute;
	top:180px;
	width:186px;
	line-height: 1.4em;
}

.exerciseDesc {
	margin: 3px 0 0 3px;
	/*float: left;*/
	position: relative;
	padding: 30px 0 0 0;
	width: 210px;
}

.exerciseDesc .exercisesIcon {
	position: absolute;
	top: 5px;
	left: 11px;
}

.exerciseDesc h3 {
	position: absolute;
	top: 5px;
	left: 40px;
	line-height: 20px;
}

.exerciseDesc .animation {
	width: 206px;
	/*height: 143px;*/
	/*background-color: #FFF;*/
	margin: 0 2px;
}

.exerciseDesc .shortDescription {
	padding: 13px;
}

.genericTextBox2Scaleable {
	margin-top: 12px;
}

#moviePlayerBox 
{
    position: relative;
    margin:0;
    padding:0;
    width: 652px;
}


/* Easy Slider */
 #moviePlayerBoxSlideshow {}
 #moviePlayerBoxSlideshow ul, #moviePlayerBoxSlideshow li{
     margin:0;
     padding:0;
     list-style:none;
 }
 #moviePlayerBoxSlideshow li{
     width:652px;
     height:401px;
     overflow:hidden;
 }
 

