/* ++ carousel styles ++ */


/* general */
#carouselContainer {
	margin: 0 auto;
	overflow: auto;
	width: 505px;
}	

.featurecarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 505px; /*Width of Carousel Viewer itself*/
	height: 270px;/*Height should enough to fit largest content's height*/
}

.featurecarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.featurecarousel .feature{
	float: left; /*leave this value alone*/
	height: 270px;
	/*height: 240px;*/
	
	
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 505px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* different panels */

#panelOne {  }
#panelTwo {
	background: transparent url(../../img/homepage/bg_seo_tree.jpg) top left no-repeat;
	padding: 0 10px;
	width: 485px;
	}

#panelTwo p {
	color: #ffffff;
	font-size: 85%;
	text-align: left;
}

#panelTwo p a:link, #panelTwo p a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#panelTwo p a:hover, #panelTwo p a:active {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}



/* navigation through features */
ul.offerNav {
	background: #ffffff url(../../img/homepage/bg_carousel_links.gif) bottom left repeat-x;
	border-top: 1px solid #d7d2bc;
	border-bottom: 3px solid #d7d2bc;
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
	overflow: hidden;
	position: absolute;
	top: 240px;
	left: 0;
	/*z-index: 100;*/
	text-align: right;
	width: 505px;
}

ul.offerNav li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

ul.offerNav li a {
	font-size: 10px;
	text-transform: uppercase;
}