.gallery {
list-style:none;
width:100px;
float: right;
}

.gallery li { /* thumbnail control */
display:block;
width:60px;
height:60px;
overflow:hidden;
float:left;
margin:5px 10px 10px 0px;
}

.gallery li a {
display:none
}

.gallery li div {
position:absolute;
display:none;
top:0;
left:0px
}

.gallery li div img {
cursor:pointer;
padding-bottom: 10px;
}

.gallery li.active div img,.galleria li.active div {
display:block;
}

.gallery li img.thumb {
cursor:pointer;
top:auto;
left:auto;
display:block;
width:auto;
height:auto;
}

.gallery li .caption{ 
display:block;
padding-top:2em;
}

* html .gallery li div span {
width:400px
} /* MSIE bug */



/*  added components */

#viewer img {
	padding-bottom: 0;
	border: 1px solid #000;
	margin-bottom: 5px;
}

#viewer span {  /* caption appearance */
	background: url(../images/blt_circles.gif) left center no-repeat;
	padding-left: 20px;
}

.galleria_wrapper {  /* controls the main image div */
	border: none;
	/* border: 1px solid #f00; */
	width: 500px;
}

.galleria_container{margin:0 20px 10px auto;height:438px;width:500px;float:left;}