	
/* CENTRAL */ 	

#centralImg{
	margin-bottom:10px;
	margin-right:15px;
	}
.square{
	background:url(../imgs/components/rec.png) top left no-repeat;
	width:247px;
	height:197px;
	overflow:hidden;
	cursor:pointer;
	}
	
.square:hover, .square.hover{
	background:url(../imgs/components/recOver.png) top left no-repeat;
	}
	
.square a{
	color:#000000;
	text-decoration:none;
	font-size:18px;	
	}
	
.inline .box{
	overflow:hidden;
	width:49%;
	margin-right:15px;
	}
	
.inline .box.last{
	margin-right:0;
	}
