.wp-showcase ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.wp-showcase li {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

.wp-showcase-gallery li img {
	max-width: 100%;
}
.wp-showcase-gallery.layout-full li,
.wp-showcase-gallery.layout-full-data li { 
	width: 100%;
	margin-right: 0;
}
.wp-showcase-gallery.layout-full-data img { 
	width: 75%;
	float: left;
}
.wp-showcase-gallery.layout-full-data .exif {
	overflow: auto;
	padding-left: 10px;
} 
.wp-showcase-gallery.layout-full-data .exif p { 
	font-size: 12px;
	margin: 0 !important; 
}

.wp-showcase .flex-pauseplay { cursor: pointer; }

/* For modern browsers */
.wp-showcase .cf:before,
.wp-showcase .cf:after {
    content:"";
    display:table;
}
.wp-showcase .cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.wp-showcase .cf {
    zoom:1;
}

/**
 * Thumbnail Grid
 *
 */
.wp-showcase-grid {
	width: 100%;
}

.wp-showcase-grid .wp-showcase-item {
	float: left;
	width: 24%;
	margin: 0.5% 0.5% 0.5% 0.5%;
}

.wp-showcase-grid .wp-showcase-title {
	height: 20px;
}

.wp-showcase-grid .wp-showcase-item img {
	width: 100%;
	height: auto
}

/**
 * bxSlider settings
 *
 */
.wp-showcase-hidden-caption {
	display: none;
}

.wp-showcase .wp-showcase-gallery ul {
	margin-top: 0;
}

.wp-showcase-gallery .bx-wrapper .bx-caption > div {
	float: left;
	display: block;
	width: 70%;
}

.wp-showcase-gallery .bx-wrapper .bx-caption > div > div {
	padding: 10px;
}

.wp-showcase-gallery .bx-wrapper .bx-caption > div > div span {
	padding: 0;
}

.wp-showcase-gallery .bx-wrapper .bx-caption a {
	float: right;
	display: block;
	width: 30%;
	color: #FFF;
	text-decoration: underline;
}

.wp-showcase-gallery .bx-wrapper .bx-caption a span { 
	text-align:right;
}

.wp-showcase-gallery .bx-wrapper .bx-caption .wp-showcase-title {
	font-weight: bold;
	font-size: 14px;
}


/**
 * Carousel
 *
 */
.wp-showcase-carousel .bx-pager {
	width: 100%;
}

.wp-showcase-carousel .bx-pager a {
	float: left;
	display: block;
	width: 24%;
	margin: 0.5% 0.5% 0.5% 0.5%;
}

.wp-showcase-carousel .bx-pager a img {
	width: 100%;
	height: auto;
}


/**
 * Mini Carousel
 *
 */
.wp-showcase-mini-carousel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: -50px;
	margin-top: -16px;
	outline: 0;
	top: auto;
	height: 32px;
	z-index: 9999;
}

.wp-showcase-mini-carousel .bx-wrapper .bx-prev {
	text-indent: 40px;
	left: 10%;
	line-height: 32px;
}

.wp-showcase-mini-carousel .bx-wrapper .bx-next {
	text-indent: -40px;
	right: 10%;
	line-height: 32px;
}

/**
 * PrettyPhoto
 *
 */

.wp-showcase-pp-caption {
	float: left;
	width: 60%;
}

.wp-showcase-pp-link {
	float: left;
	text-align: right;
	width: 15%;
}