@charset "UTF-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}

html,body {
	margin: 0px;
	width: 100%;
	height: 100%;
}

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#AAA;
	text-decoration: none;
}
a:active {
	color:#000;
	text-decoration: none;
}

#main {
	width:1200px;
	position:relative;
	overflow:hidden;
	margin:auto;
	text-align:center;
}

	.header {
		width:1200px;
		margin:auto;
		text-align:center;
		margin-top:170px;
	}
	.content {
		width:100%;
		min-height:500px;
		margin:auto;
		text-align:center;
		position:relative;
		clear:both;
	}
	.footer {
		width:100%;
		margin:auto;
		text-align:center;
	}

.prevControl {
	position:absolute;
	z-index:999;
	width: 51px;
	height: 55px;
	left:20px;
	top:220px;
	cursor:pointer;
	background: url("../images/arrow_1_3.png");
}
.prevControl:hover {
	background: url("../images/arrow_1_2.png");
}

.nextControl {
	position:absolute;
	z-index:999;
	width: 51px;
	height: 55px;
	right:20px;
	top:220px;
	cursor:pointer;
	background: url("../images/arrow_2_3.png");
}
.nextControl:hover {
	background: url("../images/arrow_2_2.png");
}
