body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000;
}
.container {
	display: block;
	min-width: 640px;
	width: auto !important;
	margin: 0 auto;
	height: auto;
	overflow-x: hidden;
}
.container img {
	display: block;
	/* margin-left: -960px; */
	/* left: 50%; */
	position: relative;
	width: 100%;
	min-width: 320px;
}
.sliderWrapper {
	display: block;
	position: fixed;
	bottom: -150px;
	height: 150px;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	background: url("../images/layout/linnen.png") repeat;
	-webkit-box-shadow: inset 0px 0px 15px 0px #000;
	-moz-box-shadow: inset 0px 0px 15px 0px #000;
	box-shadow: inset 0px 0px 15px 0px #000;
}
.sliderPrev,
.sliderNext {
	display: inline-block;
	position: fixed;
	width: 80px;
	height: 110px;
	margin: 20px;
	float: left;
	z-index: 9999;
	cursor: pointer;
}
.sliderPrev { 
	left: 0;
	background: url('../images/layout/arrowPrev.png') no-repeat center; 
}
.sliderNext { 
	right: 0; 
	background: url('../images/layout/arrowNext.png') no-repeat center;
}
.sliderContainer {
	display: block;
	position: relative;
	float: left;
	bottom: 0;
	height: 150px;
	width: 960px;
	margin-left: -480px;
	left: 50%;
	overflow: hidden;
	z-index: 999;
}
.slider {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: 760px;
	overflow: hidden;
}
.slider ul {
	display: inline-block;
	position: relative;
	float: left;
	width: 960px;
	height: 110px;
	margin: 20px 0;
}
.slider ul li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 110px;
	margin: 0 15px;
	background: #FFF;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
}
.slider img {
	display: inline-block;
	width: 210px;
	float: left;
}
.slider img:hover {
	opacity: .8;
}