@charset "utf-8";
/* CSS Document */

.SlidingPanels {
	float: left;
	position: relative;
	width: 570px;
	padding: 0px;
	border: none;
}

#slidingPanel{}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 570px;
	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:18px;
	margin:20px 0 0px 0;
	padding-top:7px;
	display: none;
	width:570px;
	border-top:solid 1px #2a9615;
	clear:both;
}

.slidingTabPanel {
	list-style:none;
	margin:0 ;
	float:left;
	padding:0;
	width:220px;
	height:18px;
}

.slidingTabPanel li {
	list-style:none;
	float:left;
	width:18px;
	height:18px;
	display:block; position:relative;
	margin:0 2px;
}

.tabActive {
	text-align:center;
	position:relative;
	top:1px;
	display:block;
	width:18px;
	height:18px;
	cursor:default;
	outline:none;
	background:url(/img/current_slide_bg.jpg) no-repeat top left;
	font:normal 11px/18px 'Trebuchet MS'; color:#000; text-decoration:none;
}

.tab {
	text-align:center;
	position:relative;
	top:1px;
	display:block;
	width:18px;
	height:18px;
	background:url(/img/slide_bg.jpg) no-repeat top left;
	cursor:pointer;
	outline:none;
	font:normal 11px/18px 'Trebuchet MS'; color:#fff; text-decoration:none;
}

.tab:hover {
	background:url(/img/current_slide_bg.jpg) no-repeat top left;
	color:#000;
}

.Comment-Box		{ padding:10px 10px 0 3px; }
.Comment-Name		{ color:#000; font:bold 11px/13px 'Trebuchet MS'; }
.Comment-Date		{ color:#9a9a9a;  font:normal 11px/13px 'Trebuchet MS'; }
.Comment-Content	{ font:normal 11px/13px 'Trebuchet MS'; margin-bottom:10px; }
.Comment-Content p	{ color:#545454; font:normal 11px/13px 'Trebuchet MS'; }

