/**
 * 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 1.0 - 10.21.2008
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
 
div#maincontent .maincolumn2 {
	background: #FFF;
	border: 0px;
	float: left;
	margin: auto;
	padding: 0px 0px 20px 0px;
	width:  682px;
	}
	
div#maincontent .maincolumn2 .dateandtime {
	background: #FFF;
	border: 0px;
	color: #9F9F9F;
	font-family: tahoma, arial;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: right;
	width:  682px;
	}
	
div#maincontent .maincolumn2 .breadcrumbs {
	background: #FFF;
	border: 0px;
	color: #0F2C64;
	font-family: tahoma, arial;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width:  682px;
	}
	
div#maincontent .maincolumn2 h1 {
	color: #0D254C;
	font-family: tahoma, arial;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.0em;
	margin: 5px 0px 5px 0px;
	}
 
.advert5 {
	background: #FFF url(/includes/images/advertback.gif) no-repeat top left;
	border: 0px;
	height: 326px;
	margin: auto;
	padding: 20px;
	width:  642px;
	}
	
.advertdetails5 {
	background: #FFF url(/includes/images/advert2back.gif) no-repeat top left;
	border: 0px;
	height: 36px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	width:  682px;
	}
	
.advertdetails5 .productcode {
	background: transparent;
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.advertdetails5 .offerends {
	background: transparent;
	border: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
 
.carousel-component {
	border: 0px;
	position: relative;
	overflow: hidden;   /* causes the clipping */
	display: none; /* component turns it on when first item is rendered */
}
				
.carousel-component ul.carousel-list {
	border: 0px;
	width: 10000000px;
	position: relative;
	z-index: 1;
}

.carousel-component .carousel-list li {
	border: 0px; 
	float:left;
	list-style:none;
	overflow:hidden;
}

.advertdetails5 .productcode #prev-arrow, .advertdetails5 .productcode #next-arrow {
	margin: 0px 0px 0px 20px;
	}

.advertdetails5 .offerends #stop-button {
	background: transparent;
	border: 0px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 21px;
	height: 35px;
	}

.advertdetails5 .offerends #start-button {
	background: transparent;
	border: 0px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 22px;
	height: 35px;
	}