@charset "utf-8";
/* CSS Document */

.SlidingPanels {
	float: left;
	position: relative;
	width: 500px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 500px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

UI, LI, P {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container { 
	
	width: 520px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.slidingTabPanelWrapper {
	border-bottom:1px solid #969696;
	height:30px;
	margin:20px 0 10px 0;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:500px;
	height:30px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	text-align: center;
	width:100px;
	margin:0 5px;
	text-decoration: none;
}
.tabActive {
	position:relative;
	top:4px;
	display:block;
	width:100px;
	height:30px;
	cursor:default;
	outline:none;
	background-color: white;
	border-left:1px solid #969696;
    border-right:1px solid #969696;
    border-top:1px solid #969696;
	border-bottom:0px solid #969696;
}
.tab {
	position:relative;
	top:0px;
	display:block;
	width:100px;
	height:30px;
	cursor:pointer;
	outline:none;
	background-color: white;
	border-bottom:0px solid #969696;
	
}
