/**
 * 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
 * scroller-min.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;


}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li {
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
  clear:left;

	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
	width: 678px;
}

.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. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component {
	/*
	background:#e2edfa;
	padding:0px;
	-moz-border-radius:6px;
	color:#000;
	*/
}
.carousel-component ul.carousel-list {
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li {
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px arial,verdana,sans-serif;
	color:#000;
}
.carousel-component .carousel-vertical li {
}
.carousel-component ul.carousel-vertical {
}

/**
 * ==============================================================================
 * Moka 5 Scroller Styles
 **/

/* SCROLLER: FEATURED LIVE PCs & PARTNERS */
#featlpc-container, #partners-container {
	height: 120px;
	width: 245px;
	margin-top: -10px;
	background: url(/images/bg_hm_scrollbox.png) no-repeat;
}
#featlpc, #partners {
	width: 185px;
	padding-top: 18px;
}
#lablpc {
	position: relative;
	width: 270px;
	height: 100px;
	padding: 0;
	top: 36px;
	left: 14px;
	/*border: 1px solid blue;*/
}
#featlpc ul.carousel-list, #partners ul.carousel-list, #lablpc ul.carousel-list {
	list-style-type: none;
	text-align:left;
	background: none;
	/*padding:1px; for some reason, this is needed for IE6 & 7 */
}
#featlpc .carousel-vertical li, #partners .carousel-vertical li {
	clear: both;
	display: block;
	width: 185px;
	padding-left: 28px;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1em;
	text-align: center;
	color: #c1c2c3;
	/*background: #f00;*/
}
#lablpc .carousel-vertical li {
	clear: both;
	display: block;
	width: 275px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	color: #333;
}
#featlpc ul.carousel-vertical li, #featlpc .carousel-vertical li {
	height: 86px;
}
#partners ul.carousel-vertical li, #partners .carousel-vertical li {
	height: 80px;
}
#lablpc ul.carousel-vertical li {
	height: 94px;
}
#featlpc .carousel-list li a, #partners .carousel-list li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#lablpc .carousel-list li a {
	display: block;
	color: #000;
	width: 175px;
	padding-left: 100px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0% 50%
}
#lablpc .carousel-list li a:hover {
	/*color: #2fa8fc;*/
}
#lablpc br {
	display: block;
	margin-top: 0.3em;
}
#featlpc .carousel-list li a:hover, #partners .carousel-list li a:hover {
	color: #4db4fd;
}
#lpcArrows a, #partnerArrows a {
	position: relative;
	left: 220px;
	width: 11px;
	height: 6px;
	font-size: 4px;
	display: block;
	text-indent: -1000em;
}
#labArrows a {
	position: absolute;
	left: 662px;
	margin-top: 36px;
	width: 11px;
	height: 6px;
	font-size: 4px;
	display: block;
	text-indent: -1000em;
}
#lpcArrows #lpc-up, #partnerArrows #partners-up {
	top: 10px;
	background: url(/images/icon_scrollarrows_home.gif) no-repeat;
}
#lpcArrows #lpc-dn, #partnerArrows #partners-dn {
	top: 20px;
	background: url(/images/icon_scrollarrows_home.gif) -30px 0 no-repeat;
}
#labArrows #lpc-up {
	top: 10px;
	background: url(/images/icon_scrollarrows_lab.gif) no-repeat;
}
#labArrows #lpc-dn {
	top: 24px;
	background: url(/images/icon_scrollarrows_lab.gif) -30px 0 no-repeat;
}
#labArrows #lpc-up:hover, #lpcArrows #lpc-up:hover, #partnerArrows #partners-up:hover {
	background-position: 0 -30px;
}
#labArrows #lpc-dn:hover, #lpcArrows #lpc-dn:hover, #partnerArrows #partners-dn:hover {
	background-position: -30px -30px;
}

/* SCROLLER: NEWS STORIES */
#newscroller {
	margin-top: -5px;
	padding-left: 2px;
	clear: both;
}
#newscroller ul.carousel-list {
	list-style-type: none;
	text-align:left;
	background: none;
	/* padding:1px; for some reason, this is needed for IE6 & 7 */
}
#newscroller .carousel-list li {
	clear: both;
	display: block;
	width: 676px;
	margin: 0px;
	font-size: 1em;
	text-align:left;
	color: #c1c2c3;
	line-height: 1.5em;
}
#newscroller .carousel-list li a {
	color: #fff;
	padding-left: 1.2em;
}
#newscroller .carousel-list li span {
	float: left;
	display: block;
}
#newscroller .carousel-list li span.date {
	color: #4db4fd;
	font-size: 1.2em;
	font-weight: bold;
	width: 110px;
}
#newscroller .carousel-list li span.blurb {
	font-size: 1.1em;
	width: 554px;
	padding-bottom: 1.2em;
}
#newsArrows a {
	position: relative;
	left: 680px;
	width: 11px;
	height: 6px;
	font-size: 4px;
	display: block;
	text-indent: -1000em;
}
#newsArrows #news-up {
	top: 10px;
	background: url(/images/icon_scrollarrow.gif) no-repeat;
}
#newsArrows #news-dn {
	top: 20px;
	background: url(/images/icon_scrollarrow.gif) -30px 0 no-repeat;
}
#newsArrows #news-up:hover {
	background-position: 0 -30px;
}
#newsArrows #news-dn:hover {
	background-position: -30px -30px;
}