@charset "utf-8";
#divPrevious {
	position:absolute;
	width:76px;
	height:180px;
	z-index:2;
	left: 308px;
	top: 200px;
}

#divNext{
	position:absolute;
	width:76px;
	height:180px;
	z-index:8;
	left: 922px;
	top: 200px;
}

body {
	margin: 0px;
	padding: 0px;
}
.Maintxt {
	font-family: Georgia;
	font-size: 14px;
	color: #666;
}

#divContainer {
	position:relative;
	width:1000px;
	height:600px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	
	
}
