@CHARSET "UTF-8";

#girls_list {
	width: 308px;
	margin: 6px auto 20px;
}

#girls_list li {
	float: left;
	width: 142px;
	height: 316px;
	margin: 0 6px 6px;
}

.image {
	width: 130px;
	height: 208px;
	margin: 0 0 5px;
	padding: 5px;
	border: 1px solid #e1e1e1;
}

.new_mark {
	position: relative;
	width: 60px;
	height: 20px;
	top: -22px;
	left: 2px;
}

.name {
	height: 15px;
	padding: 0 3px 4px;
}

.name a {
	color: #0889c0;
	text-decoration: underline;
}

.profile {
	height: 15px;
	padding: 0 3px 4px;
	font-size: 10px;
}

.profile span {
	font-size: 12px;
	font-weight: bold;
	color: #0889c0;
}

.comment {
	height: 50px;
	font-size: 12px;
	line-height: 1.4em;
	overflow: hidden;
}

#page, #pager{
	margin:20px 0;
}

#pager div{
	width:160px;
	margin:0 auto;
	float:left;
}
#prev a{

}
#next a{

}