@charset "UTF-8";
/* CSS Document */

.widget {
	width: 213px;
	height: 165px;
	border: solid 1px black;
	background-color: #CCCCCC;
	margin-bottom:5px;
	cursor:pointer;
}
.SlidingPanels {
	width: 213px;
	height: 165px;
	overflow: visible;
	position: relative;
	float: left;
	padding: 0px;
}
.SlidingPanelsContainer {
	width:8000em;
	height:165px;
	position: absolute;
	float:left;
	margin: 0px;
	padding: 0px;
}
.SlidingPanelsContent {
	width: 105px;
	height: 150px;
	float: left;
}
.content {
	width: 100px;
	height: 130px;
	float: left;
	overflow: hidden;
	padding: 5px;
	border-right: solid 1px #999999;
	text-align:center;
}
.panelnav {
	clear: both;
	height: 42px;
}
.left {
	text-align: left;
	margin-left: 4px;
}
.right {
	text-align: right;
	margin-right: 4px;
}

.content p {font-size: 80%;}