/* content */

	#container{	
		text-align:left;
		position:relative;
		}
		
	.container-main {
		width:1118px;
		margin-left: 80px;
	}
	
	.container-inner {
		width:817px;
	}
		
	ul#items{		
		width:auto;
		height:170px;
		overflow:hidden;
		}
	.items-main {
		padding-left: 70px;
	}
	
	.items-inner {
		padding-left: 43px;
	}
	
	ul#items li{
		list-style:none;
		float:left;
		height:165px;
		overflow:hidden;
		margin:0 11px;
		background: none;
		padding-left: 0px;
		/*background:#DBDAE0;
		color:#fff;
		text-align:center;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		-moz-box-shadow:0 1px 1px #777;
		-webkit-box-shadow:0 1px 1px #777;
		box-shadow:0 1px 1px #777;
		color:#555;*/
		}
	.item-main-img{
		border-color: #fff;
		border-style: solid;
		border-width: 1px;
	}
	
	.item-main-img-h {
		display: none;
		border-color: #fff;
		border-style: solid;
		border-width: 1px;
	}
	
	.item-main:hover .item-main-img {
		display: none;
	}
	
	.item-main:hover .item-main-img-h {
		display: block;
		border-color: #ccc;
	}
	
	ul#items li:hover{color:#333;}
	ul#items 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#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;
		display: none;
		}
	ol#pagination li:hover{}
	ol#pagination li.current{color:#f00;font-weight:bold;}
	ol#pagination li.prev, ol#pagination li.next{
		position:absolute;
		top:-128px;
		}
	ol#pagination li.prev{left:0px;background:url(../images/last.png) no-repeat; width: 37px; height: 74px;}
	ol#pagination li.next{right:0px;background:url(../images/next.png) no-repeat; width: 37px; height: 74px;}
	
/* // content */
