/*.slideshow_ui {
	background: #999 url(../images/ui_slideshow.png)*/;
	/*background-size: auto 100%;
}*/
.slideshow {
	width: 1000px;
	margin: 0 auto;
}
#main_view {
	width: 1000px;
	height: 420px;
	margin: 0 auto;
	overflow: hidden;
	/*border: #122709 8px solid;
	/*display: none; */
}
.window {
	width: 1000px;
	height: 420px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	height: 420px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
.paging {
	text-align: left;
	position: relative;
	bottom: 22px;
	left: 1px;
	z-index: 100;
}
.paging a {
	/*background: url(../images/slide-btn.png) no-repeat;*/
	background: #202225;
	color: #dedede;
	text-decoration: none;
	padding: 5px 9px;
	margin: 0 -2px;
	z-index: 100;
}
.paging a.active {
	background: #545c63;
}
.paging a:hover {
	background: #7b8690;
	text-decoration: none;
}
