@charset "utf-8";
/* CSS Document */
div.content table {
	float: left;
	width: 560px;
}
div#content {
	margin-top: -30px;
	padding-bottom: 90px;
}
div.jqGalleryWrap {
	background-color: transparent;
}
ul.jqGallery {
	border:none;
	height:206px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px 0;
	overflow:auto;
	padding:4px 0 0 2px;
	position:relative;
	width:460px;
	text-align: center;
	overflow-y: scroll;
}
html>body ul.jqGallery {
	width:450px;
}

