/**
* GK Image Show - CSS style
* @package Joomla!
* @Copyright (C) 2009-2011 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @ version $Revision: GK4 1.0 $
**/
 
.gkIsWrapper-gk_publisher {
	margin: 0;
	clear:both;
	position: relative;
}

.gkIsWrapper-gk_publisher .gkIsPreloader {
	background: #990000 url('images/loader.gif') no-repeat center center;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 101;
}

.gkIsWrapper-gk_publisher figure {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.gkIsWrapper-gk_publisher figure.active {
	opacity: 1;
	position: relative;
	z-index: 3;
}

.gkIsWrapper-gk_publisher img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.gkIsWrapper-gk_publisher figcaption {
	bottom: -100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	padding: 25px 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: bottom 0.5s ease-out, top 0.5s ease-out;
	-moz-transition: bottom 0.5s ease-out, top 0.5s ease-out;
	-ms-transition: bottom 0.5s ease-out, top 0.5s ease-out;
	-o-transition: bottom 0.5s ease-out, top 0.5s ease-out;
	transition: bottom 0.5s ease-out, top 0.5s ease-out;
}

.gkIsWrapper-gk_publisher figcaption.top {
	bottom: auto;
	top: -100%;
}

.gkIsWrapper-gk_publisher figcaption.top.contains-pagination {
	padding: 40px 20px 25px 20px;
}

.gkIsWrapper-gk_publisher figcaption.bottom.contains-pagination {
	padding: 25px 20px 40px 20px;
}

.gkIsWrapper-gk_publisher figure.active figcaption {
	top: -67px;
	z-index: 4;
}

.gkIsWrapper-gk_publisher figure.active figcaption.top {
	top: auto;
	top: 0%;
}

.gkIsWrapper-gk_publisher figcaption h3 {
    color: #990000;
    font-size: 36px;
    font-weight: 600;
    left: 0;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.gkIsWrapper-gk_publisher figcaption p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.gkIsWrapper-gk_publisher figcaption a {
	color: #990000;
}

.gkIsWrapper-gk_publisher figcaption a:active,
.gkIsWrapper-gk_publisher figcaption a:focus,
.gkIsWrapper-gk_publisher figcaption a:hover {
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
}

.gkIsWrapper-gk_publisher ol {
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 12px;
	width: 100%;
	z-index: 10;
	padding-right:25px;
}

.gkIsWrapper-gk_publisher ol.bottom {
	top: auto;
	bottom: 12px;
}

.gkIsWrapper-gk_publisher ol li {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 9px;
    margin-right: 7px;
    text-indent: -9999px;
    width: 9px;
}


.gkIsWrapper-gk_publisher ol li:hover,
.gkIsWrapper-gk_publisher ol li.active {
	background: #990000;
	transform: rotate(-60deg);
}