﻿ul img
{
border:0px;
width:781px;
height:267px;
margin:0px auto;
}
ul#items{		
		/*margin:1em 0;*/
		padding:0px;
		margin:0px;
		width:auto;
		height:267px;
		overflow:hidden;
		background:url(../images/MK-Slider-Zemin.png);
		background-position:center center;
		}
	ul#items li{
		list-style:none;
		float:left;
		height:269px;
		overflow:hidden;
		/*margin:0 4px;*/
/*		background:#DBDAE0;*/
		color:#fff;
		text-align:center;
		color:#555;
		margin:0px !auto;
		}
	ul#items li:hover{color:#333;}
	/*ul#items li .image{
		margin:20px 20px 10px 20px;
		width:803px;
		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#items h3{text-transform:uppercase;font-size:14px;font-weight:bold;margin:.25em 0;text-shadow:#f1f1f1 0 1px 0;}	
	ul#items .info{color:#999;text-shadow:#f1f1f1 0 1px 0;}	

	#itemsPagination{position:relative;text-align:center; top:-60px; left:15px;z-index:999; width:45px; height:30px; padding-top:7px;}
	#itemsPagination li.prev{left:3px;background:url(../images/bg_buttons.png) no-repeat 0 -64px; display:none}
	#itemsPagination li.next{right:-30px;background:url(../images/bg_buttons.png) no-repeat 0 -48px;  left:22px}

	
	ol.pagination{position:relative;text-align:right; top:-60px; right:-15px;z-index:999; width:715px; height:30px; padding-top:7px;}
	ol.pagination li{
		display:inline-block;
		width:16px;
		height:16px;
		background:url(../images/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(../images/bg_buttons.png) no-repeat 0 -16px;}

	ol.pagination li.prev, ol.pagination li.next{
		position:absolute;
		top:7px; display:none
		}
	ol.pagination li.prev{left:3px;background:url(../images/bg_buttons.png) no-repeat 0 -64px; display:none}
	ol.pagination li.next{right:-30px;background:url(../images/bg_buttons.png) no-repeat 0 -48px;  left:95px}
	ol.pagination li.current{color:#f00;font-weight:bold;background:url(../images/bg_buttons.png) no-repeat 0 -32px;}

