.slider_content {
	width:1170px;
	height:356px;
	display:block;
	background-color: #b0101f;
}

.slider_content_img {
	position: relative;
	display: inline;
	float:left;
	width:647px;
	height:356px;
	margin-left: 87px;
}

.slider_content_text {
	float:left;
	margin-left: 40px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size: 15px;
	line-height:19px;
	color: #fecfcf;
	text-decoration: none;
}

.slider_content_headline {
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size: 26px;
	line-height:26px;
	color: #ffffff;
	text-decoration: none;
}

#container {
	width:1170px;
	padding:0px;
	margin:0 auto;
	z-index:0;
}

#products_example {
	width:1170px;
	position:relative;
}

#products_example2 {
	width:1170px;
	position:relative;
	margin-bottom:29px;
}


#products {
	margin-left:0px;
	background:url(../img/slider_background.jpg);
}

#products2 {
	margin-left:0px;
	background:url(../img/slider_background.jpg);
}


#products .slides_container {
	width:1170px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
	background:url(../img/slider_background.jpg);
}

.slides_container a {
	width:1170px;
	height:356px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:162px;
	left:0;
	width:15px;
	height:29px;
	height:0;
	padding-top:29px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/prod_button_prev.png);
	left:13px;
}

#products .next {
	left:1140px;
	background:url(../img/prod_button_next.png);
}

/*
	Pagination
*/


#products .pagination {
	width:500px;
	float:left;
	display:block;
	margin-top:0px;
	margin-right:0px;
	margin-left:560px;
	margin-bottom:0px;
	padding-top: 15px;
}

#products .pagination li {
	float:left;
	padding-top: 1px;
	padding-right: 1px;
	margin-right:8px;
	list-style:none;
	background:url(../img/pagination_off.png);
	background-repeat: no-repeat;
}

#products .pagination li a {
	display:block;
	width:13px;
	height:13px;
	margin:0px;
	float:left;

	
}

#products .pagination li.current a {
	background:url(../img/pagination_on.png);
	background-repeat: no-repeat;
	margin-top:-1px;
}



