
div#gallery {
	overflow:hidden;
	clear:both;
	width:462px;
}

div#gallery div.gallery-item {
	position:relative;
	float:left;
	background:url(/images/gallery_item_bg.jpg) no-repeat top left;
	width:144px !important;
	height:109px;
	overflow:hidden;
	margin:0px 10px 11px 0px;
}

div#gallery div.gallery-item a img {
	width:144px;
	height:109px;
}

div#gallery div.gallery-item a {
	width:128px;
	height:85px;
	position:absolute;
	top:6px;
	left:6px;
	border:1px solid #ced2d7;
	overflow:hidden;
	cursor:pointer;
}

div#gallery div.gallery-item a:hover {
	border:1px solid #0a3066;
}

div.gallery-header {
	margin:0px 10px 10px 0px;
	height:15px;
}

div#gallery-items {
	float:left;
}

a.view-gallery {
	float:right;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:#0195d2;
}

div#gallery-ctrls {
	font-size:12px;
	font-weight:bold;
	margin-right:8px;
}

div#gallery-ctrls a {
	text-decoration:none;
	color:#0a3066;
}

div#gallery-ctrls a.inactive {
	color:#8598b5;
}

div#nav-ctrl-links {
	float:right;
}

