@charset "utf-8";
/*
 Plugin Name: Google Maps Photo Gallery
 googlemaps-photo-gallery.css
*/
#gmap {
	width:100%;
	height:600px;
}

#gmap img {
	max-width: none !important;
}

#googlemaps_photo_gallery .thumbnails{
	padding: 0 40px;
	position : relative;
}

#googlemaps_photo_gallery .clip {
	width: 100%;
	height: 86px;
	margin-bottom: 1em;
	overflow: hidden;
	position : relative;
}

#googlemaps_photo_gallery .thumbnails a.page {
	display: block;
	width: 30px;
	height: 75px;
	position : absolute;
	top: 7px;
	background: url("icon_arrow.png") left top;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
}

#googlemaps_photo_gallery .thumbnails a.page.left {
	left: 0;
}

#googlemaps_photo_gallery .thumbnails a.page.right {
	background-position: right top;
	right: 0;
}

#googlemaps_photo_gallery .zoom-gallery {
	position : absolute;
	top: 0;
	left: 0;
}

#googlemaps_photo_gallery .zoom-gallery a {
	display: block;
	width: 75px;
	float: left;
	margin: 4px 4px 0 0;
	border: solid 1px #CCC;
	padding: 2px;
}

#googlemaps_photo_gallery .zoom-gallery a img {
	width: 100%;
	vertical-align:bottom;
}
