.s_gmaps {
	position:relative;
	cursor:pointer;
}
#small_maps_div {
	display:none;
	position:absolute;
	left:5px;
	/* top:-195px; */
	top:-90px;
	border:1px solid #000000;border-radius:5px;
	padding:7px;
	background:#797A78 url('gradient.jpg') repeat-x;box-shadow: 0 0px 5px #939292;
}
#small_maps_div img {
	border:1px solid #ffffff;
}
#small_maps_div .arrow {
	position:absolute;
	left:15px;
	bottom:-11px;*bottom:-15px;
	display:block;
	width:20px;
	height:11px;
	background: url('arrow.gif') no-repeat;
}
#s_gmaps_overlay {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;*position:absolute;*height:100%;*width:100%;
	padding:0px;
	margin:0px;
	line-height: 100%;
	letter-spacing: 0pt;
	z-index:9999;
	font-family:arial;
	font-size: 12px;
	color:#3A3A3A;
}
#s_gmaps_overlay .transparent_div {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;filter:alpha(opacity=50);opacity:0.5;zoom:1;
	background:#000000;
	z-index:10000;
}
#s_gmaps_window {
	width:700px;
	margin: 10% auto auto auto;
	background:#797A78 url('gradient.jpg') repeat-x;
	border:2px solid #000000;
	border-radius:10px;
	box-shadow: 0 0 15px #000000;
	position:relative;
	z-index:10001;
}
#s_gmaps_window .title_bar {
	border-bottom:1px solid #737272;
	background:#232323 url('navi_bar.gif') repeat-x;
	height:40px;
	border-radius:7px 7px 0px 0px;
}
#s_gmaps_window .address_title {
	text-align:left;
	float:left;
	display:inline-block;
	width:400px;
	height:22px;
	overflow:hidden;
	background: transparent url('s_gmaps_icon.gif') left -71px no-repeat;
	margin-top:9px;
	margin-left:10px;
	padding-left:25px;
	padding-top:7px;
	color:#CACACA;
	font-size:14px;
}
#s_gmaps_window .large_maps_div {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
} 
#s_gmaps_window .large_maps_iframe {
	width:100%;
	height:400px;
	border:0px;
}
#s_gmaps_window .bottom_bar {
	border-top:1px solid #737272;
	background:#666666;
	height:40px;
	border-radius:0px 0px 7px 7px;
	position:relative;
}
#s_gmaps_enlarge_window {
	outline: none;
	float:right;
	display:inline-block;
	width:22px;
	height:22px;
	background: transparent url('s_gmaps_icon.gif') left -22px no-repeat;
	margin-top:9px;
	margin-right:0px;
}
#s_gmaps_enlarge_window:hover {
	background-position: right -22px;
}
#s_gmaps_minify_window {
	outline: none;
	float:right;
	display:inline-block;
	width:22px;
	height:22px;
	background: transparent url('s_gmaps_icon.gif') left -44px no-repeat;
	margin-top:9px;
	margin-right:0px;
	display:none;
}
#s_gmaps_minify_window:hover {
	background-position: right -44px;
}
#s_gmaps_close_window {
	outline: none;
	float:right;
	display:inline-block;
	width:22px;
	height:22px;
	background: transparent url('s_gmaps_icon.gif') left 0px no-repeat;
	margin-top:9px;
	margin-right:10px;
}
#s_gmaps_close_window:hover {
	background-position: right 0px;
}
#s_gmaps_close_button {
	text-decoration:none;
	outline: none;
	background: transparent url('close_button.gif') no-repeat scroll right top;
	display: block;
	float: left;
	height: 30px;
	padding-right: 10px;
	margin-right: 5px;
	overflow:hidden;
	position:absolute;
	right:7px;
	top:4px;
}
#s_gmaps_close_button span {
	background: transparent url('close_button.gif') no-repeat;
	display: block;
	padding: 7px 15px;
	padding-left:25px;
	text-transform: uppercase;
	cursor:pointer;
	outline:none;
	color:#4E5257;
	font: bold 12px Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	text-shadow:1px 1px #E9ECF1;
}
#s_gmaps_close_button:visited {
	color: #4E5257;
} 
#s_gmaps_close_button:hover {
	color: #FC7100;
	text-decoration: none;
	background-position: right -80px;
}
#s_gmaps_close_button:hover span {
	color: #ffffff;
	text-shadow:-1px -1px #000000;
	background-position: left -80px;
}
#s_gmaps_close_button:active {
	background-position: right -40px;
}
#s_gmaps_close_button:active span {
	background-position: left -40px;
	color:#000000;
	text-shadow:-1px -1px #58595B;
}