/*------------------------------------------------------------------------
# "Hot Full Carousel" Joomla module
# Copyright (C) 2012 HotJoomlaTemplates.com. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
}
	
.hero-carousel article.carousel-article {
	margin: 0 auto;
	display: block;
	float: left;
	position: relative;
    background-size:cover;
    background-position:top center;
}
	
.hero-carousel article.carousel-article .contents {
	position: relative;
}

.hero-carousel article.carousel-article a  {
	color: #fff;
	text-decoration: none;
}

.hero-carousel-nav {
    position: absolute;
    z-index: 20;
    width: 100%;
    text-align: center;
    display: none;
}

ul.hero-carousel-nav {
	padding: 0 !important;
    margin: 0 !important;
}
    
.hero-carousel-nav li {
    bottom: 0;
    list-style: none !important;
    background-image:none;
    margin: 0 !important;
    padding: 0 !important;
}
    
.hero-carousel-nav li.prev {
    position: absolute;
    right: auto;
}

.hero-carousel-nav li.next {
    position: absolute;
}
    
.hero-carousel-nav li a {
    border: none;
    outline: none;
    display: block;
    float: left;
    text-decoration: none;
}
    
.hero-carousel-nav li a:active,
.hero-carousel-nav li a:focus { 
    border: none;
    outline: none;
}