@charset "utf-8";
/* CSS Document */

/*#wrapper {
	background-color: #ccc;
	width: 100%;
	height: 55%;
	margin: -150px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
#inner {
	width: 974px;
	height: 506px;
	/*margin-top: -75px;*/
	position: relative;
	overflow: hidden;
}
#slider div {
	width: 974px;
	height: 506px;
	float: left;
	padding: 0;
	margin: 0;
}

/*
#pager {
	text-align: center;
	margin-top: 20px;
	color: #666;
}
#pager a {
	color: #666;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
}
#pager a:hover {
	color: #333;
}
#pager a.selected {
	background-color: #333;
	color: #ccc;
}
*/
#prev, #next {
	display: block;
	width: 50px;
	height: 80px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
}
#prev:hover {
	background-position: right top;
}
#next:hover {
	background-position: right bottom;
	width: 23px;
}
#prev {
	height: 73px;
	width: 24px;
	background: url(../images/layout/btn_gallery.png) left top no-repeat;
	left: 50%;
	left: 0;
	/*margin-left: -550px;*/
}
#next {
	height: 73px;
	width: 24px;
	background: url(../images/layout/btn_gallery.png) left bottom no-repeat;
	right: 50%;
	right: 0;
	/*margin-right: -550px;*/
}