/* if you're embedding this widget using iframe, body margin and padding should be set to 0 */

.gm-slideshow {
	width:642px;
	height:547px;
	position:relative;
	overflow:hidden;
	padding:15px 14px 12px 14px;
	background-repeat:no-repeat;
	display: block;
	float: left;
}

.gm-s-title {
	font-family:Tahoma;
	font-size:16px;
	color:#fff;
}
	.gm-s-title span {
		color:#a1a1a1;
		display:block;
		float:right;
	}

.gm-s-img {
	width:642px;
	height:408px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:9px;
	position:relative;
}
	.gm-s-img a {
		display:block;
		position:absolute;
		z-index:6;
		outline-style:none;
	}
	.gm-s-img img {
		border:none;
		width:642px;
		height:410px;
		float:left;
	}


.gm-s-wrapper {
	height:96px;
	width:642px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
	.gm-s-thumb {
		height:96px;
		list-style-type:none;
		display:block;
		margin:0;
		padding:0;
		position:absolute;
		z-index:3;
	}
		.gm-s-thumb li {
			display:inline;
			float:left;
			margin-right:13px;
		}
			.gm-s-thumb a {
				border:4px solid #fff;
				display:block;
				width:110px;
				height:88px;
				overflow:hidden;
				outline-style:none;
			}
			.gm-s-thumb a:hover, .gm-s-thumb a.active {
				border:4px solid #c18b36;
			}
			.gm-s-thumb img {
				border:none;
			}

/* Nav buttons */ 
.gm-s-left, .gm-s-right {
	width:45px;
	height:32px;
	background:url('../images/slideshow/arrows.png') left top no-repeat;
	position:absolute;
	z-index:4;
	outline-style:none;
}
	.gm-s-left {
		position:absolute;
		left:0;
		top:453px;
	}
		.gm-s-left:hover {
			background-position: left -32px;
		}
	.gm-s-right {
		background-position: left -64px;
		right:0;
		top:453px;
	}
		.gm-s-right:hover {
			background-position: left -96px;
		}
