#carousel_main_wrapper {
	width: 620px;
	float: right;
	margin-top: 19px;
}
#carousel_header {
	height: 25px;
	width: 610px;
	background: url(../images/carousel_header.jpg) no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}
#carousel_header a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background: url(../images/bullet_arrows.gif) no-repeat left center;
	padding-left: 8px;
	display: block;
}
#carousel_header li {
	float: left;
	padding-left: 10px;
}

#carousel_header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#carousel_footer {
	height: 74px;
	width: 535px;
	background: url(../images/carousel_footer.jpg);
	color: #404142;
	padding-left: 80px;
	padding-top: 8px;
	padding-right: 5px;
	font: 12px Arial, Helvetica, sans-serif;
}
#carousel_footer p {
	margin: 0px;
	font-size: 11px;
}

#carousel_footer h2 {
	margin: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}

/**
 * Copyright (c) 2006, 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.
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
 
 #carousel_wrapper {
	position:relative;
	overflow:hidden;
	visibility:visible;
	background: url(../images/carousel_bg_pattern.jpg);
	width: 550px;
	height: 113px;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px;
}

#carousel_wrapper ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	width:10000000px;
	position:relative;
	z-index:1;
}
#carousel_wrapper li {
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:center;
	font:10px verdana, arial, sans-serif;
	width: 116px;
	margin: 0px 10px;
}


#carousel_wrapper li img {
	border:2px solid #e7d256;
	height: 78px;
	width: 116px;
	cursor:pointer;
	display: block;
}

/* BUTTONS */
#carousel_main_wrapper #prev_arrow, #carousel_main_wrapper #next_arrow {
	float:left;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
.clear_float {
	clear:both;
}
