/**
 * 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;
	display: none;
	-moz-border-radius: 6px;
	color: #618cbe;
	padding: 5px;
	
}
.carousel-clip-region {
	overflow: hidden;
	margin: 0px auto;
	display: block;
	position: relative;
	z-index: 5;
}
.carousel-list {
	width: 10000000px;
	margin: 0px;
	padding: 0px;
	height: 109px;
	/*position: relative;*/ /* BUGGY */
	/*overflow: hidden;*/ /* BUGGY */
	/*display: block;*/ /* BUGGY */
}
.carousel-list li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 10px verdana,arial,sans-serif;
	color: #666;
	float: left;
	list-style: none;
	overflow: hidden;
	vertical-align: middle;
	width: 180px;
	display: block;
}
.carousel-vertical li { 
	margin-bottom: 0px;
	float: left;
    clear: left;  
	overflow: hidden;
	display: block;
}
.carousel-list li a { 
	display: block;
	outline: none;
	-moz-outline: none;
}
.carousel-list li img { 
	border: 0px;
	display: block;
}
#prev-arrow, #prev-arrow2 { 
	position: absolute;
	cursor: pointer; 
	top: 53px;
	left: 8px; 
}
#next-arrow, #next-arrow2 { 
	position: absolute;
	top: 53px;
	cursor: pointer; 
	right: 14px; 
}
.sponsorTicker {
	width: 950px;
	height: 120px;
	position: relative;
	background-image: url(images/cluburi/big_bg.png);
	overflow: hidden;
}
.leftArrow, .rightArrow {
	float: left;
	position: relative;
	width: 16px;
}
