#featured-members li {
	cursor:pointer;
	margin-bottom:1px;
}

#featured-members li:hover {
	background:url('../img/rollover_background.gif') repeat-y;
}
#featured-members li:hover > a {
	color:#ffffff;
}

#featured-members li.hover {
	background:url('../img/rollover_background.gif') repeat-y;
}
#featured-members li.hover a {
	color:#ffffff;
}
#featured-members .scroll-buttons {
	text-align:center;
	margin:10px 0;
}
#featured-members-scrollcontainer {
	height:500px;
	overflow:hidden;
}
#featured-members-scrollarea {
	overflow:visible;
	
}
#featured-members input.arrow-up {
	background:url('../img/arrow_up_blue.png') top left no-repeat;
	border:none;
	width:26px;
	height:18px;
}
#featured-members input.arrow-up:hover {
	background:url('../img/arrow_up_grey.png') top left no-repeat;
}
#featured-members input.arrow-down {
	background:url('../img/arrow_down_blue.png') top left no-repeat;
	border:none;
	width:26px;
	height:18px;
}
#featured-members input.arrow-down:hover {
	background:url('../img/arrow_down_grey.png') top left no-repeat;
}
#group-ajax {
	position:absolute;
	top:0px;
	left:0px;
	width:433px;
	z-index:100;
	
	display:none;
}
#group-ajax .top{
	height:35px;
	
	background-image:url('../img/box_background.png');
	background-position:top;
	text-align:right;
}
#group-ajax .top input{
	margin-right:7px;
	margin-top:7px;
	background:url('../img/close_button.png') top left no-repeat;
	border:none;
	cursor:pointer;
	width:25px;
	height:25px;
}
#group-ajax .bottom{
	height:35px;
	background-image:url('../img/box_background.png');
	background-position:bottom;
}
#group-ajax .middle{
	background-image:url('../img/line_background.png');
}
#group-ajax #group-ajax-body{
	margin-right:35px;
	margin-left:35px;
	min-height:350px;
	background-color:#ffffff;
}

#group-ajax .loading{
	background:url('../img/loading.gif') center center no-repeat;
}

#group-ajax-body .title {
	height:60px;
	vertical-align:middle;
	border-bottom:2px solid #0B2459;
	margin-bottom:5px;
}
#group-ajax-body .body {
	margin:10px;
}
#group-ajax-body .body, #group-ajax-body .summary_address {
	margin-left:10px;
}
#group-ajax-body .group_name {
	margin-left:10px;
	font-weight:bold;
}
#group-ajax-body .ff_button {
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}