@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.gif);
}
#top {
	height: 30px;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
}
#top #top_bg {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top #top_bg img {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}#top #top_bg h1 {
	font-size: 14px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 30px;
	font-family: "微软雅黑";
}
#top #top_bg h2 {
	font-size: 14px;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
	font-family: "微软雅黑";
}
#head {
	width: 960px;
	margin: auto;
	height: 260px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
#jiage {
	height: 80px;
	width: 960px;
	margin: auto;
}
#footer {
	width: 960px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 5px;
}
#jiage ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#jiage h1 {
	color: #F00;
	font-size: 16px;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
}
#jiage ul li {
	font-size: 12px;
	font-family: "微软雅黑";
	font-weight: bold;
	margin-top: 2px;
	color: #282828;
}

#footer a {
	color: #69F;
	text-decoration: none;
}
#footer a:hover {
	color: #03F;
	text-decoration: underline;
}


#photo_container {
	width: 960px;
	height: 400px;
	margin: auto;
	background-color: #FFF;
}

p {
	text-align: center;
}

/*定义文字样式*/
a {
	FONT-SIZE: 14px;
	COLOR: #F00;
}
a:link {
	COLOR: #F00;
	TEXT-DECORATION: none;
}
a:visited {COLOR: #333; TEXT-DECORATION: none;}
a:hover {
	COLOR: #F00;
	TEXT-DECORATION:underline;
}
a:active {COLOR: #333; TEXT-DECORATION: none;}


#swipe_nav_prev,#swipe_nav_next {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: #ccc;
	cursor: pointer;
	text-align: center;
	display: none;
}

#swipe_nav_prev {
	background-color: #333;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

#swipe_nav_next {
	background: #333 url(../images/next.png) no-repeat center center;
	
}

.internal_swipe_container {
	position: relative;
}

.trans {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.jq_swipe_image {
	background: url(../images/loader.gif) no-repeat center center;
	
}

#count_container {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: pink;
	height: 6px;
	list-style: none;
}

.counter {
	float: left;
	height: 6px;
	background-color: #FFF;
	z-index: 200;
	height: 6px;
	padding: 0;
	margin: 0;
}

.counter:hover {
	cursor: pointer;
	background-color: #ff00fc !important;
}

.current {
	background-color: #ff00fc !important;
}
