#slider {
	float:left;
    width:225px;
    height:225px;
	background:#202834 url(../images/slider/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:-34px;
	padding-bottom:7px;
	padding-left:10px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:215px;
	z-index:89;
}
.nivo-caption p {
	padding:10px;
	margin:0px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

	#contentPage_body {
		background:url(../images/bg_contentPage_middle.png) repeat-y center top;
		padding-left:25px;
		padding-right:25px;
		min-height:350px;
	}

#members_left {
	width:225px;
	height:275px;
	
}

#members_right {
	position:relative;
	float:right;
	margin-right:150px;
	font-size:12px;
	height:300px;
}