.fl {
	float: left; display: inline;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative; width: 580px; height:103px;  text-align: left; overflow: hidden;
}

.more_videos {
	width: 640px; margin-left: 0; margin: 0 auto; height: auto;
}

.fans {
	width: 550px; margin-left: 0; margin: 0 auto; height: auto; height: 100px; margin-top: 10px;
}

.messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 40%; display: none; width: 21px;
}


.fans .prev, .fans .next {
	position: absolute; top: 0%; display: none;
}

.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 3).
    */
	position: relative; width: 540px; top: 0; left: 25px; overflow: hidden;
}

.more_videos .news_items {
	width: 590px;
}

.fans .news_items {
	width: 500px;
}

.news_slider .view_all {
	display: none;font-size: .8em; padding: 5px; margin: 0 0 2px 0; text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	position: relative; width: 180px; margin-right: 0px; font-size: 93%;
}

.more_videos .item {
	width: 148px;
}

.fans .item {
	width: 102px;
}

.news_slider .item .title a {
	font-size: .8em;
	color: black; font-weight: bold;
}

.news_slider .item .title a:hover {
	color: #0095c3; text-decoration: none;
}

.news_slider .item .title {
	height: 65px;
	overflow: hidden;
}

.healthcast .item .title {
	display: block;
	position: relative;
	top: -10px;
	clear: both;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
}

.fans .item .title {
	width: 98px;
	display: block;
	clear: both;
	text-align: center;
}

.news_slider .item div.fl {
	width: 75px; padding: 18px 0 10px 0;
	margin-right: -3px; /* IE6 hack for duplicated/repeated characters */
}

.more_videos .item div.fl {
	padding: 0;
}

.fans .item div.fl {
	padding: 0;
	background: yellow;
}

.news_slider .item div.fl strong {
	font-weight: bold;
	color: #777;
}


.news_slider .item a {
	text-decoration: none;
}

.news_slider .item a:hover {
	text-decoration: none;
}

.news_slider .item img {
	width: 128px;
	height: 72px;
	border: 1px solid #ccc;
}

.fans .item img {
	display: block;
	margin: 0 auto;
	height: 75px;
	width: 75px;
	border: none;
}

.more_videos .item img {
	margin: 0 auto;
}

.fans .item img {
	margin-top: 0px;
	margin-bottom: 5px;
}

.tooltip {
	display: none;
	position: absolute;
	height: 35px;
	font-size: 11px;
	width: 194px;
	padding: 18px 6px 12px 5px;
	background-image: url('../images/tooltip.gif');
	z-index: 10000;
	color: #fff;
	overflow: hidden;
	line-height: 14px;
	background-repeat: no-repeat;
}

#middle .tooltip p {
	margin: 0;
	padding: 0;
}

.tooltip_info {
	display: none;
}