.header-slider-wrapper {
	position: relative;
}

/* Grid ------------------------------------------------------------------ */
.visiblegrid .wpv-fx-grid-mask .wpv-fx-grid-facet {
	border: 1px solid !important;
	border-width: 0 1px 1px 0 !important; 
}

/* slide preview in navigation */
.wpv-preview-thumb {
	display: none;
}

/*
.wpv-slide .video_frame iframe {
	width: 100%;
}
*/

/*--------------------------------------------------------------------------
	Face
--------------------------------------------------------------------------*/ 
.style-face {
	overflow: visible !important;
}

/* Prev / Next ---------------------------------------------------------- */
.style-face .wpv-nav-prev,
.style-face .wpv-nav-next {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	z-index: 150;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-indent: -100000px;
	/*bottom: 15% !important;
	margin-bottom: 41px;*/
	bottom: 6px !important;
}

.style-face .wpv-nav-prev { 
	background-image: url(../images/slider/face/face_arrows.png);
	background-position: left top;
	opacity: 0.4;
	filter: alpha(opacity=40);
	right: 36px;
}

.style-face .wpv-nav-next { 
	background-image: url(../images/slider/face/face_arrows.png);
	background-position: right top;
	right: 6px;
}

.style-face .wpv-nav-prev:hover,
.style-face .wpv-nav-next:hover {
	opacity: 1;
	filter: none;
} 

/* Captions ------------------------------------------------------------- */

.style-face .wpv-caption {
	position: absolute;
	color: #FFF;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 50px; 
	text-shadow: rgba(0,0,0,0.4) -1px -1px 0px, -1px -1px 2px rgba(0,0,0,0.2);
	padding: 0 0 0 6px;
	bottom: 36px;
	right: 6px;
	text-align: right;
}

.style-face .wpv-caption * {
	color: #eee;
	font-size: 36px;
	line-height: 50px;
}

.style-face .helper-caption-1,
.style-face .helper-caption-2 {
	display: none;
}

/* Pager ---------------------------------------------------------------- */
.style-face .wpv-nav-pager {
	position: absolute;
	bottom: 15%;
	margin-bottom: -28px;
	left: auto;
	right: 20px !important;
	height: 20px;
	padding: 0 3px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden; 
	z-index: 36; 
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-radius: 0px 0px 3px 3px;
}

.style-face .wpv-nav-pager {
	display: none;
}

.style-face .wpv-nav-pager:hover {
	filter: none;
	opacity: 1;
}

.style-face .wpv-nav-pager li {
	width: 16px;
	height: 16px;
	background: url(../images/slider/face/nav_li.png) center 5px no-repeat;
	float: left;
	list-style: none;
	cursor: pointer; 
}

.style-face .wpv-nav-pager li:hover,
.style-face .wpv-nav-pager li.active {
	background-image: url(../images/slider/face/nav_li_active.png);
}

.style-face .wpv-nav-prev,
.style-face .wpv-nav-next,
.style-face .wpv-nav-pager {
	background-color: rgba(0,0,0,0.7);
}


/*--------------------------------------------------------------------------
	Caption Center
--------------------------------------------------------------------------*/
/* Captions ------------------------------------------------------------- */
.style-caption-center .wpv-caption {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.style-caption-center *,
.style-caption-center a {
	color: #FFF;
}

.style-caption-center .wpv-caption .main-caption {
	padding: 20px;
	display: block;
	vertical-align: middle; 
	text-align: center;		
	text-shadow: rgba(0,0,0,0.3) 1px 1px 0px; 
	position: relative;
}

.style-caption-center .wpv-caption .main-caption,
.style-caption-center .wpv-caption .main-caption * {
	font-size: 22px;
	line-height: 1em;
	text-transform: uppercase;
}

.style-caption-center .wpv-caption .helper-caption-1,
.style-caption-center .wpv-caption .helper-caption-1 * {
	color: rgba(0, 0, 0, 0.75);
    font-family: Verdana;
    font-size: 70px !important;
    font-weight: bold;
    line-height: 70px;
    padding: 0;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.75), -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.65), 0px 0px 10px rgba(0, 0, 0, 0.95);
    text-transform: uppercase;
	position: relative;
	margin: 0 auto !important;
} 

