#miGaleriaTemplate
{
	display:none;
}
#miGaleria
{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:15px;
}
.advance-link img
{
	border:solid 3px #cccccc;
	border-radius:5px;
}
.thumbs 
{
	overflow:hidden;
	text-align:center;
	width:100%;
}
#thumbs 
{
	padding-left:10px;
}
ul.thumbs 
{
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li 
{
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
.thumb *
{
	position:relative;
	top:0px;
	left:0px;
	width:50px !important;
	height:30px !important;	
	max-width:50px !important;
	max-height:30px !important;	
	min-width:50px !important;
	min-height:30px !important;	
	float:left !important;
}
.thumb img
{
	max-width:50px !important;
	max-height:50px !important;
	padding:2px;
	border:solid 1px #555555;
	border-radius:5px;	
}
.slideshow
{
	text-align:center;
}
.slideshow *
{
	margin:auto;
}

.pagination *
{
	border:solid 1px #000000;
	padding:5px;
	margin:3px;
}
.caption-container{
	clear:both;
	font-size: 12px;
	padding-top: 2px;
}