﻿ul.sliderUL{		
		width:618px;
		padding:5px;
		overflow:hidden;
		background:#ffffff;
		margin:0px 10px;
		}
	ul.sliderUL li{
		list-style:none;
		float:left;
		overflow:hidden;
		height:69px;
		}
	ul.sliderUL li:hover{color:#333;}
	ul.sliderUL li .image{
		margin:20px 20px 10px 20px;
		width:220px;
		height:150px;
		overflow:hidden;
		border:2px solid #fff;
		-moz-box-shadow:0 1px 1px #bbb;
		-webkit-box-shadow:0 1px 1px #bbb;
		box-shadow:0 1px 1px #bbb;
		}	
	ul.sliderUL h3{text-transform:uppercase;font-size:14px;font-weight:bold;margin:.25em 0;text-shadow:#f1f1f1 0 1px 0;}	
	ul.sliderUL .info{color:#999;text-shadow:#f1f1f1 0 1px 0;}	
	ul.sliderUL div {display:none;}
	ol#pagination{position:relative;text-align:center;top:-112px;}
	ol#pagination li{
		display:inline-block;
		width:16px;
		height:16px;
		background:url(/img/bg_buttons.png) no-repeat 0 0;
		text-align:left;
		text-indent:-8000px;
		list-style:none;
		cursor:pointer;
		margin:0 2px;
		}
	ol#pagination li:hover{background:url(/img/bg_buttons.png) no-repeat 0 0px;}
	ol#pagination li.current{color:#f00;font-weight:bold;background:url(/img/bg_buttons.png) no-repeat 0 0px;}
	ol#pagination li.prev, ol#pagination li.next{
		position:absolute;
		top:0px;
		}
	ol#pagination li.prev{display:block;background:url(/img/prev-horizontal.png) no-repeat 0 0px;height: 69px;right: 730px;width: 46px;}
	ol#pagination li.next{display:block;background:url(/img/next-horizontal.png) no-repeat 0 0px;height: 69px;right: 20px;width: 46px;}
	