/*
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-metro {
	position: relative;
	width:650px;
	height:300px;
	top: 0;
	left: 50%;
	margin-left: -325px;
	margin-bottom:30px;
}

.theme-metro figure {
	background: #FFF url("../images/nivo/loading.png") no-repeat 50% 50%;
	border: 0;
	margin: 0;
	position: relative;
	width: 650px;
}

	.theme-metro figure a {
		border: 0;
		display: block;
	}

	.theme-metro figure img {
		display: none;
		left: 0px;
		position: absolute;
		top: 0px;
	}
	
.theme-metro .nivo-controlNav {
	bottom: -10px;
	display: none;
	height: 5px;
	left: 0;
	padding: 0;
	position: absolute;
}

	.theme-metro .nivo-controlNav a {
		background: #6F6F6F;
		border: 0;
		display: block;
		float: left;
		height: 5px;
		margin: 0 5px 0 0;
		padding: 0;
		text-indent: -9999px;
		width: 20px;
	}
	
	.theme-metro .nivo-controlNav a.active {
		background: #2075BC;
	}

.theme-metro .nivo-directionNav {
	display: none;
}

	.theme-metro .nivo-directionNav a {
		background: url(../images/nivo/arrows.png) top left no-repeat;
		border: 0;
		display: block;
		height: 39px;
		margin-top: -20px;
		opacity: 0.35;
		text-indent: -9999px;
		top: 50%;
		width: 69px;
		/* css3 */
		-webkit-transition: opacity 0.05s;
		-moz-transition: opacity 0.05s;
		-ms-transition: opacity 0.05s;
		-o-transition: opacity 0.05s;
		transition: opacity 0.05s;
	}
	
	.theme-metro .nivo-directionNav a.nivo-nextNav {
		background-position: -69px 0;
		right: 0px;
	}

	.theme-metro .nivo-directionNav a.nivo-prevNav {
		left: 0px;
	}
	
		.theme-metro .nivo-directionNav a:hover {
			opacity: 0.9;
		}
		
		
.theme-metro .nivo-caption {
	width:100%;
	height:auto;
	margin-top:360px;
	padding-bottom:25px;
	z-index:997;
	position:absolute;
	background:url(../images/caption-back.png);
}

	.theme-metro .nivo-caption a {
	    color: #FFF;
	}

		.theme-metro .nivo-caption a:hover {
		    color: #FFF;
		}

		.theme-metro .nivo-caption big {
			font-size: 59px;
		}
		
		.theme-metro .nivo-caption h1 {
			color: #FFF;
		    font-family:Arial, sans-serif;
			font-size: 24px;
			font-weight: bold;
			line-height: 20px;
			margin-top:14px;
			margin-bottom:20px;
		}

		.theme-metro .nivo-caption p {
			color: #FFF;
		    font-family:Arial, sans-serif;
			font-size: 14px;
			font-weight: bold;
			line-height: 22px;
			margin-top:5px;
			margin-bottom:14px;
			margin-left:-4px;
		}
		
		.theme-metro .nivo-caption a.button {
				color: #FFF !important;
				display: inline-block;
				font-family: Arial, sans-serif;
				font-size:14px;
				padding: 7px 15px 7px 15px;
				margin-right:10px;
				text-decoration: none;
				width: auto;
				margin-top:20px;
				/* css3 */
				background: #e50001; /* Old browsers */
				background: -moz-linear-gradient(top,  #ec4748 0%, #e50001 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec4748), color-stop(100%,#e50001)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ec4748 0%,#e50001 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ec4748 0%,#e50001 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ec4748 0%,#e50001 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ec4748 0%,#e50001 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4748', endColorstr='#e50001',GradientType=0 ); /* IE6-9 */
				border-radius: 5px;
				box-shadow:none;
		}
		
		.theme-metro .nivo-caption a.button:hover {
				color: #e50001 !important;
				display: inline-block;
				font-family: Arial, sans-serif;
				font-size:14px;
				padding: 7px 15px 7px 15px;
				margin-right:10px;
				text-decoration: none;
				width: auto;
				margin-top:20px;
				/* css3 */
				background: #CCC; /* Old browsers */
				border-radius: 5px;
		}
		
.theme-metro .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

	.theme-metro .nivo-controlNav.nivo-thumbs-enabled a {
		background: none;
		height: auto;
		margin-bottom: 5px;
		width: auto;
	}

	.theme-metro .nivo-controlNav.nivo-thumbs-enabled img {
		display: block;
		height: auto;
		width: 120px;
	}
	
.theme-metro figcaption {
	display: none;
}