/*
	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
*/
#top-slider, 
#top-slider .slider-wrapper,
#top-slider .slider-wrapper .nivoSlider {
	min-height: 300px;
	max-height: 500px;
	overflow: hidden;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fafafa url(loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-default .nivo-controlNav {
	position: relative;
	bottom: 50px;
	padding: 0 0 30px 0;
	text-align: right;
	z-index: 5;
	display: none;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:17px;
	height:16px;
	text-indent:9999px;
	border: 1px solid #ffffff;
	margin: 0 2px;
	box-shadow: 0 0 2px rgba(0,0,0,0.43);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.43);
	border-radius: 1px;
	position: relative;
}
.theme-default .nivo-controlNav a.active:before {
	content: ' ';
	width: 13px;
	height: 12px;
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #fb5757;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	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;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.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: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* Custom styles
====================================================== */
.theme-default .nivo-controlNav {
	z-index: 9;
}
.theme-default .nivo-caption {
	top: 0;
	padding: 5px 0;
	bottom: auto;
	background-color: transparent;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	height: 100%;
	visibility: hidden;
}
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
	.theme-default .nivo-caption {
		display: none;
	}
}