.carousel_holder {
	background-color: #FFFFFF;
	margin: 0px;
	width: 880px;
	padding: 0px;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 880px; /*Width of Carousel Viewer itself*/
	height: 295px; /*Height should enough to fit largest content's height*/
	background-image: url(../img/home_carousel/carousel_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 826px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 27px;
	margin-top: 18px;
}
#scrollmenu td a {
	background-image: url(../img/home_carousel/tab_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 149px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 4px;
	float: left;
	margin: 0px;
	height: 38px;
	line-height: 22px;
}
#scrollmenu td#carousel2 a {background-image: url(../img/home_carousel/tab_off_green.gif);}
#scrollmenu td#carousel3 a {background-image: url(../img/home_carousel/tab_off_grey.gif);}
#scrollmenu td a:hover, #scrollmenu td .stepcarousel_tabs_on a {
	background-image: url(../img/home_carousel/tab_on.gif);
}
#scrollmenu td#carousel2  a:hover, #scrollmenu td#carousel2  .stepcarousel_tabs_on a {
	background-image: url(../img/home_carousel/tab_on_green.gif);
}
#scrollmenu td#carousel3  a:hover, #scrollmenu td#carousel3  .stepcarousel_tabs_on a {
	background-image: url(../img/home_carousel/tab_on_grey.gif);
}
.tab_table_wrap {
	background-image: url(../img/home_carousel/tabs_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 880px;
}
.home_car_col h2 {
	margin: 8px 0px 10px;
	padding: 0px;
}
.grey p.link {
	background-image: url(../img/buttons/grey_lbutton.gif);
}
.grey p.link a {
	background-image: url(../img/buttons/grey_rbutton.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.green p.link {
	background-image: url(../img/buttons/green_lbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.green p.link a {
	background-image: url(../img/buttons/green_rbutton.gif);
	background-repeat: no-repeat;
	background-position: right top;
}