#slider {
	width:644px;
	margin-bottom:0px;
	position:relative;
	overflow:hidden;
	height:222px;
}

#slider ul#slidecontainer {
	list-style-type:none;
	width:640px;
	height:188px;
	margin:0px;
	padding:0px;
}

#slider ul#slidecontainer li {
	width:640px;
	height:188px;
}

#slider ul#slidecontainer a {
	text-decoration:none;
	display:block;
	width:640px;
	height:188px;
}

#slider ul#slidecontainer h3 {
	background-image:url(images/general/fltitlebg_swish.png);
	height:30px;
	background-repeat-x:repeat;
	background-repeat-y:no-repeat;
	background-repeat:repeat-x;
	display:inline-block;
	background-color:#DF0909;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	left:10px;
	font-size:21px;
	top:119px;
	padding:7px 9px 7px 9px;
}

#slider ul#slidecontainer em {
	background-color:#000000;
	color:#FFFFFF;
	font-style:normal;
	font-weight:normal;
	position:absolute;
	left:10px;
	top:151px;
	text-transform:uppercase;
	font-size:13px;
	padding:8px;
}

#slider ul#tabs {
	list-style-type:none;
	height:33px;
	font-size:14px;
	margin:0px 0px 0px -1px;
	padding:0px;
}

#slider ul#tabs li {
	float:left;
	height:35px;
	width:160px;
}

#slider ul#tabs li.first {
	border-left:1px solid #A61515;
}

#slider ul#tabs li.last {
	width:160px;
}

#slider ul#tabs a {
	display:block;
	height:35px;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	background-color:#DC2222;
	text-transform:uppercase;
	padding:8px;
}

#slider ul#tabs li.currentslide a {
	background-image:url(images/slideractivebg.png);
	background-repeat-x:repeat;
	background-repeat-y:no-repeat;
	background-repeat:repeat-x;
	background-color:#A61515;
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
}

#slider ul#tabs a:hover {
	background-color:#F57373;
}

