@charset "UTF-8";
/* CSS Document */

ul#items{		
	margin:1em 0;
	width:auto;
	height:530px;
	overflow:hidden;
}

ul#items li{
	list-style:none;
	float:left;
	height:530px;
	overflow:hidden;
	margin:0 4px;
	color:#fff;
	text-align:justify;
	color:#555;
}

ul#items li:hover{color:#333;}

ul#items li .image{
	margin:20px 20px 10px 20px;
	width:220px;
	height:280px;
	overflow:hidden;
}	

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;
	background:url(../imatges/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(../imatges/bg_buttons.png) no-repeat 0 -16px;}

ol#pagination li.current{color:#f00;font-weight:bold;background:url(../imatges/bg_buttons.png) no-repeat 0 -32px;}

ol#pagination li.prev, ol#pagination li.next{
position:absolute;
top:520px;
}

ol#pagination li.prev{left:45px;background:url(../imatges/bg_buttons.png) no-repeat 0 -64px;}

ol#pagination li.next{right:45px;background:url(../imatges/bg_buttons.png) no-repeat 0 -48px;}