
#products { display:block; width:745px;
	height:292px;position: relative; left: 0px;  text-align:center; overflow:hidden; }	
#products .slides_container div  {	width:100% !important;	height:450px !important; }

/*
	Pagination
*/
#products .pagination {	position:absolute; top:250px;	margin:0 auto;	width:200px; z-index:1008; left:335PX; }
#products .pagination li {	float:left;	margin:0 3px;	list-style:none;}
#products .pagination li a {	display:block;	width:20px;	height:0;	padding-top:20px;	background-image:url(/Themes/2017news/images/pagination2.png?act=1);	background-position:0 0;	float:left;	overflow:hidden;}
#products .pagination li.current a {	background-position:0 -20px;}

#products .next,#products .prev {
	position:absolute;
	top:127px;
	
	width:20px;
	height:0;
	padding-top:35px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev 
{
    left:28px;
	background:url(/Themes/2017news/images/ui-prev.png);  
}

#products .next {
	right:28px;
	background:url(/Themes/2017news/images/ui-next.png);
}