#mp .galleria {
	list-style:none; 
	width:100%
}
#mp ul {
	margin-left: 0; 
	padding-left: 0;
}
#mp .image_gallery {
	width:450px; 
}
#mp .image_gallery li {
	display:block; 
	width:82px; 
	height:82px; 
	overflow:hidden; 
	float:left; 
	margin: 5px; 
}
#mp .image_gallery li img.thumb {
	cursor:pointer; 
}
#mp #photo_gallery {
	width: 450px; 
	float: left; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
#mp .galleria_container {
	width: 450px; 
	height: 450px; 
	margin-bottom: 10px;
}
#mp .galleria_wrapper {
	width: 450px; 
	height: 450px; 
	overflow: hidden; 
	margin: 0px 0px 10px 5px; 
}
#mp .galleria_wrapper img {
	cursor:pointer;
}
#mp .caption { 
	width: 100%; 
	text-align: center;
}
#mp .galleria_nav {
	position: relative; 
	text-align: center; 
	width: 100%; 
	padding-top: 10px; 
	padding-bottom: 20px; 
	clear: both;
}




