/* CSS Document */

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: sans-serif;
    font-size: 12px;
}

a {
	color: #166fa8;
	font-size: 15px;
	text-decoration: none;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.text {
    color: #000;
    padding: 12px 8px 8px 8px;
    text-align: left;
}

.belarus {
	height: 830px;
	position: relative;
	top: 0;
	width: 1000px;
}

.belarus a, a.gorod {
	color: #787878;
	font-family: Arial;
	font-size: 15px;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
}







.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #3d3d3d;
padding: 5px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: Yellow;
text-decoration: none;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}