@charset "utf-8";
/* CSS Document */
.widget {
	width: 640px;
	height: 360px;
	border: 0px solid black;
}
.SlidingPanels {
	width: 610px;
	height: 400px;
	overflow: visible;
	position: relative;
	float: left;
	padding: 0px;
}
.SlidingPanelsContainer {
	width:8000em;
	height:350px;
	position: absolute;
	float:left;
	margin: 0px;
	padding: 0px;
}
.SlidingPanelsContent {
	width: 300px;
	height: 320px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
.content {
	width: 290px;
	height: 320px;
	float: left;
	overflow: hidden;
	padding: 5px;
	margin: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.panelnav {
	clear: both;
	height: 42px;
}
.left {
	text-align: left;
	margin-left: 4px;
}
.right {
	text-align: right;
	margin-right: 7px;
}
