/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* CAPTION STYLES
----------------------------------------------------------------------------------------------------*/

.nivo-caption {
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position:absolute;
	top: 0;
	width: 100%;
	z-index:8;
}
.nivo-caption a { display:inline !important; }
.nivo-html-caption { display:none; }

/* BOX AND COLOR */
.caption-light, .caption-dark  {
	height: 88px;
	overflow: hidden;
	padding-top: 10px;
	position: absolute;
	width: 250px;
}
.caption-light { color: white; }
.caption-dark  { color: #222222; }
.caption-light .line1, .caption-light .line2 { text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.caption-dark .line1,  .caption-dark .line2  { text-shadow: 2px 2px 4px rgba(255,255,255,0.5); }
.caption-light p, .caption-light p { text-shadow: 2px 2px 2px rgba(0,0,0,0.7); }
.caption-dark p,  .caption-dark p  { text-shadow: 2px 2px 4px rgba(255,255,255,0.5); }


/* TEXT STYLES */
.nivo-caption .line1, .nivo-caption .line2 {
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 27px;
	text-transform: uppercase;
}
.nivo-caption .line1 { font-weight: 100; }
.nivo-caption .line2 { font-weight: bold; }

.nivo-caption p {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	
}


/* CUSTOM STYLES
----------------------------------------------------------------------------------------------------*/

.theme-imosmall { margin:20px 0 0 0; }

.theme-imosmall .nivoSlider {
	position:relative;
	background:#fff url('../images/nivo-slider/loading.gif') no-repeat 50% 50%;
}
.theme-imosmall .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-imosmall .nivoSlider a {
	border:0;
	display:block;
}

.theme-imosmall .nivo-controlNav {
	padding: 20px 0;
}
.theme-imosmall .nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:15px;
	background:url('../images/nivo-slider/bullets-small.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin:0 3px;
}
.theme-imosmall .nivo-controlNav a.active {
	background-position:0 -14px;
}

.theme-imosmall .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('../images/nivo-slider/arrows.png') no-repeat;
	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-imosmall:hover .nivo-directionNav a { opacity: 1; }
.theme-imosmall a.nivo-nextNav {
	background-position:-14px 0;
	right:15px;
}
.theme-imosmall a.nivo-prevNav {
	left:15px;
}
.theme-imosmall .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-imosmall .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-imosmall .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
