#gallery {
	float: left;
	width: 520px;

}
#navigation {
	float: right;
	width: 150px;

}
.field h3 {
	font-size: 11px;
	color: #333333;
	background-color: #DDDDDD;
	padding: 2px 2px 2px 15px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 2px;
}
.field h3 span {
	font-weight: normal;
}

#navigation .field ul {
	background-image: none;
	margin-bottom: 10px;
}

.field li {
}

#gallery h2 {
	font-size: 14px;
	line-height: 1em;
	color: #1F3AD6;
	letter-spacing: 0.2em;
	background-image: url(../gallery/images/t_gallery.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;

}
.gallery img {
	border: none;
	vertical-align: bottom;

}
.gallery ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}
.gallery li {
	float: left;
	width: 120px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px 10px 0px 0px;
	height: 120px;
	overflow: hidden;


}
.gallery li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.gallery li a span {
	font-size: 10px;
	text-decoration: none;
	display: none;
	color: #666666;
	padding-top: 2px;
	line-height: 1.2em;
}
.gallery li a:hover span {
	background-color: #eeeeee;
}
#page {
	margin-right: 10px;

}
.newmark {
	height: 40px;
	width: 40px;
	color: #FFFFFF;
	position: relative;
	left: 90px;
	top: -130px;
	display: block;
	z-index: auto;
	background-image: url(../gallery/images/newmark.png);
	background-repeat: no-repeat;
	text-indent: -1000em;
}

* html .newmark { behavior: expression(IEPNGFIX.fix(this)); }

