/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider, .theme-product .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}

.theme-default .nivoSlider img {
	position:absolute;
	width: 940px;
	height: 326px;
	top:0px;
	left:0px;
	display:none;
	z-index: 299;
}
.theme-product .nivoSlider img {
	position:absolute;
	width: 940px;
	height: 250px;
	top:0px;
	left:0px;
	display:none;
}

.theme-menuLeft .nivoSlider img {
	position:absolute;
	width: 200px;
	height: 120px;
	top:0px;
	left:0px;
	display:none;
	z-index: 119;
}
.theme-default .nivoSlider a, .theme-product .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav, .theme-product .nivo-controlNav {
	 position:absolute;
	left:50%;
	bottom:10px;
	margin-left:-20px;/*Tweak this to center bullets */
	
	
}

.theme-menuLeft .nivo-controlNav {
	 position:absolute;
	left:50%;
	bottom:40px;
	margin-left:-20px;/*Tweak this to center bullets */
	color:0;
	
	
}
.theme-menuLeft .nivo-controlNav a {
	display:none;
}
.theme-default .nivo-controlNav a, .theme-product .nivo-controlNav a {
	display: inline-block;
	cursor:pointer;
	background: #014487;
	width: 10px;
	height: 10px;
	text-indent: -9000px;
	margin-right: 5px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #f1f1f1;
	border-top: 2px solid #ffffff;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}
.theme-default .nivo-controlNav a.active, .theme-product .nivo-controlNav a.active {
	background-position: -14px 0;
	background: #e09402;
}

.theme-default .nivo-directionNav a, .theme-product .nivo-directionNav a {
	display:block;
	width:38px;
	height:46px;
	text-indent:-9999px;
	border:0;
}
.theme-menuLeft .nivo-directionNav a{
	display:inline;
	text-indent:-9999px;
	border:none;
}
.theme-default a.nivo-nextNav, .theme-product a.nivo-nextNav {
	background-position:-38px 0;
	right:-50px;
}
.theme-default a.nivo-prevNav {
	left:-50px;
}

.theme-default .nivo-caption {
    font-family: whaleFont;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.theme-default .ribbon {
	background:url(../images/ribbon.png) no-repeat;
	width:111px;
	height:111px;
	position:absolute;
	margin:-10px 0 0 -9px;
	z-index:300;
}
.theme-default .ribbonTH {
	background:url(../images/ribbon_th.png) no-repeat;
	width:111px;
	height:111px;
	position:absolute;
	margin:-10px 0 0 -9px;
	z-index:300;
}

/*
 * jQuery Nivo Slider v2.7
 * 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;
	display: none;
	padding: 10px;
	right:0px;
	bottom:40px;
	color:#FFF;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
}
.nivo-caption h2 {
	color: #fff;
	margin: 0; 
	padding: 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;
}




