﻿/*
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
*/

	.theme-default .nivoSlider {
	position:relative;
	background: url(loading.gif) no-repeat 50% 50%;
	margin-bottom:0em;
	width:1em;
	height: 1em;
	}
	
	.theme-default .nivoSlider img {
	border:0;
	position:absolute;
	top:0em;
	left:0em;
	display:none;
	width:41.75em;
	height: 14.563em;
	}

	.theme-default .nivoSlider a {
	border:0;
	display:block;
	}

	.theme-default .nivo-controlNav {
	text-align: center;
	width:20.75em;
	margin-top:13.063em;
	padding: 0;
	right: 0;
	position: absolute;

	}
	.theme-default .nivo-controlNav a {
	display:inline-block;
	width:2.313em;
	height:1.5em;
	background:url(bullets.png) no-repeat;
	background-position:0em 0em;
	text-indent:-624.938em;
	}
	
	.theme-default .nivo-controlNav a.active {
	width:2.313em;
	height:1.5em;
	background-position:0em -1.5em;
	}

	.theme-default .nivo-directionNav a {
	display:block;
	width:1.875em;
	height:1.875em;
	background:url(arrows.png) no-repeat;
	text-indent:-624.938em;
	border:0;
	opacity: 0;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	}

	.theme-default:hover .nivo-directionNav a { 
	opacity: 1; }
	
	.theme-default a.nivo-nextNav {
	background-position:-1.875em 0em;
	
	}
	.theme-default a.nivo-prevNav {
	left:0em;
	}

	.theme-default .nivo-caption {
	font-family:'OpenSans-Regular', Ubuntu-Regular, Arial;
	}
	
	.theme-default .nivo-caption a {
	color:#f6f6f6;	
	}

	.theme-default .nivo-caption a:hover {
	color:##f6f6f6;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	}
	
	.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 0.313em;
	}
	
	.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 7.313em;
	height: auto;
	}