div .thumbnail {
	margin-bottom : 10px;
	clear:both;
	height: 200px;
}


div .thumbnail a img {
	border : 2px solid lightgray;
}

div .memberInfo {
	padding-left : 50px;
}

ul.pagination{
	margin : 10px;
}

ul.pagination li{
	float : left;
	border : 1px solid #ccc;
	margin-left : 3px;
	margin-bottom : 3px;
	font-size : 10px;
	height : 20px;
	width : 20px;
	text-align : center;
	line-height : 20px;
}

.pagination li a{
	
	display : block;
	height : 20px;
	width : 20px;
	text-align : center;
	line-height : 20px;
	color : #ff0084;
}
.pagination li a:hover{
	color : #fff;
	background : #ff0084;
	text-decoration : none;
}
.paginator_selected_page{

color : #fff;
background : #C300FF;
text-decoration : none;
}