.style-caption-center .wpv-caption .helper-caption-2 {
	padding: 20px;
}

.style-caption-center .wpv-caption .helper-caption-2,
.style-caption-center .wpv-caption .helper-caption-2 * {
	vertical-align: middle;
	display: block;
	overflow: hidden;
	white-space: normal;
	font-size: 14px;
	color: #fff;	
	text-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 0 6px rgba(0,0,0,0.7);	
}

.style-caption-center .wpv-caption .main-caption *,
.style-caption-center .wpv-caption .helper-caption-1 * {
	vertical-align: middle;
}

.style-caption-center .wpv-caption .helper-caption-1 p {
	margin-top: 33px;
}

.style-caption-center .wpv-nav-prev,
.style-caption-center .wpv-nav-next {
	position: absolute;
	top: 50%;
	height: 36px;
	background: url(../images/slider/zoom-in/sprite.png) no-repeat;
	margin-top: -18px !important;
	padding: 0;
	line-height: 36px;
	width: 33px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
	z-index: 20000;
}

.style-caption-center .wpv-nav-prev {
	left: 0;
	background-position: 0 0;
}

.style-caption-center .wpv-nav-next {
	right: 0;
	background-position: -33px 0;
}
.style-caption-center .wpv-nav-prev:hover {
	background-position: 0 -36px;
}
.style-caption-center .wpv-nav-next:hover {
	background-position: -33px -36px;
}
/*.style-caption-center .wpv-nav-prev,
.style-caption-center .wpv-nav-next,*/
.style-caption-center .wpv-nav-pager {
	display: none;
}

/*--------------------------------------------------------------------------
	Side Caption
--------------------------------------------------------------------------*/

.style-side-caption .wpv-wrapper {
	padding-right: 300px; /* caption width = 300px ! */
	text-shadow: 1px 1px 0px #111;
	border-radius: 4px !important;
}

.style-side-caption .wpv-slide-wrapper,
.style-side-caption .wpv-slide {
	border-radius: 4px 0px 0px 4px !important;
	overflow: hidden;
}

.style-side-caption .wpv-wrapper img {
	border-radius: 4px 0px 0px 4px !important;
}

.style-side-caption .wpv-htmlslide-wrap {
	margin-right: 300px;
}

.style-side-caption .wpv-view {
	overflow: visible;
}  

/* Prev / Next ---------------------------------------------------------- */ 
.style-side-caption .wpv-nav-prev,
.style-side-caption .wpv-nav-next {
	position: absolute;
	/* top: 50%; */
	bottom: 15px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	margin-top: -22px;
	background: url(../images/slider/side-caption/sprite.png) no-repeat;
	cursor: pointer;
	z-index: 150;
}

.style-side-caption .animated .wpv-nav-prev,
.style-side-caption .animated .wpv-nav-next {
	display: none;
}

.style-side-caption .wpv-nav-prev,
.style-side-caption .wpv-nav-next {
	text-indent: -10000px;
}

.style-side-caption .wpv-nav-prev {
	left: 100%;
	margin-left: -280px;
	background-position: 0 0;
}

.style-side-caption .wpv-nav-next {
	right: 20px;
	background-position: 0 -44px;
}

.style-side-caption .wpv-nav-prev:hover {
	background-position: -44px 0;
}

.style-side-caption .wpv-nav-next:hover {
	background-position: -44px -44px;
} 


/* Captions ------------------------------------------------------------- */
.style-side-caption #header-slider-caption-wrapper {
	position: absolute;
	/* width: 940px; */
	width: 980px;
	overflow: hidden;
}

