@charset "utf-8";
/* CSS Document */

hr, .clearAll {
	clear: both;
}

.SlidingPanels {
	width: 220px;
	height: 150px;
}
.SlidingPanelsContent {
	width: 220px;
	height: 150px;
	position: relative;
}

.p1 {
	background-color: #FFFFFF;
}
.p2 {
	background-color: #FFFFFF;
}
.p3 {
	background-color: #FFFFFF;
}
.p4 {
	background-color: #FFFFFF;
}

#news.SlidingPanels {
	float: left;
}
#news .SlidingPanelsContentGroup {
	float: left;
	width: 2000px;
}
#news .SlidingPanelsContent {
	float: left;
}

#navprevious {
	float: left;
	padding: 5px;
	margin-top: 5px;
	position: absolute;
	left: 12px;
	bottom: 20px;
}
#navnext {
	float: right;
	padding: 5px;
	margin-top: 5px;
	position: absolute;
	right: 0px;
	bottom: 20px;
}
