

/* content */

	#container2{	
		margin:0 auto;
		width:650px;
		text-align:left;
		position:relative;
		padding:2em 0;
		}
		
	ul#items{		
		width:650px;
		height:325px;
		overflow:hidden;
		}
	ul#items li{
		list-style:none;
		float:left;
		height:315px;
		overflow:hidden;
		color:#fff;
		text-align:center;
		color:#555;
		width:800px;
		}
	ul#items li:hover{color:#333;}
	ul#items li .image{
		margin:20px 20px 10px 20px;
		width:111px;
		height:111px;
		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:13px;font-weight:bold;margin:.25em 0;text-shadow:#d2d2d2 0 1px 0;}	
	ul#items .info{color:#999;text-shadow:#f1f1f1 0 1px 0;}	
	ol#pagination{position:relative;}
	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:5px 2px 0 2px;
		float:left;
		}
	ol#pagination li:hover{background:url(../images/bg_buttons.png) no-repeat 0 -16px;}
	ol#pagination li.current{color:#f00;font-weight:bold;background:url(../images/bg_buttons.png) no-repeat 0 -32px;}
	ol#pagination li.prev, ol#pagination li.next{
		position:absolute;
		top:-150px;
		}
	ol#pagination li.prev{left:-30px;background:url(../images/bg_buttons.png) no-repeat 0 -64px; z-index:999;}
	ol#pagination li.next{right:-30px;background:url(../images/bg_buttons.png) no-repeat 0 -48px;  z-index:999;}
	
/* // content */
@charset "UTF-8";
/* CSS Document */

