﻿
#products {
    display: block;
    width: 100%;
    min-width: 1084PX;
    height: 442px;
    position: relative;
    left: 0px;
    text-align: center;
    overflow: hidden;
}
    #products .slides_container div {
        width: 100% !important;
        height: 442px !important;
    }

/*
	Pagination
*/
.pagination {	position: relative; top:-28px;	margin:0 auto;	width:200px; z-index:1008;}
.pagination li {	float:left;	margin:0 3px;	list-style:none;}
.pagination li a {	display:block;	width:20px;	height:0;	padding-top:20px;	background-image:url(../images/pagination2.png);	background-position:0 0;	float:left;	overflow:hidden;}
.pagination li.current a {	background-position:0 -20px;}

#products .next,#products .prev {
	position:absolute;
	top:187px;
	
	width:44px;
	height:0;
	padding-top:76px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev 
{
    left:48px;
	background:url(../images/ui-prev.png);  
}

#products .next {
	right:48px;
	background:url(../images/ui-next.png);
}