/* -- SLIDESHOW ---------------------------------------------------- */

.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 ---------------------------------------------------- */

.paging {
	text-align: center;
	position: relative;
	/*bottom: -20px;
	left: 1px;*/
	margin: 26px auto 40px;
	z-index: 100;
}
.paging:after {
	clear: both;
}
.paging a {
	/*background: url(../images/slide-btn.png) no-repeat;*/
	background: #fff;
	color: #202225;
	text-decoration: none;
	padding: 5px 9px;
	margin: 0 2px;
	z-index: 100;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px -2px 20px rgba(0, 0, 0, 0.2);
}
.paging a.active {
	background: #845e50;
	color: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px -2px 20px rgba(0, 0, 0, 0.2);
}
.paging a:hover {
	background: #845e50;
	color: #fff;
	text-decoration: none;
}

/* -- SHADOW STYLES ---------------------------------------------------- */

.drop-shadow {
	background: #845e50 url(../images/button.png);
	width: 1000px;
	position: relative;
	margin: 0 auto 86px;
	padding: 6px 0;
	border-radius: 3px;
	box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before, .drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
}

/* -- SHADOW FX ---------------------------------------------------- */

.lifted:before, .lifted:after {
	bottom: 17px;
	left: 12px;
	width: 50%;
	height: 20%;
	max-width: 500px;
	max-height: 150px;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
	-webkit-transform: rotate(-4deg);
	   -moz-transform: rotate(-4deg);
		-ms-transform: rotate(-4deg);
		 -o-transform: rotate(-4deg);
			transform: rotate(-4deg);
}

.lifted:after {
	right: 12px;
	left: auto;
	-webkit-transform: rotate(4deg);
	   -moz-transform: rotate(4deg);
		-ms-transform: rotate(4deg);
		 -o-transform: rotate(4deg);
			transform: rotate(4deg);
}
