﻿
.gmap_gallery{
	position: absolute;
	top: 200px;
	left: 300px;
	padding: 0;
	height: 512px;
	width: 181px;
	/*background: url(layout/images_bkg.png) no-repeat;*/
}

.gmap_gallery .bkg, .gmap_gallery .layer2{
	position: absolute;
	top: 0;
	left: 0;
	height: 512px;
	width: 191px;
}

.gmap_gallery .layer2{
	padding: 0 5px 0 5px;
}


.gmap_gallery *{
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*position: relative;*/
	
}

.gmap_gallery h3{
	padding: 15px 10px 10px 10px;
	
	font-size: 14px;
	font-weight: bold;
}

.gmap_gallery .pages{
	padding: 0 10px;
}

.gmap_gallery .pages li{
	display: inline;
	line-height: 20px;
	padding: 0 10px 0 0;
}

.gmap_gallery .pages li a:hover{
	text-decoration: none;
	color: white;
}

.gmap_gallery .images{
	height: 410px;
	width:181px;
	overflow-y: scroll;
	margin: 10px 0 0 0;
	padding: 0;

}

.gmap_gallery > .images{
	width: 181px;	
}



.gmap_gallery .images li{
	float: left;
	margin: 0 5px 5px 0;
}

.gmap_gallery .images li a{
	float: left;
	border: 1px solid #cccccc;
}

.gmap_gallery .images li a:hover{
	border-color: white;
}

.gmap_gallery .images li a img{
	border-width: 0;
	width: 75px
	height: 75px;
}

.gmap_gallery .nav{
	height: 30px;
	clear: both;
	width:176px;
}

.gmap_gallery .nav li{
	line-height: 30px;
	text-align: center;
}

.gmap_gallery .nav li.previous{
	float: left;
	text-align: left;
}

.gmap_gallery .nav li.next{
	float: right;
	text-align: right;
	
}

.gmap_gallery .nav li a{
	text-decoration: none;
}

.gmap_gallery .nav li.next a{
	background: url(layout/next_up.gif) no-repeat right center;
	padding-right: 12px;
}

.gmap_gallery .nav li.previous a{
	background: url(layout/previous_up.gif) no-repeat left center;
	padding-left: 12px;
}

.gmap_gallery .nav li.next a:hover{
	color:white;
	background-image: url(layout/next_over.gif);
}

.gmap_gallery .nav li.previous a:hover{
	color:white;
	background-image: url(layout/previous_over.gif);
}

.gmap_gallery .nav li span{
	color:#bf3119;
}

.gmap_gallery  .close{
	position: absolute;
	right: 12px;
	top: 2px;
	
	display: block;
	height: 17px;
	width: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.gmap_gallery  > .close{
	right: 2px;
}

.gmap_gallery  .close:hover{
	color: white;
}
