@charset "UTF-8";



/* images */

.big-pic {
		float: left;
	margin-right: auto;
	margin-left: 2px;
	margin-top: 20px;
	position: relative;
	text-align: center;
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;

	max-width: 228px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .5), 0 1px 0 rgba(5, 5, 5, .3), 0 -1px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .5), 0 1px 0 rgba(5, 5, 5, .3), 0 -1px 0 rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, .5), 0 1px 0 rgba(5, 5, 5, .3), 0 -1px 0 rgba(0, 0, 0, .3);
}
.big-pic-twos {
	margin-right: auto;
	margin-left: 44px;
	margin-top: 20px;
	position: relative;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .5), 0 1px 0 rgba(5, 5, 5, .3), 0 -1px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .5), 0 1px 0 rgba(5, 5, 5, .3), 0 -1px 0 rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, .5), 0 1px 0 rgba(5, 5, 5, .3), 0 -1px 0 rgba(0, 0, 0, .3);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	float: left;
	max-height: 165px;
	width: 228px;
}
.rounded-img2 {
	scale: 0.7;
	margin-right: auto;
	margin-left: 10px;
	margin-top: 0px;
	position: absolute;
	text-align: center;
	background-position: center top;
	background-size: cover;
	width: 140px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
.map {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;
	text-align: center;
	display: inline-block;
	border: 3px solid #FF0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 200, 0, .4);
	-moz-box-shadow: 0 1px 10px rgba(0, 200, 0, .4);
	box-shadow: 0 1px 10px rgba(0, 0, 200, .4);
	height: 205px;
	width: 136px;
}

.selected-image  {
	display: block;
	border: 5px solid #FEB651;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 200, 0, .4);
	-moz-box-shadow: 0 1px 10px rgba(0, 200, 0, .4);
	box-shadow: 0 1px 10px rgba(0, 0, 200, .4);
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#change-four {
	z-index: 500;
}
a:link, a:visited {
	color: #00F;
	text-decoration: none;
}
.wide a:link, .wide a:visited {
	color: #FFF;
	text-decoration: none;
}
