@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 430px;
	padding: 0px;
	border: none;
}
#slidingPanel{
	width:428px;
	border-left:1px solid #eaeae0;
	border-right:1px solid #eaeae0;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	margin-top: 5px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 420px;
	overflow: hidden;
	margin:0px;
	padding-right:5px;
	padding-left:5px;
}


.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;*/
	top:1px;
	height:26px;
/*	margin:20px 0 0px 30px;*/
	margin:0;
	display: none;
	width:430px;
	background-color:#eaeae0;
/*	background:url(img/tab_shadow.png) bottom center no-repeat;*/
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:430px;
	height:25px;
}
.slidingTabPanel li {
	list-style:none;
	float:left;
	width:71px;
/*	margin:0 2px;*/
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:71px;
	height:25px;
	cursor:default;
	outline:none;
	text-indent:-9999px;	
}
.tab {
	position:relative;
	top:4px;
	display:block;
	width:71px;
	height:25px;
	background-position:-151px;
	cursor:pointer;
	outline:none;
	text-indent:-9999px;
}
.tab:hover {
	background-position:-75px;
}
#infoall {
	background-image:url(cssimg/infoall.gif);
}
#func {
	background-image:url(cssimg/func.gif);	
}
#info {
	background-image:url(cssimg/info.gif);
}
#event {
	background-image:url(cssimg/event.gif);
}
#mntce {
	background-image:url(cssimg/mntce.gif);
}
#press {
	background-image:url(cssimg/press.gif);
}

