/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * 2010
 */
 

.sliderBackground600x316 {
	/*background-image: url(images/UM_sliderBackground_600x316.gif);*/
	/*background-position: top;*/
	/*background-repeat: no-repeat;*/
	height: 315px;
	width: 600px;
	border-top: 0px solid #fff;
	padding-top: 1px;
	background-color: #7b9a70;
        overflow: hidden;
}

.sliderBackground680x316 {
	/*background-image: url(images/UM_sliderBackground_600x316.gif);*/
	/*background-position: top;*/
	/*background-repeat: no-repeat;*/
	height: 315px;
	width: 680px;
	border-top: 0px solid #fff;
	padding-top: 1px;
	background-color: #7b9a70;
        overflow: hidden;
}


 #slideTitle
 { 
	border: 0px solid #ff0000; 
	position: absolute; 
        /*float: left; */
	margin: 24px 0 0 15px; 
	padding: 10px 5px; 
	z-index: 800; 
	text-align: left; 
	overflow: visible;
	color: #d7ddba; 
	font-size: 22px;
       font-family: Arial, sans-serif; 
	font-weight: normal; 
        /*letter-spacing: -0.5px;*/
	}

#slideTitle2 { 
	border: 0px solid #ff0000; 
	position: absolute; 
        /*float: left; */
	margin: 3px 0 0 15px;
*margin: 4px 0 0 15px; /* Style for IE */ 
	padding: 3px 5px; 
	z-index: 800; 
	text-align: left; 
	overflow: visible;
	color: #d7ddba; 
	font-size: 22px;
        font-family: Arial, sans-serif;
	font-weight: normal;
	}

.title_line1 
{ 
float: left;        
clear: right;
line-height: 22px;
letter-spacing: -0.5px;
}

.title_line2 
{ 
float: left;
clear: left; 
color: #bdcfa3;
line-height: 22px;
margin-left: 40px;
letter-spacing: -0.5px;
}

.carrots
{
   color: #d7ddba; 
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	margin-top: 59px;
*position:absolute !important;
        /*overflow: hidden;*/
}

#slider {
	margin-top: 59px;
       /* overflow: hidden;*/
}


.nivoSlider img {
	position:absolute; /*absolute*/
	top:0px;
	left:0px;
}


/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;

}
/* Caption styles 600x316 */
.nivo-caption600x316 {
	position:absolute;
	left:0px;
	top:-26px; /*-30px*/
	background: none;
	color:#efefc3;
	opacity:1.0; /* Overridden by captionOpacity setting */
	z-index:89;
	width: 600px;
	text-align: right;	
}

.nivo-caption600x316 p {
	padding:5px;
	margin:0;
}
.nivo-caption600x316 a {
	display:inline !important; 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d7ddba; 
	text-decoration: none;
	margin-right: 7px;
	outline: none;
	text-shadow: none;
}

.nivo-caption600x316 a:hover { text-decoration: none; }

/* Caption styles 680x316 */
.nivo-caption680x316 {
	position:absolute;
	left:0px;
	top:-26px;
	background: none;
	color:#efefc3;
	opacity:1.0; /* Overridden by captionOpacity setting */
	z-index:89;
	width: 680px;
	text-align: right;	
}

.nivo-caption680x316 p {
	padding:5px;
	margin:0;
}
.nivo-caption680x316 a {
	display:inline !important; 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d7ddba; 
	text-decoration: none;
	margin-right: 7px;
	outline: none;
	text-shadow: none;
}

.nivo-caption680x316 a:hover { text-decoration: none; }

.nivo-html-caption {
    display:none;
	
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
/* nav 600x316 */
.nivo-controlNavBackground600x316 {
	position: absolute;
	margin-top: 235px; /*295*/
	height: 21px;
	width: 600px;
	background-color: #7b9a70;
	z-index:199;
	filter:alpha(opacity=70);-moz-opacity:0.7;opacity:.7;
}
.nivo-controlNav600x316 {
	position: absolute;
	margin-top: 238px;
	padding: 3px 0px 0px 0px;
	height: 21px;
	width: 600px;
	z-index:299;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px; /*0.7em*/
	color: #fbe7a9;
}

/*.nivo-controlNav600x316:before {content: "Gallery: ";}*/

.nivo-controlNav600x316 a {
position: relative;
	padding: 1px 4px;
	margin: 10px 6px 0px 0;
	text-align: center;
	height: 13px;
z-index: 999 !important;
	cursor:pointer;
}

.nivo-controlNav600x316 a:hover {
 text-decoration: none;
z-index: 999 !important;
position: relative;
}
.nivo-controlNav600x316 a.active {
	color: #fbe7a9;
	font-weight:bold;
	background-color: #da6d32;
z-index: 999 !important;
position: relative;
	width: 20px;
}
/*************************/
/*     nav 680x316     */
/************************/
.nivo-controlNavBackground680x316 {
	position: absolute;
	margin-top: 235px; /*295*/
	height: 21px;
	width: 680px;
	background-color: #7b9a70;
	z-index: 199;
	filter:alpha(opacity=70);-moz-opacity:0.7;opacity:.7;
}
.nivo-controlNav680x316 {
	position: absolute; /*absolute*/
/*position: relative !important;*/
	margin-top: 238px;
	padding: 3px 0px 0px 0px;
	height: 21px;
	width: 680px;
	z-index: 299 !important;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color: #fbe7a9;
}

/*.nivo-controlNav680x316:before {content: "Gallery: ";}*/

/*div.nivo-controlNav680x316>a.nivo-control {content: "Gallery: ";}*/

/*.gallery { float: right; display: inline; position: relative;}*/

.nivo-controlNav680x316 a {
position: relative;
	padding: 1px 4px;
	margin: 10px 6px 0px 0;
	text-align: center;
	height: 13px;
	z-index: 999 !important;
	cursor:pointer;

}
.nivo-controlNav680x316 a:hover {
 text-decoration: none;
z-index: 999 !important;
position: relative;
}
.nivo-controlNav680x316 a.active {
	color: #fbe7a9;
	font-weight:bold;
	background-color: #da6d32;
z-index: 999 !important;
position: relative;
	width: 20px;
}


