#wrap {
	width: 1130px;
	height: 409px;
	position: relative;
	border: 0px solid #000;
}
#slide {
	width: 1107px;
	height: 409px;
	overflow: hidden;
	position: absolute;
	border: 0px solid #888;
}
#slide a {
	text-decoration: none;
	display: block;
	width: 1107px;
	height: 409px;
	position: absolute;
	left: 1107px;
}
#slide a img {
	display: block;
	border: 0;
}
#previous strong {
	display: none;
}
#previous {
	width: 23px;
	height: 23px;
	background: url('images/arrow_left.png');
	position: absolute;
	right: 65px;
	top: 375px;
	cursor: pointer;
}
* html #previous {
	background: none;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow_left.png', sizingMethod='crop');
}
#next strong {
	display: none;
}
#next {
	width: 23px;
	height: 23px;
	background: url('images/arrow_right.png');
	position: absolute;
	right: 37px;
	top: 375px;
	cursor: pointer;
}
* html #next {
	background: none;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow_right.png', sizingMethod='crop');
}
#thumbs {
	position: absolute;
	left: auto;
	top: 415px;
	margin: 0 auto;
	overflow: hidden;
	height: 55px;
	padding: 0;
	width: 1130px;
}
#thumbs div {
	width: 86px;
	height: 49px;
	float: left;
	display: inline;
	margin-right: 6px;
}
#thumbs div img {
	display: block;
	cursor: pointer;
	border: 1px solid #555;
}
img#loading {
	position: absolute;
	left: 550px;
	top: 170px;
	width: 32px;
	height: 32px;
}

