/*
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.1
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.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 {
	position:absolute;
	right:0;
	bottom:-20px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:9px;
	height:8px;
	background:url(sprite.png) no-repeat scroll -27px -89px;
	text-indent:-9999px;
	border:0;
	margin-left:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:-27px -97px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.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 {
	width: 450px;
	position: absolute;
	bottom: 20px; left: 30px;
	background: transparent;
}
.theme-default .nivo-caption a {
	color: #fff;
	font-size: 48px;
	line-height: 52px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
}
.theme-default .nivo-caption strong {
	font-size: 14px;
	line-height: 18px;
	position: relative;
	display: block;
}
.theme-default .nivo-caption strong em {
	width: 16px;
	height: 16px;
	margin: 1px 0 0 5px;
	display: inline-block;
	position: absolute;
	background: url(white-circle-blue-arrow.png) no-repeat scroll right center transparent;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
    text-decoration: none;
}

.theme-default.controlnav-thumbs {
	margin-bottom: 100px; /* Tweak this depending on thumbnail size */
}
.theme-default.controlnav-thumbs .nivo-controlNav {
	bottom: -70px; /* Tweak this depending on slider height */
	left: 0;
	margin-left: 0;
	width: 100%;
}
.theme-default.controlnav-thumbs .nivo-controlNav a {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	margin: 0 6px 6px 0;
}
.theme-default.controlnav-thumbs .nivo-controlNav img {
	position: relative;
	display: block;
}