* {
	margin: 0;
	padding: 0;
}
div#slider {
	padding: 0;
	margin: 0 0 0 -10px;
	overflow: hidden;
	width: 734px;
	height: 295px;
	position: relative;
}
div#slider img {
	border:none;
}
div#slider ul#slides {
	position: absolute;
	top: 0;
	left: 20px;
	width: 11000px;
	height: 295px;
	overflow: hidden;
}
div#slider ul#slides li {
	display: inline;
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 0;
	height: 295px;
	position: relative;
	width: 694px;
	background: #FFFFFF url(../../../../images/preloader.gif) no-repeat 50% 50%;
}
div#slider ul#slides li img {
	display: inline;
	float: left;
}
div#slider ul#slides li p {
	color: #fff;
	font-size: 12px;
	padding: 0 19px 0 0;
	margin: 10px 0;
}
div#slider ul#slides li p a {
	color: #fff;
	text-decoration: none;
}
div#slider ul#slides li p a:hover {
	color: #fff;
	text-decoration: underline;
}
div#slider ul#slides li p.num {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	color: #fff;
	font-size: 10px;
	position: absolute;
	right: 19px;
	bottom: -5px;
	text-align: right;
	padding: 0;
}
div#slider ul#slides li p.moreLink {
	margin: 0;
	padding: 0 0 0 0;
}
div#slider ul#slides li p.moreLink a {
	background-image: url("../../../../images/sitewide-more-green-dk.gif");
	text-indent: -1000em;
	height: 13px;
	width: 43px;
	display: block;
	display: inline;
	float: left;
}
div#slider p.prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	overflow: hidden;
	height: 295px;
	display: block;
	
}
div#slider p.prev a {
	background: url("../../../../images/slider-prev.gif") no-repeat 0 0;
	width: 20px;
	height: 295px;
	display: block;
	text-indent: -1000em;
}
div#slider p.prev a:hover {
	background-position: 0 -295px;
}
div#slider p.next {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	overflow: hidden;
	height: 295px;
	display: block;
	_right: -2px;
	_width: 21px;
}
div#slider p.next a {
	background: url("../../../../images/slider-next.gif") no-repeat 0 0;
	width: 20px;
	height: 295px;
	display: block;
	text-indent: -1000em;
}
div#slider p.next a:hover {
	background-position: 0 -295px;
}

/* Tabs */

div#tabContainer {
	position:relative;
	margin-top:20px;
}
.panel {
	clear: both;
	background-color: #FFFFFF;
	padding: 1.5em 1em ;
	display: none;
}
.panel h2 {
	display:none;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	background-image: url(../../../../images/tab.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:7px;
	margin-left:-10px;
}
#tabs ul {
	height: 33px;
	margin:0;
	padding:0;
	background: url(../../../../images/tab-top-shad.png) repeat-x left bottom;
}
#tabs ul li {
	display:block;
	width:125px;
	height:33px;
	padding:0;
	margin:0;
	float: left;
	background: url(../../../../images/tab.png) no-repeat -21px 0;
}
#tabs ul li a {
	float: left;
	text-decoration: none;
	font-size: 1.3em;
	color: #999999;
	display: block;
	height:22px;
	margin-top:11px;
}
#tabs ul li.first {
	background-position: -7px 0px;
	padding-left:14px;
	margin-left:0!important;
}
#tabs ul li.last {
	background-image: url(../../../../images/tab-last.png);
}
#tabs ul li.active-tab {
	background-position: -7px -33px;
	margin-left:-14px;
	padding-left:14px;
}
#tabs ul li.active-tab a {
	color: #0080c3;
}