body {
behavior: url(csshover.htc);
behavior: url(border-radius.htc);
}

.zt-container{
	width:900px;
	height:400px;
	position:relative;
	overflow:hidden;
	margin:20px auto;
	background:#fff;
}
img.zt-current{
	position:absolute;
	display:none;
	border-radius: 35px;
}
img.zt-temp{
	position:absolute;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zt-tag{
	position:absolute;
	cursor:pointer;
}

	
.bridge_icon{
	border-radius:6px;
	margin-left:10px;
	width: 60px;
	}
	
#saratov{
	margin-top:190px;
	margin-left:120px;
	}
	
#saratov_city{
	position: absolute;
	margin-left: 150px;
	margin-top: 228px;
	color: gray;
}
	
#reg_title{
	position:absolute;
	font-size:17px;
	color:#666;
	margin-top:15px;
	}
	
#reg_title_botom{
	position:absolute;
	font-size:17px;
	color:#666;
	margin-top:360px;
	}
	
#obj_description{
	width:900px;
	height:400px;
	position:absolute;
	z-index:1;
	left: 50%;
	margin-left: -450px;
	border: 1px solid black;
	display: none;
	}
	
#obj_name{
	width:200px;
	height:30px;
	position:absolute;
	z-index:1;
	margin-left:327px;
	margin-top:50px;
	opacity:0.6;
	font-size:18px;
	color:#09F;
	}
	
.objTab{
	width: 900px;
	overflow:hidden;
}

.objTab td{
	width: 300px;
	height: 110px;
	border: solid 1px #DDD;
	
}

.subtable td{
	border:none;
	}


.objTitle{
	width: 898px;
	height: 30px;
	background-color:#DDD;
	border-radius: 5px 5px 0 0;
	border: dotted 1px gray;
	border-bottom: none;
	color:#444;
	font-size: 14px;
}

.look:hover {
	background-color:#CDCDCD;
	cursor:pointer;
}

.look {
	margin-top:15px;
	font-size:10px;
	color:#666;
	text-shadow:1px 1px 1px white;
	background-color:#E6E6E6;
	width:70px; height:14px;
	border-radius:3px;
	border:1px solid #b9b9b9;
}

.bridge_label {
	margin-left: 10px;
	margin-top: 10px;
	font-size:14px;
	}
		

.regionHover {
	position:absolute;
	margin-top: 50px;
	color: #2cb6e9;
	display:none;
}

.objCell {
	cursor:pointer;
	border: 1px solid #DBE0DE;
	border-radius: 8px;
	background-color: #F9F9F9;
}

.objCell:hover {
	box-shadow: 0 1px 2px #C7D6D6
}

.cityLabel {
	margin-top:15px;
	margin-left: 10px;
	font-size:13px;
	color:#666;
}