.widget {
	font-family: "Trebuchet MS", Arial, sans-serif;
	height: 385px;
	width: 174px;
}
.widget_gradient {
	height: 100%;
}
.widget h4 {
	background: url(img/white_header.png) repeat-x left top;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin: 0;
	text-align: center;
}
.main {
	background: url(img/main_bg.png) no-repeat left top;
	float: left;
	height: 364px;
	width: 116px;
}
.current_user_wrapper a {
	display: block;
	height: 103px;
	margin: 6px 0 0 6px;
	padding: 3px;
	width: 103px;
}
.current_user_wrapper  img {
	border: 1px solid #fff;
	width: 95px;
}
.right_photos {
	float: left;
	padding-top: 8px;
	width: 56px;
}
.right_photos div {
	padding: 5px 0;
	position: relative;
}
.right_photos a img {
	border: 1px solid #fff;
	display: block;
	height: 46px;
	position: relative;
	width: 46px;
	z-index: 3;
}
.right_photos span {
	display: none;
	height: 68px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 61px;
	z-index: 2;
}
.right_photos .active span {
	background: url(img/active_photo.png) no-repeat left top;	
	display: block;
}
.widget_text {
	display: block;
	font-size: 10px;
	height: 245px;
	margin: -5px 0 0 9px;
	text-decoration: none;
	width: 98px;overflow:hidden;
}
.widget_text h6 {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 1px;
	padding: 0;
}
.widget_text h6, .widget_text:visited h6 {
	color: #000;
}
.widget_text p {
	border-bottom: 1px solid #dadada;
	color: #484848;
	font-size: 10px;
	line-height: 1.3em;
	margin: 0 0 6px;
	padding: 0 0 4px;
}

/* boys styles */
.boys {
	background: url(img/boys_stripes.gif) 0 0;
}
.boys .widget_gradient {
	background: url(img/boys_gradient_bg.png) repeat-x left bottom;
	border: 1px solid #316591;	
}
.boys h4 {
	color: #0a356c;
}
.boys .right_photos .active img, .boys  .user_on_hover img {
	border: 1px solid #53acf6;
}
.boys .user_on_hover {
	background: url(img/boys_big_bg.gif) no-repeat left top;
}

/* girls styles */	
.girls {
	background: #f17fe8 url(img/girls_stripes.gif) no-repeat left bottom;
}
.girls .widget_gradient {
	background: url(img/girls_gradient_bg.png) repeat-x left bottom;
	border: 1px solid #c637b7;	
}
.girls h4 {
	color: #0a356c;
}
.girls .right_photos .active img, .girls  .user_on_hover img {
	border: 1px solid #f17fe8;
}
.girls .user_on_hover {
	background: url(img/girls_big_bg.gif) no-repeat left top;
}	

/* all styles */	
.all {
	background: url(img/all_stripes.gif) left top;
}
.all .widget_gradient {
	background: url(img/all_gradient_bg.png) repeat-x left bottom;
	border: 1px solid #4e9e12;	
}
.all h4 {
	color: #266d00;
}
.all .right_photos .active img, .all  .user_on_hover img {
	border: 1px solid #4e9d14;
}
.all .user_on_hover {
	background: url(img/all_big_bg.gif) no-repeat left top;
}	
