﻿.cms-col958 .mod-bannerslider,
.cms-col958 .nivoSlider
{
    float: none;
    height: 355px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    width: 958px;
    margin-bottom:8px;
}

.cms-col958 .nivo-caption
{
    text-align: right;
    bottom: 0px;
}
.cms-col958 .nivo-controlNav
{
    position: absolute;
    bottom: 30px;
    right: 15px;
    z-index: 10;
}
.cms-col958 .mod-bannerslider .nivo-thumbs-enabled
{
    position: absolute;
    bottom: 16px;
    right: 16px;
    text-align: right;
    z-index: 10;
}
.cms-col958 .mod-bannerslider a.nivo-prevNav
{
	left: 853px;
}
.cms-col242 .mod-bannerslider,
.cms-col242 .nivoSlider
{
    height: 209px;
    overflow: hidden;
    position: relative;
    width: 242px;
}

.cms-col242 .mod-bannerslider.mini,
.cms-col242 .mod-bannerslider.mini .nivoSlider
{
    height:30px;
}
.cms-col242 .mod-bannerslider.small,
.cms-col242 .mod-bannerslider.small .nivoSlider
{
    height:167px;
}
.cms-col242 .mod-bannerslider h2
{
    margin-bottom:26px;
}
.cms-col242 .nivoSlider
{
    height:167px;
}
.cms-col242 .mod-bannerslider a.nivo-prevNav
{
    left:137px;
}
.cms-col242 .nivo-caption
{
    bottom:0px;
    position:absolute;
    background: transparent url('/assets/Images/Sprites/Spritesheet-boxes.png') -242px 0 no-repeat;
    height:34px;
    opacity:1;
    padding-top:10px;
}
.cms-col242 .nivo-controlNav
{
    padding: 0px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    text-align: center;
    width: 242px;
    z-index: 999;
}
.cms-col668 .mod-bannerslider,
.cms-col668 .nivoSlider
{
    height: 255px;
    overflow: hidden;
    width: 668px;
    position:relative;
}
.cms-col668 .offerLeft .mod-bannerslider, .cms-col668 .offerLeft .mod-nivoslider,
    .cms-col668 .offerRight .mod-bannerslider, .cms-col668 .offerRight .mod-nivoslider
{
    width:326px;
}
.cms-col668 .nivo-caption
{
    bottom: 0px;
}
.cms-col668 .nivo-controlNav
{
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 999;
}
.cms-col668 .mod-bannerslider a.nivo-prevNav
{
 left: 563px;
}
.cms-col668 .offerLeft .mod-bannerslider a.nivo-prevNav, .cms-col668 .offerLeft .mod-nivoslider a.nivo-prevNav,
    .cms-col668 .offerRight .mod-bannerslider a.nivo-prevNav, .cms-col668 .offerRight .mod-nivoslider a.nivo-prevNav
{
    left:220px;
}



.corners
{
    position: relative;
}
.corners .corners-tl
{
    left: 0px;
    position: absolute;
    top: 0px;
    background: transparent url('/assets/Images/BannerSlider/tl.png') 0 0 no-repeat;
    height: 7px;
    width: 7px;
    z-index: 999;
}
.corners .corners-tr
{
    right: 0px;
    position: absolute;
    top: 0px;
    background: transparent url('/assets/Images/BannerSlider/tr.png') 0 0 no-repeat;
    height: 7px;
    width: 7px;
    z-index: 999;
}
.corners .corners-bl
{
    left: 0px;
    position: absolute;
    bottom: 0px;
    background: transparent url('/assets/Images/BannerSlider/bl.png') 0 0 no-repeat;
    height: 7px;
    width: 7px;
    z-index: 999;
}
.corners .corners-br
{
    right: 0px;
    position: absolute;
    bottom: 0px;
    background: transparent url('/assets/Images/BannerSlider/br.png') 0 0 no-repeat;
    height: 7px;
    width: 7px;
    z-index: 999;
}
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	/*width:100%;
	height:auto;*/
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	/*bottom:0px;*/
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	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:0;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 16px 0px 0px 0px;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.mod-bannerslider .nivoSlider {
	position:relative;
	background:#fff url(/assets/images/bannerslider/loading.gif) no-repeat 50% 50%;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.mod-bannerslider .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.mod-bannerslider .nivoSlider a {
	border:0;
	display:block;
}

.mod-bannerslider .nivo-controlNav {
	text-align: center;
}
.mod-bannerslider .nivo-controlNav a {
	display:inline-block;
	width:14px;
	height:14px;
	/*background:url(/assets/images/bannerslider/bullets.png) no-repeat;*/
	background:url(/assets/images/sprites/spritesheet-flow.png) no-repeat 0 -309px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.mod-bannerslider .nivo-controlNav a.active {
	/*background-position:0 -22px;*/
	background-position:0 -295px;
}

.mod-bannerslider .nivo-directionNav a {
	display:block;
	width:45px;
	height:35px;
	background:#FFF url(/assets/images/sprite-light-flow.png) no-repeat 0 -392px;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.mod-bannerslider:hover .nivo-directionNav a { opacity: 1; }
.mod-bannerslider a.nivo-nextNav {
	background-position:0px -497px;
	right:15px;
	background-color:#333333;
}
.cms-col668 .offerLeft .mod-bannerslider a.nivo-nextNav, .cms-col668 .offerLeft .mod-nivoslider a.nivo-nextNav,
    .cms-col668 .offerRight .mod-bannerslider a.nivo-nextNav, .cms-col668 .offerRight .mod-nivoslider a.nivo-nextNav
{
    left:265px;
}
.mod-bannerslider a.nivo-prevNav {
	left:15px;
}

.mod-bannerslider .nivo-caption {
    font-family: bliss;
    font-size:15px;
    padding-top:5px;
}
.mod-bannerslider .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.mod-bannerslider .nivo-caption a:hover {
    color:#fff;
}

.mod-bannerslider .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.mod-bannerslider .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.mod-bannerslider .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}