/*---------------------  SLIDER ------------------------*/
.slider{
	height: 400px;
}
.slider .items{display:none}
.slider  .pagination{position:absolute;z-index:2;bottom:47px;left:432px}
.slider  .pagination li{
	float:left;
	padding-right:4px;
	list-style-type: none;
}
.slider  .pagination a{
	display:block;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:url(../images/buttons.png) right 0 no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.slider  .pagination a:hover, .slider  .pagination .current a{background-position:left}

