@charset "utf-8";
/*ul#items img {
	width: 990px;
	height: 490px;
}*/
	
ul#items{
	width: 285px;
	height: 365px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	}
ul#items li{
	list-style: none;
	overflow: hidden;
	background: #1e1e1e;
	color: #fff;
	text-align: center;
	color: #555;
	padding: 0px;
	margin: 0;
	overflow: hidden;
	height: 365px;
	width: 285px;
	}
ul#items li img {
	width: 285px;
}
ul#items li .image{
	margin:0px;
	width:285px;
	height:285px;
	overflow:hidden;
	-moz-box-shadow:0 1px 1px #bbb;
	-webkit-box-shadow:0 1px 1px #bbb;
	box-shadow:0 1px 1px #bbb;
	padding: 0px;
	}	
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;}	
ol#pagination{position:relative;text-align:center;}
ol#pagination li{
	display:inline-block;
	width:16px;
	height:16px;
	text-align:left;
	text-indent:-8000px;
	list-style:none;
	cursor:pointer;
	margin:0 2px;
	background-image: url(../images/bg_buttons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
ol#pagination li:hover{
	background-image: url(../images/bg_buttons.png);
	background-repeat: no-repeat;
	background-position: 0 -16px;
}
ol#pagination li.current{
	color:#f00;
	font-weight:bold;
	background-image: url(../images/bg_buttons.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
}
ol#pagination li.prev, ol#pagination li.next{
	position:absolute;
	top:-75px;
	}
ol#pagination li.prev{
	left:-30px;
	background-image: url(../images/bg_buttons.png);
	background-repeat: no-repeat;
	background-position: 0 -64px;
}
ol#pagination li.next{
	right:-30px;
	background-image: url(../images/bg_buttons.png);
	background-repeat: no-repeat;
	background-position: 0 -48px;
}
