/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 0.6.1 - 07.08.2007
 *
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component
{
	position: relative;
	overflow: hidden; /* causes the clipping */
	display: none; /* component turns it on when first item is rendered */
}
.carousel-component ul.carousel-list
{
	width: 10000000px;
	position: relative;
	z-index: 1;
}
.carousel-component .carousel-list li
{
	float: left;
	list-style: none;
	overflow: hidden;
}
.carousel-component .carousel-clip-region
{
	overflow: hidden; /* Secret to the clipping */
	margin: 0px auto;
	position: relative;
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc.
 **/

.carousel-component
{
	padding: 0px;
	-moz-border-radius: 6px;
}
.carousel-component ul.carousel-list
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.carousel-component .carousel-list li
{
	padding: 0px;
	margin: 4px;
	width: 95px;
	height: 158px;
	text-align: center;
}
.carousel-component .carousel-list li .topicsTitle
{
	display: block;
}


#topicsBox h3
{
	text-indent: -9999px;
	font-size: 1px;
	float: left;
}
.topicboxTop
{
	margin: 0px;
	height: 38px;
	overflow: hidden;
}
.topicboxTop .rss a
{
	display: block;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	margin: 22px 10px 0 0;
	height: 16px;
	width: 16px;
	background: url(/images/backgrounds/rss_greenbg.gif) no-repeat;
}
/*.rss
{
	float: right;
	margin-top: 10px;
}
.alertBox .rss
{
	margin-top: 20px;
}*/
#topicsPlayer
{
	overflow: hidden;
	height: 161px;
	width: 404px;
}
#playerWindow
{
	height: 161px;
	width: 330px;
	float: left;
	overflow: hidden;
}
#playerWindow .content
{
	float:left; height:118px; overflow:hidden; width:80px; margin:15px 20px 0pt 0pt; padding:0pt 0pt 23px;
}
#playerWindow .content img
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}
#playerWindow .content .htTitle
{
	height:34px; overflow:hidden; padding:0; margin:0; text-align:center; line-height:11px;
	/*text-align: center;
	padding: 0 0 23px 0;*/
}
#playerWindow .audio
{
	background: url(/images/backgrounds/hticonaudio.gif) 48% 100% no-repeat;
}
#playerWindow .article
{
	background: url(/images/backgrounds/hticonarticle.gif) 48% 100% no-repeat;
}
#playerWindow .video
{
	background: url(/images/backgrounds/hticonvideo.gif) 48% 100% no-repeat;
}
.scrollLeft a, .scrollRight a
{
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	height: 46px;
	width: 17px;
	background: url(/images/backgrounds/hottopics_arrows.gif) no-repeat;
}
.scrollRight a
{
	background-position: -17px 0;
}
.scrollLeft, .scrollRight
{
	/*float:left; display:inline; overflow:hidden; height:109px; width:17px; margin:52px 8px 0 8px;*/
	position: absolute;
	z-index: 3;
	cursor: pointer;
	height: 109px;
	width: 17px;
	margin: 52px 8px 0 8px;
}
.scrollLeft
{
	left: 10px;
}
.scrollRight
{
	right: 10px;
}
