.slideshow_ui {
	/*background: url(../images/ui_slideshow.png);
	background: linear-gradient(#4D4F45, #BFC5AC 8px, #A8B090 33%);      
	background: linear-gradient(#1F3C21 4px, hsl(48, 69%, 90%) 10px, #B5D3AA);*/
	background: linear-gradient(#313A31, #daddc0 6px, #F7FAE5);
	background-size: auto 100%;
}
.slideshow {
	width: 1056px;
	margin: 0 auto;
}
#main_view {
	width: 1000px;
	height: 420px;
	margin: 0 auto;
	overflow: hidden;
	border: #242628 8px solid;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	/*display: none; */
}
.window {
	width: 1000px;
	height: 420px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
.paging {
	text-align: center;
	position: relative;
	bottom: 30px;
	left: 0;
	z-index: 100;
}
.paging a {
	/*background: url(../images/slide-btn.png) no-repeat;
	background: #DADDC0;*/
	background: #fff;
	border-radius: 50%;
	box-shadow: inset -3px -3px 20px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	padding: 2px 6px;
	z-index: 100;
}
.paging a.active {
	/*background: url(../images/slide-btn-active.png) no-repeat;*/
	background: #45A645;
}
.paging a:hover {
	/*background: url(../images/slide-btn-hover.png) no-repeat;*/
	background: #3D3F43;
	text-decoration: none;
}