/*
Based on Nivo default theme, customised to vary navigation styles.

ORIGINAL INFO:
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

*/


/** Adds drop shadow to slider.**/

.slider-wrapper .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.slider-wrapper .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.slider-wrapper .nivoSlider a {
	border:0;
	display:block;
}

/** Direction arrow styles**/
.slider-wrapper .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	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;
}
.slider-wrapper:hover .nivo-directionNav a { opacity: 1; }
.slider-wrapper a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.slider-wrapper a.nivo-prevNav {
	left:15px;
}

/** Caption styles**/
.slider-wrapper .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.slider-wrapper .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.slider-wrapper .nivo-caption a:hover {
    color:#fff;
}

/** Fix for text wrapping **/
.slider-wrapper {
	overflow: hidden;
}


/** Define random dot navigation styles**/
.theme-random .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-random .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-random .nivo-controlNav a.active {
	background-position:0 -22px;
}

/** CUSTOM STYLES FOR GALLERY VARIATON CLASSES**/


/** Define numerical navigation styles**/

.theme-numerical .nivo-controlNav a {
	/* font size in nav defined in _typography.scss */
	color: #666;
	display:block;
	width:22px;
	height:20px;
	border:0;
	margin-left:5px;
	margin-bottom: 3px;
	padding: 0 !important;
	float:left;
	background-image: none !important;
	background-color: #FFFFFF;
	text-align: center;
	text-indent:0px;
	font-weight:bold;
	border: 1px solid #444;
	cursor:pointer;
}
.theme-numerical .nivo-controlNav a.active {
	background-color: #333;
	color: #FFFFFF;
}

/** Define simple rotator navigation styles**/

.theme-simple .nivo-controlNav  {
display: none;
}

/** Define simple rotator navigation styles**/

.theme-banner .nivoSlider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.theme-banner .nivo-controlNav  {
display: none;
}


/** Define in page simple rotator navigation styles**/

.theme-fig .nivo-controlNav, .theme-fig .nivo-directionNav {
display: none;
}










/** End custom nav styles**/






