.asg .asg-image-caption-wrapper{
	color: white;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding: 5px 8px;
}
.asg-image{
	background: #eee url(../images/ajax.gif) center center no-repeat;
	
}
.asg .asg-image-caption-wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
}

.asg-bottom{
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 13px;
	line-height: 36px;
}

.asg-image .asg-image-caption-wrapper{
	bottom: -100%;
	top: auto;
	-webkit-transition: all 0.3s;
}
.asg-image:hover .asg-image-caption-wrapper{
	top: auto;
	bottom: 0;
}