@charset "utf-8";
/* CSS Document */
.widget {
	width: 500px;
	height: 230px;
	border: solid 1px black;
	background-color: #CCCCCC;
}
.SlidingPanels { width: 648px; height: 50px; overflow: visible; position: relative; float: left; padding: 0px; }

.SlidingPanelsContainer { width:4000em; height:50px; position: absolute; float:left; margin: 0px; padding: 0px; }

.SlidingPanelsContent { width: 54px; height: 50px; float: left; }

.content { width: 54px; height: 50px; float: left; overflow: visible; padding: 2px; margin: 0px; }

.panelnav {
	clear: both;
	height: 50px;
}
.left {
	text-align: left;
	margin-left: 4px;
}
.right {
	text-align: right;
	margin-right: 4px;
}


