@charset "UTF-8";
/* CSS Document */

img { border: 0; }
		
.gallery,
.gallery .gly_item,
.gallery .gly_item img.gly_bg,
.gallery .gly_controls {
	width: 989px;
	height: 269px;
}

.gallery {
	position: relative;
	/* background-color: pink; */
}

.gly_item {
	position: absolute;
	left: 0;
	top: 0;
}

.gly_item table.ovly {
	width: 239px;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	position: absolute;
	left: 20px;
	top: 20px;
	height:225px;
}
.gly_item table.ovly2 {
	width: 239px;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	position: absolute;
	left: 729px;
	top: 20px;
	height:225px;
}

.gly_item table.ovly td {
	margin: 0;
	border: 0;
}

.gly_item table.ovly td.top,
.gly_item table.ovly td.top img,
.gly_item table.ovly td.bottom,
.gly_item table.ovly td.bottom img {
	width: 239px;
	height: 10px;
}

.gly_item table.ovly td.top {
	padding: 0;
	background: url(images/ovly_top.png);
}

.gly_item table.ovly td.bottom {
	padding: 0;
	background: url(images/ovly_bottom.png);		
}

.gly_item table.ovly td.inner {
	background: url(images/ovly_bg.png);
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0 12px;
	line-height:18px;
	vertical-align: top;
	height: 205px;
}

.gly_item table.ovly td.inner p.title {
	font-size: 16px;
	font-weight: bold;
}

.gallery .gly_controls div.inner {
	position: absolute;
	bottom: 30px;
	left: 32px;
}

.gallery .gly_controls .inner .gly_btn {
	width: 16px;
	height: 16px;
	background-color: #5F8B3E;
	cursor: pointer;
	margin-right: 10px;
	float: left;
}

.gallery .gly_controls .inner .gly_btn.sel {
	background-color:#64AC00;
}

/* for topics */

#topicsxmlblock a {
	text-decoration: none;
}

