/* CSS Document */

#slide {
	width: 936px;
	height: 306px;
	margin: 50px auto 10px auto;
	color: #FFFFFF;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}

.banner {
	border: 3px solid #CCCCCC;
	margin-bottom: 5px;
	width: 930px;
	height: 300px;
}

div#pagenation {
   position: relative;
   overflow: hidden;
   top: -30px;
}

div#pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}
div#pagenation li {
   position:relative;
   left:-50%;
   float:left;
   margin: 0 2px;
   
}
div#pagenation li a {
	width:12px;
	height:12px;
	overflow:hidden;
	display:block;
	background-image:url(img/pagenation.gif);
	background-position:0 0;
}
div#pagenation li.active a,
div#pagenation li a:hover {
	background-position:0 12px;
}
div#pagenation li a img {
	visibility:hidden;
	display: none;
}
#btn-prev {
	position: relative;
	left: -40px;
	top: -130px;
}
#btn-next {
	position: relative;
	left: 305px;
	top: -130px;
}


