.galleria {list-style:none; width:84px; height:84px; float: right;}
.galleria li{
	display:block;
	width:84px;
	height:84px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 7px;
	margin-left: -26px;
}
.galleria li img{cursor:pointer; width: 72px; cursor: pointer; }
.galleria li img.thumb{ border: 0px; cursor:pointer; top:auto; left:auto; display:block; width:auto; height:auto}
.galleria li .caption{display:none;}


.galleria_container {
	width: 350px;
	float: left;
}

.galleria_container img {
	max-width: 250px;
}

img.main {
    width: 350px;
    height: 350px;
    float: left;
}

.clear {
clear: both;
}

