.galleria{

	list-style:none;

	width:100px

}

.galleria li{

	display:block;

	width:80px;

	height:80px;

	overflow:hidden;

	float:left;

	margin:0 10px 10px 0

}

.galleria li a{

	display:none;

	background-color: #0066CC;

}

.galleria li div{

	position:absolute;

	display:none;

	top:0;

	left:180px;

	background-color: #FF00FF;

}

.galleria li div img{

	cursor:pointer;

	padding: 10px,10px,10px,10px;

	background-color: #FF6699;

}

.galleria li.active div img,.galleria li.active div{

	display:block;

	background-color: #0000FF;

	padding: 10px 10px 10px 10px;

}

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

.galleria li .caption{display:block;padding-top:.5em}

* html .galleria li div span{

	width:400px;

	padding-right: 10px;

	background-color: #FF00CC;

} /* MSIE bug */.gallery {

	background-color: #FFFFFF;

	width: auto;

	height: 80px;

	margin-top: 75px;

	padding: 5px 5px 5px 5px;

	text-align: center;

	border-color: #FFFF99;

	border-bottom-style: dashed;

	border-left-style: dashed;

	border-right-style: dashed;

	border-top-style: dashed;

	border-width: 1px 1px 1px 1px;

	position: static;

}

.thumbs {

	background-color: #FF0066;

	text-align: center;

	height: 500px;

	position: static;

}



.container2{

	height: auto;

	width: auto;

	text-align: center;

	position: static;

	

}

