#sitewrapper {
	width: 1200px;
	margin: 60px auto;
}


#slider {
	width: 1200px;
	height: 600px;
	overflow: hidden;
	background: #fff;
	border: 10px solid #fff;
}

	#slider ul {
		/*width: 20820px;*/
		/*overflow-y: hidden;*/
		list-style-type:none;
	}

	#slider .hslide {
		float: left;
		width: 1200px;
		height: 600px;
		/*position: relative;*/
	}

	#slider .hslide img {
		/*width: 340px;*/
	}



.button	{
	width: 50px;
	height: 310px;
	display: inline-block;
	background: url(buttons.png);
	cursor: pointer;
}

	.button:hover {
		opacity: 0.5;
	}

	#back {
		margin: -410px 0 0 -60px;
		float: left;
	}

	#next {
		background-position: -65px 0;
		margin: -410px -80px 0 0px;
		right: -60px;
		float: right;
	}

#numbers {
	width: 960px;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
}

	#numbers a {
		text-decoration: none;
		color: #666;
		display: inline-block;
		/*margin: 0 10px 0 0;*/
		padding: 7px;
	}

	#numbers a.active {
		font-weight: bold;
	}

#loader {
	width: 960px;
	height: 5px;
	/*margin: 50px 0 0 0;*/
	margin: -22px 0 15px 10px;
	padding: 0;
}

	#load {
		width: 0px;
		height: 3px;
		background: rgb(240,240,230);
		display: inline-block;
	}