#page-container.home-index {
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
}
	#showcase {
		/*background-image: url(bg-showcase-upd.png);*/
		background-repeat: repeat-x;
		height: 460px;
		min-width: 992px;
		width: 100%;
		position: relative;
	}
		#showcase #showcase-wrapper {
			margin: 0 auto;
			position: relative;
			width: 1174px;
			height: 390px;
		}
			#showcase #showcase-wrapper ul {
				top: 0px;
				position: absolute;
				/*width: 90000px;*/
			}
				#showcase #showcase-wrapper ul li {
					/*border: 3px solid #fff;*/
					float: left;
					height: 460px;
					padding: 0px 87px;
					width: 960px;
				}
				#showcase #showcase-wrapper ul li img {
					border: 0px solid #fff;
					height:460px;
					width:992px;
				}
			#showcase .bg-arrow,
			#showcase .bigarrow {
				background-color: transparent;
				border: 0px;
				height: 145px;
				position: absolute;
				top: 160px;
				width: 125px;
			}
			#showcase .bg-arrow {
				background-image: url(bg-front-arrows_u.png);
			}
			#showcase .bigarrow {
				border: 0px;
				cursor: pointer;
			}
			#showcase .bigarrow.back,
			#showcase .bg-arrow.back {
				background-position: -0px;
				left: -35px;
			}
			#showcase .bg-arrow.back:hover {
				background-position: 120px;
			}
			#showcase .bigarrow.forward,
			#showcase .bg-arrow.forward {
				background-position: -120px;
				right: -25px;
			}
			#showcase .bg-arrow.forward:hover {
				background-position: -120px;
			}

