.galleria{
	list-style:none;
	white-space: nowrap;
	height: 90px;
	float: left;
}
.galleria li{ 
	display: inline-block !important;
	*display: inline !important;
	height: 80px;
	float: none !important;
	*float: left !important;
	width: 80px;
}
.galleria li a{
	display: none;
}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer; width: 80px; height: 80px}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
.galleria_container {
	text-align: center;
}

.galleria_wrapper img {
	display: block;
	width: auto;
	height: 340px;
	
	margin-left: auto;
	margin-right: auto;
}

.galleria li {
	border: 2px solid lightgrey;
}

.galleria li:hover {
	border: 2px solid darkgrey;
}

.galleria {
	
	margin-left: auto;
	margin-right: auto;
}

.desc {
	height: 30px;
	width: 100px;
	background: #C26E2C;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	position: relative;
}


#gallery_up,#gallery_down,#gallery {
	margin-top: 200px;
}

#gallery_up {
	float: left;
	display: block;
	height: 90px;
	width: 20px;
	background: #FFF;
	margin-left: 5px;
	line-height: 90px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #7b7b7b;
	letter-spacing: -3px;
}

#gallery_down {
	float: left;
	display: block;
	height: 90px;
	width: 20px;
	background: #FFF;
	margin-right: 5px;
	line-height: 90px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #7b7b7b;
	letter-spacing: -3px;
}

#gallery {
	float:left;
}