#reviews {
	width: 			463px;
	position: 		absolute;
	right: 			5px;
	top:			0;
}

#bookingFormContainer {
	margin-left: 	15px;
}

#reviews .bottom {
	width: 				452px;
	height: 			34px;
	background: 		url("images/newsFooter.png") no-repeat;
	position: 			relative;
	margin-right: 		15px;
	margin-left: 		auto;
}

#reviews .bottom a { 
	padding-left: 	15px;
	background: 	url("images/newArrow.png") no-repeat left center;
	position: 		absolute;
	text-decoration: none;
	color:			#3b3030;
	font-size: 		.9em;
	width: 			40px;
}

#prevReviews {
	top:			8px;
	left:			100px;
}

#nextReviews {
	top:			8px;
	left:			300px;
}

#reviews .bottom #prevReviews {
	padding-left: 	0px;
	padding-right:	15px;
	top:			8px;
	right:			100px;
	background: 	url("images/newArrow_arriba.png") no-repeat right center;
}

#reviewsList li {
	margin-bottom: 	3px;
	padding: 		5px;
	padding-bottom:	15px;
	width: 			440px;
	height: 		181px;
	background: 	url("images/reviewBackground.jpg") no-repeat;
}

#reviewsList li .head {
	height: 		30px;
	line-height: 	30px;
	padding-left: 	10px;
	color:			#533d32;
	font-size: 		.9em;
	position: 		relative;		
}

#reviewsList li .head .date {
	position: 		absolute;
	right: 			10px;
	top:			4px;
}

#reviewsList li .head .country {
	position: 		absolute;
	right: 			100px;
	top:			4px;
}


#reviewsList li .text {
	padding: 		15px;
	padding-left: 	25px;
	padding-right: 	25px;
}
