/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* COSTUM STYLES */
/* HOME SLIDESHOW */
.homeSlideshow {
position:relative;
width:980px;
background:url(../images/layout/home_slideshow.png) no-repeat 0 0;
height:380px;
margin:30px -20px 0
}

.homeSlideshow .nivoSlider {
position:relative;
overflow:hidden;
width:915px;
height:300px;
background:url(images/layout/ajax-loader.gif) no-repeat 50% 50%;
left:33px;
top:33px
}

.homeSlideshow .nivoSlider img {
position:absolute;
top:0;
left:0;
display:none
}

.homeSlideshow .nivoSlider a {
border:0;
display:block
}

.homeSlideshow .nivoSlider .nivo-caption {
position:absolute;
top:0px;
padding:10px;
width:200px;
background:rgba(0,0,0,0.7);
color:#eee;
font-size:12px;
right:-220px; /* hidden on load */
opacity:0; /* hidden on load */
}
.homeSlideshow .nivoSlider .nivo-caption.animateIn {
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.9s ease;
	   -moz-transition: all 0.9s ease;
	    -ms-transition: all 0.9s ease;
         -o-transition: all 0.9s ease;
            transition: all 0.9s ease
}
.homeSlideshow .nivoSlider .nivo-caption.animateOut {
	right: -220px;
	opacity: 0;
	-webkit-transition: all 0.9s ease;
	   -moz-transition: all 0.9s ease;
	    -ms-transition: all 0.9s ease;
         -o-transition: all 0.9s ease;
            transition: all 0.9s ease
}
.no-rgba .homeSlideshow .nivoSlider .nivo-caption {
	background:url(../images/layout/transp_b.png)
}

.homeSlideshow .nivo-controlNav {
position:absolute;
bottom:7px;
left:3px;
}

.homeSlideshow .nivo-controlNav a {
background:url(../images/layout/slideshow_radios.png) no-repeat left bottom;
border:0 none;
display:block;
float:left;
margin:0 3px;
text-indent:-9999px;
width:16px;
height:16px
}

.homeSlideshow .nivo-controlNav a.active {
background-position:left top
}

.subMenuWrapper {
z-index:100
}