/*rotator
.slider-container {
	width:350px;
	float:left;
}

.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 100%; 
	height: 220px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; 
	position: absolute;
	left: 0;
	top: 0; 
	width: 100%; 
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderwrapper a {
	width:350px;
	height:200px;
	display:block;
	overflow:hidden;
}

.sliderwrapper .desc {
	background:black;
	height:40px;
	display:block;
	opacity:0.8;
	filter:alpha(opacity=80);
	padding:5px;
	margin-top:160px;
}

.pagination-rotator a {
	padding: 0 5px;
	text-decoration: none; 
	color: #CCC;
	background: none;
}

.pagination-rotator a:hover, .pagination-rotator a.selected{
	color: #000;
	background-color: #ee2d24;
}
*/

.slider-container .teaser-box {
	margin:0px;
	background: #1a1a1a;
}
.slider-container {
	width:100%;
	float:left;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 100%; /*width of featured content slider*/
	height: 220px;
	float:left;
	width:585px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	float:left;
}

.sliderwrapper a {
	height:200px;
	display:block;
	overflow:hidden;
	background: no-repeat;
}

.sliderwrapper .desc {
    display:block;
	margin-top: 10px;
	margin-left:360px;
	padding-right:15px;
}

.pagination-rotator {
	float:left;
}

.pagination-rotator a {
	filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
	padding-bottom:3px;
	margin-right:3px;
	padding-right: 7px;
	display:block;
}

.videos{
	font-size:90%;
}
.pagination-rotator a:hover, .pagination-rotator a.selected{
	filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.pagination-rotator a.selected{
	background:url(/2009/images/layout/right_arrow.png) right center no-repeat;
}

.slider-container H1{
	color: #f58223 !important;
	font-size:150%;
	font-weight:bold;
	border-bottom: 2px solid #e62f21;
}

/*OTM*/
.otm {
	width:290px;
	float:left;
	margin-left:10px;
	background:url('/2009/images/layout/bonus_content.png') no-repeat;
	height:240px;
}

.otm .desc {
	width:130px;
	height:75px;
	padding-top:80px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	padding-left:10px;
}

.otm .click-here {
	color: #f58223;
	font-weight: bold;
	font-size: 170%;
	width:100%;
	letter-spacing: -1px;
	padding-left: 5px;
	float: left;
}

.otm img {
	margin: -120px auto auto; 
	padding-left: 150px; 
	float: left;
}

.otm-sub {
	float:left;
	display:block;
	clear:left;
	margin-top:-45px;
	margin-left:15px;
	width:265px;
	height:27px;
}

.hp-subscribe { 
	display:block;
	height:50px;
	background:center top;
	width:125px;
	height:130px;
}

/*trainer weekly workout*/
.trainer_weekly {
	padding:10px;
	display:block;
	background:url('/2009/images/layout/trainer_weekly_workout.jpg');
	width:289px;
	height:211px;
	float:right;
	color: #666 !important;
	margin-right:10px;
}
.trainer_weekly b {
	margin-top:110px;
	color: #222;
	display:block;
}

.half-box {
	float:left; 
	width:49%; 
	margin-right:10px;
	overflow:hidden;
}

.half-box .crop80x80{
    height:120px;
	width: 70px;
}
.half-box.last {
	margin-right:0px;
}

.teaser-box.videos {
	float:left;
	width:24.5%; 
	height:140px;
	text-align:center;
	line-height:20px;
	overflow:hidden;
	margin:0;
	padding:0; 
}

.teaser-box.videos .crop80x80 {
	width: 100%;
}
.teaser-box .time {
	line-height: normal !important;
}
.header a:first-child {
	float:left;
}

.caption.supps {
	width:100px; 
	font-size: 90%; 
	overflow:hidden;
}

.logos {
	text-align:center;
	width:560px;
	margin:auto;	
}

.logos img {
	padding-left: 5px;
	height:48px;
}

.logos img:first-child {
	padding-left: 0px;
}
