.ugc-pagegallery {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 40px 0;
	font-size: 0;
	position: relative;
	text-align: center;
	background-color: #111;
}

.ugc-pagegallery.no-pagination {
	padding: 0 0 2px 0;
}

.ugc-pagegallery,
.ugc-pagegallery-media-zoom
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

.ugc_media_view,
.ugc-pagegallery div[class*="arrow-"],
.ugc-pagination li,
.ugc-media-zoom-close,
.ugc-pagegallery-media-zoom
{
	cursor: pointer;
}

.ugc_media_view,
.ugc-pagination li 
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.ugc_media_view {
	position: relative;
	width: 23%;
	padding: 2px;
	height: 150px;
	overflow: hidden;
	margin: 2px auto;
}

.ugc_media_view > *,
.ugc-pagegallery div[class*="arrow-"],
.ugc-pagination
{
	font-size: 12px;
	position: absolute;
}

.ugc_media_view,
.ugc_media_view .info-box,
.ugc-pagination
{
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ugc_media_view .media {
	width: 100%;
	height: auto;
	z-index: 1;
	position: static;
}

.ugc_media_view .info-box {
	width: 100%;
	padding: 4px;
	color: #FFF;
	background-color: #111;
	background-color: rgba(0,0,0,.9);
	bottom: 0;
	z-index: 2;
	opacity: 0;
	text-align: right;
}

.ugc_media_view:hover .info-box {
	transition: opacity .5s linear;
	opacity: 1;
}

.ugc-pagegallery div[class*="arrow-"] {
	width: 4%;
	height: 100%;
	background-image: url(http://tcache.sbgnet.com/template/images/arrows_lr_grad.png);
	background-repeat: no-repeat;
	background-size: 200% 100%;
	z-index: 3;
	opacity: 0
}

.ugc-pagegallery:hover div[class*="arrow-"] {
	transition: opacity .3s linear;
	opacity: .5;
	font-size: 0;
}

.ugc-pagegallery .arrow-right {
	background-position: 100%;
	right: 0;
}

.ugc-pagination {
	width: 100%;
	height: 40px;
	bottom: 0;
	z-index: 3;
	list-style-type: none;
	margin: 0;
}

.ugc-pagination li {
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	width: 36px;
	height: 36px;
	background-color: #111;
	margin-top: 2px;
	color: #FFF;
}

.ugc-pagination li.hidden {
	display: none;
}

.ugc-pagination li:not(.ugc-pagination-pos):hover {
	background-color: #011226;
}

li.ugc-pagination-pos {
	background-color: #0459C2;
}

.ugc-pagegallery-media-zoom {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	top: 0;
	left: 0;
	text-align: center;
	z-index: 2147483647;
}

.ugc-pagegallery-media-zoom .center-media {
	width: 75%;
	max-width: 1024px;
	height: 75%;
	overflow: hidden;
	margin: 25px auto;
	position: relative;
	cursor: default;
}

.ugc-pagegallery-media-zoom .center-media .info-box {
	width: 30%;
	padding: 1%;
	position: absolute;
	bottom: 0;
	margin: auto;
	background: #000;
	text-align: left;
	background: rgba(255,255,255,.5);
	opacity: 0;
}

.ugc-pagegallery-media-zoom .center-media .info-box:hover, .ugc-pagegallery-media-zoom .center-media .media:hover + .info-box {
	transition: opacity .5s linear;
	opacity: 1;
}


.ugc-pagegallery-media-zoom .center-media .media.wide {
	width: 100%;
	height: auto;
}

.ugc-pagegallery-media-zoom .center-media .media.high {
	width: auto;
	height: 100%;
}

.ugc-media-zoom-close {
	width: 25px;
	height: 25px;
	border: 1px solid #CCC;
	position: fixed;
	top: 25px;
	right: 25px;
	color: #CCC;
	text-align: center;
	line-height: 25px;
}

.ugc-media-zoom-close:hover {
	border-color: #FFF;
	color: #FFF;
}



