
body {
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

#container {
	width: 685px;
	height: 436px;
	position: relative;
}

.marker {
	width: 36px;
	height: 36px;
	position: absolute;
	cursor: pointer;
}

.marker a {
	display: block;
	height: 36px;
	width: 36px;
}

.marker span {
	display: none;
}

.zoomimg {
	position: absolute;
	top: 75px;
	left: 435px;
	width: 368px;
	height: 215px;
	cursor: pointer;
	z-index: 990;
}

.zoomimg-image {
	width: 0px;
	height: 0px;
	float: left;
	background-position: center center;
	background-size: 100% 100%;
	position: absolute;
	left: 59px;
	top: 62px;
	z-index: 999;
}

.zoomimg-text {
	float: right;
	width: 320px;
	height: 200px;
	position: absolute;
	z-index: 992;
	left: 24px;
	top: 40px;
	display: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 2px 2px 5px #666;
}

.zoomimg-text h3 {
	color: #004890;
	font-size: 18px;
	margin: 15px 15px 20px 115px;
}

.zoomimg-text .morelink {
	margin: 0 0 0 115px;
}







.text-bottomleft {
	left: -260px;
	top: 40px;
}
.text-bottomleft h3 { margin: 15px 115px 20px 22px; }
.text-bottomleft .morelink { margin: 0 0 0 22px; }

.text-bottomright {
	left: 24px;
	top: 40px;
}

.text-topleft {
	left: -260px;
	top: -80px;
}
.text-topleft h3 { margin: 15px 115px 20px 22px; }
.text-topleft .morelink { margin: 0 0 0 22px; }

.text-topright {
	left: 24px;
	top: -80px;
}

.zoomimg-content {
	margin-left: 115px;
}

.zoomimg-content ul {
	margin: 0 0 0 15px;
	padding: 0;
}



/**
 * 	Button
 */

.myButton {
    -moz-box-shadow:inset 0px 1px 2px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 2px 0px #ffffff;
    box-shadow:inset 0px 1px 2px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color:#ededed;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

.myButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background-color:#dfdfdf;
}

.myButton:active {
    position:relative;
    top:1px;
}


