/* CSS Document */

.thumbs{
	text-align:center;}
.thumbs ul{
	margin: 0px auto;
	width: 792px;
	clear:both;}
.thumbs li{
	background-color:#FFF;
	float: left;
	margin: 1px;
	padding: 5px;
	width: 120px;
	height: 153px;}
.thumbs img{
	clear:both;
	width: 120px;}
.thumbs .textoThumb{
	text-align:center;}
