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

.SlidingPanelsContent {
	float: left;
	width: 855px;
	overflow: hidden;
	margin:0px;
	padding-right:0px;
	padding-left: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:auto;
	margin-top:30px;
	display: none;
	float:left;
	width:855px;
	background:url(img/tab_shadow.png) bottom center no-repeat;
}
.slidingTabPanel {
	list-style:none;
	float:left;
	padding:0;
	width:auto;
	height:25px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:auto;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:15px;
	height:15px;
	cursor:default;
	outline:none;
	background-color:#00C101;
	margin-right:35px;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
	outline:none;
	background-color:#5E6D70;
	margin-right:35px;
}
.tab:hover {
	
}
#panelA {
		
}
#panelB {
	
}
#panelC {
	
}
#panelD {

}
