/* CSS Document */

.widget {
	width: 231px;
	height: 220px;
	padding: 15px 0 0 0;
}
.SlidingPanels {
	width: 231px;
	height: 220px;
	overflow: hidden;
	position: relative;
	float: left;
	border-bottom: solid 1px green;
}
.SlidingPanelsContainer {
	width:8000em;
	height:220px;
	position: absolute;
	float:left;
	margin: 0px;
	padding: 0px;
}
.SlidingPanelsContent, SlidingPanelsCurrentPanel {
	width: 231px;
	height: 220px;
	overflow:hidden;
	float: left;
	clear: none;
	border-bottom: solid 1px blue;
}

.SlidingPanelsCurrentPanel .panelnav {
	position:absolute;
	top:190px; left:0;
	display:block;
	font-size: 1em; line-height:24px;
	width:231px; height:24px;
	text-align:center;
	background-image:url(../images/layout/membernav_background.gif);
	background-repeat:repeat-x;
	z-index:50;
}
.panelnav .left {
	position:relative;
	float: left; clear:none;
	width:23px; height:24px;
	visibility:visible;
	display:block;
	z-index:60;
}
.panelnav .right {
	position:relative;
	float:right; clear:none;
	width:23px; height:24px;
	visibility:visible;
	display:block;
	z-index:60;
}
.members .photo {
	display:block;
	width:89px;
	text-align:center;
	font-weight:bold;
	float:right;
	padding-left:10px; 
}
.photo a {
	display:block;
	width:89px;
	background-image:url(../images/layout/membernav_background.gif);
	background-repeat:repeat-x;
}
.photo a:hover {
	text-decoration: none;
}
.membernav {
	text-align:center;
	background-image:url(../images/layout/membernav_background.gif);
	background-repeat:repeat-x;
	height:24px;
	display:inline-block;
}
.membernav a {
	font-weight:bold;
	font-size:1em;
	line-height:24px;
}
