
#pluginAppObj_114_191 {
	width: 100%;
}
#jg_pluginAppObj_114_191 .grid-item{
	float: left;
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index: 1;
}

#jg_pluginAppObj_114_191 .grid-item.clickable{
	cursor: pointer;
}

#jg_pluginAppObj_114_191 .grid-item a{
	display: block;
	width: 100%;
	height: 100%;
    color: #fff;
}

#jg_pluginAppObj_114_191 .grid-item.overlayable .overlay{
	display: block;
	overflow: hidden;
	width: 0%;
	height: 0%;
	z-index: 1;
	position: relative;
	background-color: rgba(0,0,0,0.4);
}

#jg_pluginAppObj_114_191 .grid-item.overlayable:hover .overlay{
	display: block;
	width: 100%;
	height: 100%;
}

#jg_pluginAppObj_114_191 .grid-item.overlayable .overlay.fade{
	opacity: 0;
	-webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

#jg_pluginAppObj_114_191 .grid-item.overlayable:hover .overlay.fade{
	opacity: 1;
}

#jg_pluginAppObj_114_191 .grid-item.overlayable .overlay.appear-top{
	width: 100%;
	height: 0;
	-webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}
#jg_pluginAppObj_114_191 .grid-item.overlayable:hover .overlay.appear-top{
	height: 100%;
}

#jg_pluginAppObj_114_191 .grid-item