@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 580px;
	border: none;
	
}
#slidingPanel{
	/*border-left:1px solid #EEEEEE;*/
	padding-left: 10px;
	padding-right: 10px;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 580px;
	overflow: hidden;
	margin:0px;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {
	height:47px;
	margin:20px 0 10px 30px;
	display: none;
	width:550px;
	background:url(img/tab_shadow.png) bottom center no-repeat;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:450px;
	height:46px;
}
.slidingTabPanel li {
	list-style:none;
	float:left;
	width:120px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:120px;
	height:46px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:120px;
	height:46px;
	background-position:-240px;
	cursor:pointer;
	outline:none;	
}
.tab:hover {
	background-position:-120px;
}
#mtb {
	background-image:url(img/mtb_tab.jpg);
}
#trailrun {
	background-image:url(img/trail_tab.jpg);
}
#ultra_marathon {
	background-image:url(img/marathon_tab.jpg);
}
