.map{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.locations{
	position:relative;
	overflow:hidden;
}

#Gmap{
	border:solid 5px #FFFFFF;
}

.cinema_name{
	float:left;
	width:210px;
	text-transform:uppercase;
}

.cinema_location{
	float:left;
	width:279px;
	text-transform:uppercase;
}

.address{
	background-image:url(../../../templates/default/images/hr.png);
	background-position:top;
	background-repeat:no-repeat;
}

.address p{
	margin:5px 0;
}

.address button{
	float:right;
}