.style-side-caption .wpv-caption {
	background-color: rgba(255,255,255,0.6);
	background-image: url(../images/default/shadow_folio_slider.png);
	background-position:  left top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	width: 260px;
	padding: 20px;
	right: 0;
	top: 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	-moz-box-shadow: #cfcfcf 0px 2px 3px;
	-webkit-box-shadow: #cfcfcf 0px 2px 3px;
	box-shadow: #cfcfcf 0px 2px 3px;
	text-shadow: #fff 0px 1px 0px;
}

/*
.halfwidth.style-side-caption .wpv-caption {
	margin-top: 30px;
}
*/

/* header-slider-wrapper style-side-caption */
 

.style-side-caption .wpv-caption .main-caption {
	text-transform: uppercase;
	font-size:24px;
	line-height: 1em;
	color: #FFF;
	text-shadow: 1px 1px 0px #fff;
	position: relative; 
	width: 100%;  
}

.style-side-caption .wpv-caption .helper-caption-1 {
	width: 100%;
	position: relative;
	margin-top: 10px;
	font-style: normal;
	font-size: 13px;
	line-height: 1.3em;
}

.style-side-caption .wpv-caption .helper-caption-2 {
	display: none;
}

.style-side-caption .wpv-nav-pager {
	display: none;
}


/*--------------------------------------------------------------------------
	Peek
--------------------------------------------------------------------------*/
	/*--------------------------------------------------------
	// This slider is not supported in Studium Theme		//
	--------------------------------------------------------*/
	.style-peek {
		display: none !important;
	}

.style-peek {
	width: auto !important;
	position: static !important;
}

.style-peek .slider-shadow {
	display: none;
}

.style-peek .wpv-loading-mask {
	background-position: 500px center;
}

.style-peek .wpv-view {
	padding-right: 10000px;
	margin: auto;
	margin-left: -90px;
}

.halfwidth.style-peek .wpv-view {
	padding-right: 180px;
}

.style-peek .wpv-wrapper {
	overflow: visible !important;
	position: static !important;
}

.style-peek .wpv-wrapper.wpv-full-width {
	width: 760px !important;
	margin: auto !important;
}

.halfwidth.style-peek .wpv-wrapper {
	margin: auto !important;
}

.style-peek .wpv-slide-wrapper {
	cursor: pointer;
}

.style-peek .wpv-slide-wrapper.active {
	cursor: auto;
}

.style-peek .wpv-view,
.style-peek .wpv-slide-wrapper {
	overflow: hidden;
}

/* Captions ------------------------------------------------------------- */
/* A scrollable container for the captions */
.style-peek #header-slider-caption-wrapper {
	position: absolute;
	z-index: 100;
	color: #fff;
	left: 50%;
	margin-left: -490px; 
	white-space: nowrap;
	overflow: hidden;
	max-width: 760px;
	height: 67px;
	border-radius: 4px; 
	background: rgba(0,0,0,0.6) url(../images/patterns/pattern_02_light.png) repeat !important;
}

/* each caption */
.style-peek .wpv-caption {
	height: 65px;
	overflow: hidden;
	padding: 1px 20px;
	position: relative;
	border-radius: 4px;
}

