@charset "UTF-8";
/* CSS Document */

.cbGallery {
	line-height: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 636px;
	overflow: hidden;
}
.cbGallery ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cbGallery ul li {
	display: inline;
	margin: 0px 12px 12px 0px;
	padding: 0px;
	float: left;
}
.cbGallery ul img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.cbGallery ul, .cbGallery ul a:link, .cbGallery ul a:active, .cbGallery ul a:visited, .cbGallery ul a:hover {
	text-decoration: none;
	border-style: none;
	outline: none;
}
.cbGallery ul .cbLastColumn {
	margin: 0px 0px 12px;
}
