#st-widget-portfolio01 .thumbs { 
	width: 100%; 
	text-align: center;
}
#st-widget-portfolio01 .thumbnail {	
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 0;
	margin-bottom: 50px;
}
#st-widget-portfolio01 .thumbnail .image-wrap {	
	position: relative;
	border: 0;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
}
#st-widget-portfolio01 .thumbnail .image-wrap .label-wrap {
	position: absolute;
	left: 3px; top: 0px;
}
#st-widget-portfolio01 .thumbnail .image-wrap .label-wrap .label {
	font-family: arial;
	padding: .2em .6em;
}
#st-widget-portfolio01 .thumbnail .image {
	color: #999;
	text-align: center;
	overflow: hidden;
	padding-bottom: 75%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	opacity: 1;	
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;	
}
#st-widget-portfolio01 .thumbnail .image:hover {
	opacity: 0.5;
}
#st-widget-portfolio01 .thumbnail a > img {
	width: auto;
	max-height: 200px;
}
#st-widget-portfolio01 .thumbnail .no-image {
	position: absolute;
	top: 32px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
#st-widget-portfolio01 .thumbnail .caption {
	font-size: 14px;
	padding: 25px 3px 5px;
	font-weight: bold;
}
#st-widget-portfolio01 .thumbnail .caption a {
	color: #333;
}
#st-widget-portfolio01 .thumbnail .caption a:hover {
	  text-decoration: underline;
}
#st-widget-portfolio01 .thumbnail .caption .cat {
	color: #888;
	font-size: 90%;
}
#st-gal .thumbnail .desc {
	text-align: center;
	padding: 0 5px 5px;
	min-height: 25px;
}
