@charset "utf-8";

#pagebottom #textblock {
	width: 860px;
}

.gallery {
	position: relative;
	float: left;
	width: 180px;
	height: 180px;
	padding: 10px;
	background: #333;
	color: #FFF;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}

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

.gallerytitle {
	position: absolute;
	left: 0px;
	bottom: 8px;
	width: 190px;
	background: #000;
	padding: 5px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	color: #FFF;
}

#galleria {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 220px;
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#main_image {
	position: relative;
	bottom: 10px;
	margin: 0 0 0 225px;
	padding: 0px;
	height: 400px;
	width: 630px;
	border: solid #777 1px;
	overflow: hidden;
	text-align: center;
}

#main_image img {
	marign: 0px;
}

#galleria li {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 5px;
}

#galleria li img {
	min-height: 80px;
	min-width: 80px;
	margin: 0;
	padding: 0;
}