@charset "UTF-8";
/* CSS Document */


			body #sliderwrap{
				width:1100px;
				height:748px;
				margin:0 auto;
				margin-top: 70px;
				
			}
			body #slider{
			width: 1100px;
			height: 748px;
			background: #CCC;
			margin: 0 auto;
			
			position: absolute;
			overflow: hidden;
			
			background-color: #fff;
				width: 1100px;
				height: 748px;
				overflow: hidden;
				position: absolute;
				left: 40;
				margin:0 auto;
				margin-top: 70px;
			}
			
	
			#carousel img {
				display: block;
				float: left;
			}
			/*#prev, #next {
				background-color: rgba(255, 255, 255 0.5);
				display: block;
				height: 374px;
				width: 240px;
				top: 300;
				position: absolute;
			}
			#prev:hover, #next:hover {
				background-color: #fff;
				background-color: rgba(255, 255, 255, 0.7);
			}
			#prev {
				left: 410px;
			}
			#next {
				right: 410px;
			}*/
			/*#pager {
				margin-left: -470px;
				position: absolute;
				left: 48%;
				margin:0 auto;
				top:67%;
				/*bottom: 10px;
			}
			#pager a {
				border: 2px solid #fff;
				border-radius: 10px;
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 0 5px 0 0;
			}
			#pager a:hover {
				background-color: rgba(255, 255, 255, 0.5);
			}
			#pager a span {
				display: none;
			}
			#pager a.selected {
				background-color: #fff;
			}*/
			
		
			#prev, #next {
				background-color: rgba(0, 0, 0, 0.5);
				display: block;
				height: 748px;
				width: 66.8%;
				top: 0;
				position: absolute;
			}
			#prev:hover, #next:hover {
				background-color: #fff;
				background-color: rgba(255, 255, 255, 0.3);
			}
			#prev {
				left: -494px;
			}
			#next {
				right: -494px;
			}
			body #pager {
				margin-left: -470px;
				position: relative;
				left: 90%;
				top: 60%;
				bottom: 10px;
			}
			#pager a {
				border: 2px solid #fff;
				border-radius: 10px;
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 0 5px 0 0;
			}
			#pager a:hover {
				background-color: rgba(255, 255, 255, 0.5);
			}
			#pager a span {
				display: none;
			}
			#pager a.selected {
				background-color: #fff;
			}
	
