
/*----------------THUMBS_----------------------*/
 ul.thumbs{
width: 800px;
margin: 0 auto;
	}
 ul.thumbs li{
display: inline;
width:180px;
height: 160px;
text-align: center;
float:left;
list-style: none;
background: url(../images/samples/bg_sample.png) no-repeat center;
padding:10px;
	}
 h3.thumbs{
margin-left: 40px;
color:#000;	
font-size: 2em;
	}

