/**
 * 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
 *
 */

#mycarousel { height: 165px; }

#slider	{
	clear: both;
	height: 219px;
	margin: 0 -7px 0 -7px;
	background: #FFFFCC url(/grafx/hf/bg_slider_home.jpg) no-repeat left bottom;
	border-top: 2px solid #5c111e;
	border-left: 7px solid #5c111e;
	border-right: 7px solid #5c111e;
}

#carousel-header {
	height: 30px;
}

.carousel_header	{
	height: 15px;	
	padding-left: 23px;
	padding-bottom: 3px;
	padding-top: 10px;
}

.carousel_subheader	{
	display: block;
	height: 13px;
	padding-left: 23px;	
}

.carousel-component .carousel-list li a { 
	display:block;
	outline:none;
}

.carousel-component .carousel-list li img { 
	/*border:1px solid #999;*/
	display:block; 
	margin: 0 auto;
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:23px;
	z-index:3;
	cursor:pointer; 
	left:10px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:23px;
	z-index:3;
	cursor:pointer; 
	right: 0px; 
}

.carousel-component { 
	/*position:relative; for Arrows / sliding - removed */
	overflow:hidden;   /* causes the clipping */
	/* display:none; component turns it on when first item is rendered */ 
	padding-top: 10px;
	margin:0 9px;
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
	margin:0px;
	padding:0px;
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	margin:8px;
	width:192px; 
	height:185px;   
	text-align:center;
	margin:0px;
	text-decoration: none;
	color: #330b03;
	font-size: 1.3em;
	font-family: sans-serif;
	line-height: 120%;
}


.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}


.carousel-list li a {
	color: #522b1a;
	font-weight:normal;
	text-decoration:none;
	font: 9pt Arial ; 
	text-align: left;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.carousel-list li a:hover {
	color: #872434;
}