@charset "utf-8";
/* CSS Document */

#pages {
display:block;
clear:both;
text-align:center;
margin:0 auto;
}
#pages a{
color:#467B99;
font:16px "Tahoma";
text-decoration:none;
margin:0 5px;
}
#pages a:hover{
	color:#60AF03;
}
.page-selected {
	color:#60AF03 !important;
	}
#flashanims {
	width:600px;
	color:#467B99;
	font:13px "Tahoma";
	margin:0 auto;
	margin-bottom:30px;
	}
#flash1, #flash2 {
		width:521px;
		height:130px;
		display:block;
		margin:10px auto;
		margin-bottom:25px;
		
	}
#flash1 span, #flash2 span {
	display:none;
}
#flash1 {
	background: url(images/flashanim/zl_03.jpg)
}
#flash1:hover {
	background:url(images/flashanim/zl_08.jpg);
}
#flash2 {
	background:url(images/flashanim/zl_06.jpg);
}
#flash2:hover {
	background:url(images/flashanim/zl_10.jpg);
}
.go {
width:550px;
display:block;
	margin:0 auto;
	text-align:center;
	color:#467B99;
	font:13px "Tahoma";
	border-bottom:solid white 1px;
	text-decoration:none;
	
}
.go:hover {
	color:#60AF03;
	border-bottom:dotted #60AF03 1px;
}
