/**
 * 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;
	width: 600px;
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
	overflow: hidden;
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow: hidden;
}

.carousel-component .carousel-clip-region { 
	overflow: hidden;
	width: 550px;
	position:relative;
}

.carousel-component ul.carousel-list{
	text-align:left;
	overflow:hidden;
}
.carousel-component .carousel-list li { 
	text-align:left;
	width: 151px;
	overflow:hidden;
	margin-right: 2px;
}

.container
{
	width: 457px;
	height: 110px;
	padding: 0px 0px;
	overflow: hidden;
	background: url(../images/gradient_updates.gif) bottom left repeat-x;
}

.item
{
	width: 160px;
	height: 84px;
	padding: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow:hidden;
}

a.image
{
	display: block;
	height: 104px;
	border: 2px solid white;
	text-decoration: none;
	color: #000000;
}

a.image:hover
{
	border: 2px solid red;
}

img.prevArrow
{
	float: left;
	position: relative;
	z-index: 5;
}

img.nextArrow
{
	float: right;
	position: relative;
	z-index: 5;
}

.tabs
{
	width: 510px;
	padding: 2px 10px;
	text-align: right;
	background-color: #f8ff33;
}

.tabs a:link, .tabs a:visited
{
	color: #666666;
	text-decoration: none;
	padding: 5px 7px;
}

.tabs a:active
{
	background-color: red;
}

.tabs a:hover
{
	background-color: red;
	color: #FFFFFF;
}

.outer
{
	width: 530px;
	overflow:hidden;
}

body { font-family: arial; font-size:12px; }
ul, li { margin:0;padding:0; }
img { border:0; }
li { list-style:none; }