.thumbs {
	width:100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.thumbs li {
	list-style: none;
	float: left;
	margin: 0 12px 12px 0;
	padding: 0;
}
.thumbs.style1 li {
	width:46%;
}
.thumbs.style1 img {
	width: 100%;
}

.thumbs li a {
}
.thumbs li img {
	display: block;
}
.thumbs li a img {
	border: none;
}
#cycle {
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 0;

}
#cycle li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 3px;
	width: 100%;
	overflow: hidden;
}
#cycle li img {
	width: 100%;
}
#cycle li div {
	position: absolute;
	bottom: 3px;
	left: 3px;
	padding: 3px;
	width: 494px;
	background: black;
	color: white;
	font-size: 12px;
	opacity: .8;
}
