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


.center2 {
	color: #990000;
	position: relative;
	left: 35px;
	top: 25px;
}

.right {
	display: block;
	float: right;
}
#thumbs img {
	background-position: center;
	text-align: center;
	display: block;
	border-right-style: none;
	border-right-color: #990000;
	vertical-align: middle;
	height: 70px;
}
#mainlf img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	max-width: 575px;
	max-height: 550px;
	width: expression(this.width > 575 ? 575: true);
}
