#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 403px;
	height: 357px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 0px 10px 0px 0px;
	text-align: left;
	outline: none;
}

#mycustomscroll-rooms {
	/* Typical fixed height and fixed width example */
width: 403px;
	height: 211px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 0px 10px 0px 0px;
	text-align: left;
	outline: none;
}

#mycustomscroll-pet {
	/* Typical fixed height and fixed width example */
width: 393px;
	height: 143px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 0px 10px 0px 10px;
	text-align: left;
	outline: none;
	background-color:#c51230;
}
