/*
Holiday Homes portugal
home.css
*/

a:hover.norollover {
			text-decoration:none;
			}
			
#images {
    margin:0;
    width:855px;
	float:left;
    clear:both;
}

#penthouse {
	float:left;
	margin:5px 5px 5px 0;
	color:#000;
	background:#fff url("../img/img-home-penthouse.jpg") no-repeat;
	height:210px;
	width:425px;
}

#eating {
	float:left;
	margin:5px 0 5px 0;
	color:#000;
	background:#fff url("../img/img-home-eating.jpg") no-repeat;
	height:210px;
	width:425px;
}

#golf {
	float:left;
	margin:0 5px 5px 0;
	color:#000;
	background:#fff url("../img/img-home-golf.jpg") no-repeat;
	height:210px;
	width:425px;
}

#village {
	float:left;
	margin:0 0 5px 0;
	color:#000;
	background:#fff url("../img/img-home-village.jpg") no-repeat;
	height:210px;
	width:425px;
}

