/*
 * 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
 */
 /*=================================*/
/* Redeveloped by Cloudscape Creative Solutions - http://cloudscapecreative.com
/* March 2012
/* /*=================================*/

.theme-default #slider {
	margin-top: -20px;
	width: 760px;
	margin-bottom: 30px;
}

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

.theme-default .nivo-controlNav {
    bottom: -15px;
    position: absolute;
    right: 0;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	/*	background:url(bullets.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
	margin-left:2px;
	float:left;
	background-color: #F90;
}
.theme-default .nivo-controlNav a.active {
	/*	background-position:0 -22px;*/
	background-color: #C60;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows-dark.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
		visibility: hidden;
		height: 0;
	width: 0;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
		visibility: hidden;
		height: 0;
	width: 0;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
		visibility: hidden;
		height: 0;
	width: 0;
}

