body {
	margin:0;
	padding:0;
}

h1, p, form, ul, ol {
	margin:0;
	padding:0;
}

h1 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
}

p, ul, ol {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666;
}

a {
	color:#74007c;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#2E1031;
}

img {
	display:block;
	border:none;
}

#slideshow_container {
	width:930px;
	background:#FFF;
	border:solid 1px #000;
	overflow:auto;
	margin:20px auto 0 auto;
	padding-bottom:20px;
}

#hotel_gallery {
	width:705px;
	height:293px;
	float:left;
	margin:84px 0 0 20px;
	display:inline;
	position:relative;
	overflow:hidden;
}

div.gallery {
	display:none;
}

a#pause,
a#resume {
	position:absolute;
	z-index:999;
	display:block;
	top:261px;
	left:600px;
}

a#pause {
	display:none;
}

#menu {
	float:left;
	width:175px;
	margin:0 0 0 10px;
}

#menu img {
	clear:both;
}

#menu a.close {
	background:url(../img/close.gif) no-repeat;
	display:block;
	width:15px;
	height:14px;
	position:relative;
	top:7px;
	left:173px;
}

#map_menu_container {
	width:175px;
}

#map_menu {
	background:#F5ECF8;
	padding:10px 0 10px 0;
	margin:0 0 20px 0;
	min-height:242px;
}

#map_menu p {
	overflow:auto;
	clear:both;
	width:165px;
}

#map_menu div#rating {
	margin:0 0 0 10px;
}

#map_menu p.address {
	padding:0 0 0 10px;
}

#map_menu p.title {
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	color:#5F5F5F;
	font-weight:bold;
	padding:8px 0 7px 10px;
	margin:7px 0 6px 0;
}

#map_menu p a {
	color:#760076;
	padding:2px 0 0 26px;
	background:url(../img/icon_play.gif) no-repeat 8px 5px;
}
#map_menu p a:hover {
	color:#000;
}
#map_menu p a.selected {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../img/icon_pause.gif);
}
#map_menu p a.selected.pause {
	background-image:url(../img/icon_play_black.gif);
}
