#wrapper {width: 655px; margin: 0 auto;}
a {text-decoration: none;}
.fancybox img {
	margin-bottom: 4px;
}
.read_more{
	float: right;
	padding-left: 40px;
	width: 70.6%;
	margin-top: -3px;
	text-align: right;
	padding: 20px 0;
}
a.more{
	color: #0f4778;
	border: 1px solid #0f4778;
	padding: 5px 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.more:hover{
	background:#0f4778;
	color:#fff; 
}