.style-peek .wpv-caption .main-caption {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.4em;
	text-shadow: 1px 1px 1px #666;
	color: #eee;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

.style-peek .wpv-caption .helper-caption-1,
.style-peek .wpv-caption .helper-caption-2 {
	position: relative;
	color: #ddd;
	margin: 0;
	font-size: 12px;
	padding: 0 4px;
	height: 16px;
	line-height: 16px;
	left: -980px;
	background: rgba(0,0,0,0.5);
	
	display: none;
}

/* Pager ---------------------------------------------------------------- */
/*
.style-peek .wpv-nav-pager {
	padding: 0;
	text-align: center;
	right: 10px;
	white-space: nowrap;
	overflow: hidden;
	height: 20px;
	position: relative;
	top: -25px;
	margin: 0;
	z-index: 6;
}

.style-peek .wpv-nav-pager li {
	width: 10px;
	height: 7px;
	background: url(../images/slider/peek/global-sprite.png) 0 -100px no-repeat;
	margin: 0 2px;
	display: inline-block;
	*display: inline;
	list-style: none;
	zoom: 1;
	padding-bottom: 2px !important;
	cursor: pointer;
}

.style-peek .wpv-nav-pager li.active {
	background-position: -10px -100px;
}
*/

.style-peek .wpv-nav-pager {
	/*
	height: 20px;
	padding: 0 3px;
	position: absolute;
	bottom: 20%;
	margin-left: -90px;
	margin-bottom: -20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden; 
	z-index: 36;  
	border-radius: 3px;
	text-align: center;
	*/
	
	padding: 0;
	text-align: center;
	right: 10px;
	white-space: nowrap;
	overflow: hidden;
	height: 20px;
	position: relative;
	top: -30px;
	margin: 0;
	z-index: 6;
}

.style-peek .wpv-nav-pager li {
	width: 16px;
	height: 16px;
	background: url(../images/slider/face/nav_li.png) center 5px no-repeat;
	margin: 0;
	display: inline-block;
	*display: inline;
	list-style: none;
	zoom: 1;
	padding-bottom: 2px !important;
	cursor: pointer;
}

.style-peek .wpv-nav-pager li:hover,
.style-peek .wpv-nav-pager li.active {
	background-image: url(../images/slider/face/nav_li_active.png);
} 

/* Prev / Next ---------------------------------------------------------- */
.style-peek .wpv-nav-prev,
.style-peek .wpv-nav-next {
	position: absolute;
	height: 100px;
	width: 40px;
	line-height: 100px;
	margin-top: -50px;
	background: url(../images/slider/peek/global-sprite.png) no-repeat;
	cursor: pointer;
	z-index: 50;
	text-indent: -10000px; 
}

.style-peek .wpv-nav-prev {
	left: 0;
	width: 50px;
	margin-left: -10px;
	background-position: -50px 0;
}

.style-peek .wpv-nav-next {
	right: 0;
	width: 40px;
	background-position: -102px 0;
}

/*--------------------------------------------------------------------------
	Navigation Preview
--------------------------------------------------------------------------*/
.style-navigation-preview .wpv-wrapper {
	overflow: hidden;
	position: relative;
}

.style-navigation-preview .wpv-preview-thumb {
	display: block;
}  

/* Pager ---------------------------------------------------------------- */
.style-navigation-preview .wpv-nav-pager {
	padding: 0;
	text-align: center;
	right: 32px;
	white-space: nowrap;
	overflow: hidden;
	height: 17px;
	position: absolute;
	top: 10px;
	margin: 0;
	z-index: 25;
	z-index: 1001;
}

.boxed .style-navigation-preview .wpv-nav-pager {
	right: 12px;
}

.slider-shortcode-wrapper .wpv-nav-pager {
	top: 10px !important;
	right: 10px !important;
	padding: 0 !important;
}

.style-navigation-preview .wpv-nav-pager li {
	width: 18px;
	height: 17px;
	background: url(../images/slider/navigation-preview/pager.png) top left no-repeat;
	margin: 0px;
	margin-right: -3px;
	display: inline-block; 
	list-style: none;
	zoom: 1;
	cursor: pointer;
	padding: 0 !important; 
	vertical-align: top;
}

.style-navigation-preview .wpv-nav-pager li.active {
	background-position: 0 -17px;
	cursor: default;
}

.style-navigation-preview .wpv-nav-pager li:hover {
	background-position: 0 -34px;
}

.style-navigation-preview .wpv-nav-pager li.active:hover {
	background-position: 0 -17px;
}

/* Prev / Next ---------------------------------------------------------- */
.style-navigation-preview .wpv-nav-prev,
.style-navigation-preview .wpv-nav-next {
	position: absolute;
	top: 50%;
	height: 44px;
	line-height: 44px;
	margin-top: -22px;
	background: url(../images/slider/navigation-preview/btn_prev_next.png) no-repeat;
	cursor: pointer;
	z-index: 100;
	opacity: 0.3;
	filter: alpha(opacity=30); 
	color: #eee; 
	font-size: 18px;
	text-shadow: #000 1px 1px 0px;
	
	/* Hidden in Studium Theme */
	display: none !important;
}

.style-navigation-preview .wpv-nav-prev:active,
.style-navigation-preview .wpv-nav-next:active {
	color: #fff;
} 

.style-navigation-preview .wpv-nav-prev {
	right: 100%;
	margin-right: -40px;
	text-align: right;
	padding: 0 52px 0 20px;
	background-position: right -44px;
	border-left: 2px solid #484848;
}

.style-navigation-preview .wpv-nav-next {
	left: 100%;
	margin-left: -40px;
	text-align: left;
	padding: 0 20px 0 52px;
	background-position: left top;
	border-right: 2px solid #484848;
} 

/* Captions ------------------------------------------------------------- */
.style-navigation-preview .wpv-caption {
	display: none;
    vertical-align: middle;
	position: absolute;
}

.style-navigation-preview.animation-fadeMultipleCaptions .wpv-caption {
	position: relative;
	vertical-align: middle;
}

.style-navigation-preview .wpv-caption.visible {
	display: inline-block !important;
}

.style-navigation-preview .wpv-caption .sub-caption {
	padding: 0 20px;
	zoom: 1;
	vertical-align: middle;
}

/* Caption animations */
.style-navigation-preview.animation-slideMultipleCaptions .sub-caption,
.style-navigation-preview.animation-fadeMultipleCaptions .sub-caption {
	top: -300px;
	opacity: 0;
	position: relative;
}

.style-navigation-preview.animation-slideMultipleCaptions .helper-caption-1,
.style-navigation-preview.animation-fadeMultipleCaptions .helper-caption-1 { 
	left : 1000px; 
	top: 200%; 
}

.style-navigation-preview.animation-slideMultipleCaptions .helper-caption-2,
.style-navigation-preview.animation-fadeMultipleCaptions .helper-caption-2 { 
	left : -1000px;
	top: 20%; 
}
.style-navigation-preview .sub-caption.visible {
	top: 0;
	left: 0;
	opacity: 1;
}

.style-navigation-preview .sub-caption p,
.style-navigation-preview .sub-caption p {
	text-align: left;
	margin: 0 auto !important;
}

.style-navigation-preview .sub-caption,
.style-navigation-preview .sub-caption * {
	font-size: 30px !important;
	line-height: normal;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #33434C;
	vertical-align: middle;
}

.style-navigation-preview .helper-caption-1,
.style-navigation-preview .helper-caption-1 * {
	font-size: 16px !important;
	text-shadow: none;
}

.style-navigation-preview .helper-caption-2,
.style-navigation-preview .helper-caption-2 * {
	font-size: 70px !important;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgb(255, 255, 255), 0 -1px 1px rgb(0, 0, 0);
	color: rgba(0, 0, 0, 0.7);
}
.ie7 .style-navigation-preview .helper-caption-2,
.ie7 .style-navigation-preview .helper-caption-2 *,
.ie8 .style-navigation-preview .helper-caption-2,
.ie8 .style-navigation-preview .helper-caption-2 * {
	line-height: 120px;
}
.style-navigation-preview .helper-caption-1 .highlight {
	line-height: 150%;
	background-color: #FFF;
    border-bottom: 1px solid #DDD;
    display: inline-block;
    margin-bottom: 3px;
    padding: 0 10px 0 12px;
}

 
/* Featured post */
/*
.style-navigation-preview .slide-post-pad {
	background: rgba(0,0,0,0.4);
	margin: 0px;
	border-radius: 2px;
	width: 50%; 
	position: relative;
	top: 30px;
}
*/

.style-navigation-preview .slide-post-pad {
	max-width: 50%;
	background: rgba(0,0,0,0.5);
}

.style-navigation-preview .slide-post-pad p {
	padding: 10px;
}

/*
.style-navigation-preview .slide-post-title { 
	font-size: 48px !important;
	position: relative;
	top: 30px;
}

.style-navigation-preview .slide-post-title a {
	font-size: 48px !important;
	line-height: 1em !important;
}

.style-navigation-preview .slide-post-title a:hover {
	color: #fafafa !important;
}

.style-navigation-preview .wpv-caption .helper-caption-1 h2,
.style-navigation-preview .wpv-caption .helper-caption-1 h2 a {
	color: #eee;
}

.style-navigation-preview .wpv-caption .helper-caption-1 h2 *:hover {
	color: #fefefe !important;
}
*/ 



.style-navigation-preview .wpv-preview-thumb {
	position: absolute;
	right: 1px;
	top: 100%;
	margin-top: 3px;
	display: block;
	max-width: 30px;
	max-height: 25px;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
	border-radius: 2px;
	z-index: 1000;
	
	/* Hidden in Studium Theme */
	display: none !important;
}

.style-navigation-preview .wpv-nav-prev .wpv-preview-thumb {
	right: auto;
	left: 2px;
}

.style-navigation-preview .wpv-nav-prev:hover .wpv-preview-thumb,
.style-navigation-preview .wpv-nav-next:hover .wpv-preview-thumb {
	display: block;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.style-navigation-preview .wpv-preview-thumb: hover {
	opacity: 1 !important;
	filter: none !important;
}


/*--------------------------------------------------------------------------
	Shortcode
--------------------------------------------------------------------------*/
.slider-shortcode-wrapper.style-gallery {
	position: relative;
	overflow: hidden;
}

.slider-shortcode-wrapper.style-gallery .wpv-wrapper {
	overflow: hidden;
	z-index: 3;
}

.slider-shortcode-wrapper.style-gallery .wpv-preview-thumb {
	display: block;
}  

/* Pager ---------------------------------------------------------------- */
.slider-shortcode-wrapper.style-gallery .wpv-nav-pager {
	padding: 0;
	text-align: center;
	right: 10px;
	white-space: nowrap;
	overflow: hidden;
	height: 17px;
	position: absolute;
	top: 10px;
	margin: 0;
	z-index: 400;
}

.slider-shortcode-wrapper.style-gallery .wpv-nav-pager li {
	height: 17px;
	background: url(../images/slider/navigation-preview/pager.png) top left no-repeat;
	margin: 0 4px;
	margin: 0px;
	display: inline-block; 
	list-style: none;
	cursor: pointer;
	padding: 0 !important; 
	width: 17px !important;
	zoom: 1;
}

.slider-shortcode-wrapper.style-gallery .wpv-nav-pager li.active {
	background-position: 0 -17px;
	cursor: default;
}

.slider-shortcode-wrapper.style-gallery .wpv-nav-pager li: hover {
	background-position: 0 -34px;
}

.slider-shortcode-wrapper.style-gallery .wpv-nav-pager li.active: hover {
	background-position: 0 -17px;
}

/* Prev / Next ---------------------------------------------------------- */
.slider-shortcode-wrapper.style-gallery .wpv-nav-prev,
.slider-shortcode-wrapper.style-gallery .wpv-nav-next {
	display: none;
}

.slider-shortcode-wrapper.style-gallery.featured .wpv-nav-next {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	text-indent: -10000px;
	opacity: 0;
	z-index: 3;
	cursor: pointer;
}

/* Captions ------------------------------------------------------------- */
.slider-shortcode-wrapper.style-gallery .annotation {
	display: none;
}

.slider-shortcode-wrapper.style-gallery .wpv-caption {
	position: absolute;
	z-index: 100;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.slider-shortcode-wrapper.style-gallery .wpv-caption .main-caption {
	background: rgba(0, 0, 0, 0.3) url(../images/patterns/pattern_02_light.png) repeat;
	margin: 0px;
	padding: 18px 18px 16px 18px;
	position: relative;
	font-size: 24px; 
	line-height: 1em;
	color: #eee;
	text-shadow: #333 1px 1px 0px;
	text-transform: uppercase;
	border-radius: 3px 3px 0px 0px;
	
	width: auto;
	float: left;
	clear: both;
}

.slider-shortcode-wrapper.style-gallery .wpv-preview-thumb {
	position: absolute;
	right: 1px;
	top: 100%;
	margin-top: 3px;
	display: block;
	max-width: 60px;
	max-height: 60px;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
	border-radius: 3px;
	z-index: 1000;
}

.slider-shortcode-wrapper.style-gallery .wpv-nav-prev .wpv-preview-thumb {
	right: auto;
	left: 2px;
}

.slider-shortcode-wrapper.style-gallery .wpv-nav-prev: hover .wpv-preview-thumb,
.slider-shortcode-wrapper.style-gallery .wpv-nav-next: hover .wpv-preview-thumb {
	display: block;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*--------------------------------------------------------------------------
	Showcase
--------------------------------------------------------------------------*/
.slider-shortcode-wrapper.style-showcase {
	overflow: hidden;
}

.slider-shortcode-wrapper.style-showcase .wpv-wrapper {
	margin-left: 192px;
	overflow: visible;
}

/* Pager ---------------------------------------------------------------- */
.slider-shortcode-wrapper.style-showcase .wpv-nav-pager {
	display: none;
}

/* Prev / Next ---------------------------------------------------------- */

.slider-shortcode-wrapper.style-showcase .wpv-nav-prev,
.slider-shortcode-wrapper.style-showcase .wpv-nav-next {
	background: url(../images/default/btns_meta.png) right 0px no-repeat; 
	height: 19px;
	width: 21px;
	display: block;
	position: absolute;
	bottom: 2px;
	left: -105px;
	text-indent: -10000px;
	cursor: pointer;
}

.slider-shortcode-wrapper.style-showcase .wpv-nav-next:hover {
	background: url(../images/default/btns_meta.png) right -58px no-repeat !important;
}

.slider-shortcode-wrapper.style-showcase .wpv-nav-next:active {
	background: url(../images/default/btns_meta.png) right -117px no-repeat !important;
}

.slider-shortcode-wrapper.style-showcase .wpv-nav-prev {
	background-position: 0px -175px;
	left: -126px;
}

.slider-shortcode-wrapper.style-showcase .wpv-nav-prev:hover {
	background: url(../images/default/btns_meta.png) 0px -233px no-repeat !important;
}

.slider-shortcode-wrapper.style-showcase .wpv-nav-prev:active {
	background: url(../images/default/btns_meta.png) 0px -292px no-repeat !important; 
}


/* Captions ------------------------------------------------------------- */
.slider-shortcode-wrapper.style-showcase .annotation {
	width: 172px;
	height: 100%;
	float: left;
	background: url(../images/default/slider_sep.png) no-repeat center bottom;
}

.slider-shortcode-wrapper.style-showcase .slider-caption-wrapper {
	display: none;
}

.slider-shortcode-wrapper.style-showcase .wpv-nav-next .wpv-caption {
	display: none;
}

.slider-shortcode-wrapper.style-showcase .wpv-preview-thumb {
	display: none;
}


/* Others */
.wpv-caption a,
.wpv-caption a:hover {
	border-bottom: 0px none !important
}

/* Sliders fix */
.wpv-wrapper img { 
	max-width: none !important; 
}