﻿.nivoSlider 						{position:relative;}
.nivoSlider img 					{position:absolute;top:0px;left:0px;}
.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;}
.nivo-slice 						{display:block;position:absolute;z-index:5;height:100%;}
.nivo-box 							{display:block;position:absolute;z-index:5;}

/***** caption size and position */
.nivo-caption 						{position:absolute;	left:24px;	top:245px;	width:466px; height:80px;	z-index:8; vertical-align:top; 
}
.nivo-caption p						{width:466px; padding-left:0px !important;}
.nivo-caption h3					{margin-bottom:5px !important;}

/***** caption background color */
.nivo-caption 						{background:transparent;background: rgba(0,0,0,0.0); border:0px solid rgba(0,0,0,0.0); border-top:1px solid rgba(255,255,255,0.0);	border-bottom:1px solid rgba(255,255,255,0.0); border-radius: 0px;}

/***** basic caption font styles */
.nivo-caption a 					{display:inline !important;}

/***** advanced caption font styles */
.nivo-html-caption 					{display:none;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a 				{position:absolute;top:120px;z-index:9;cursor:pointer;}
.nivo-prevNav 						{left:0px;}
.nivo-nextNav 						{right:0px;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a 					{position:relative;z-index:9;cursor:pointer;}
.nivo-controlNav a.active 			{font-weight:bold;}

/* Slider background */

/***** Slider background size */
#slider-wrapper 					{width:600px;	height:300px;	margin-left:auto;	margin-right:auto;	margin-bottom:0px; position:relative; }

/***** Slider image positioning */
#slider-wrapper 					{padding-top:0px; 	margin-left:0px;}

/***** Nivo image size and positioning */
/***** IMPORTANT - NIVO JS WILL SCALE THE IMAGE IF THE IMAGE IS LARGER THAN THE WIDTH SET IN THE #slider STYLE BELOW */
#slider 							{position:relative;	margin-left:0px;}
#slider img  						{width:600px; height:300px;}

/* Slider defaults */
#slider 							{background:url('../images/loading.png') no-repeat 50% 50%;
}
#slider img 						{position:absolute;top:0px;left:0px;display:none;}
#slider a 							{border:0;display:block;}

/***** Nivo control button position */
.nivo-controlNav 					{position:absolute;	right:5px;	bottom:-60px;}

/* Nivo control button defaults*/
.nivo-controlNav a 					{border-style: none;border-color: inherit;border-width: 0;display:block;text-indent:-9999px;}

/***** Nivo control button width background spacing */
.nivo-controlNav a 					{width:20px;	height:45px;	background:url('../images/bullets.png') no-repeat;	
margin-right:3px;	float:left;
}
.nivo-controlNav a.active 			{background-position:0 -45px;}

/* Back and Next control defaults */
.nivo-directionNav a 				{border-style: none;	border-color: inherit;	border-width: 0;	text-indent:-9999px;}

/***** Back and Next control size and background */
.nivo-directionNav a 				{display:block;	width:60px;	height:70px;	background:url('../images/arrows.png') no-repeat;
}

/***** Back and Next control positioning */
a.nivo-nextNav 						{background-position:-60px 0;	right:0px;}
a.nivo-prevNav 						{left:0px;}
.clear 								{clear:both;}

.slider_readmore					{background:url('../images/slider_readmore.png') no-repeat center top; 
width:220px; height:50px; position:absolute; left:-11px; top:328px; }
.slider_readmore					{padding:21px 0px 0px 0px; text-align:left; text-indent:70px; display: none; }
/*
.slider_readmore					{visibility:hidden; display:none; }
*/

#slidercover						{position:absolute; top:0px; left:0px;  background:url('../images/slidercover.png') no-repeat left top ; 
width:600px; height:300px; z-index:5;
}

#nivo_slider {position: absolute; top: 55px; right: 30px;}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* NON FLASH SLIDER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.nivo-caption p, .nivo-caption, .nivo-caption a {
	color: #D8D3B6;
	font-size: 14px;
	font-family: inherit;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 100;
	font-style:oblique;
	padding: 0px 0px 0px 5px;

}
.nivo-caption p {
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
.nivo-caption h3 {
	color:#D8D3B6;
	font-size: 18px;
	font-family: inherit;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 100;
	padding: 5px 0px 4px 5px;
	margin: 0px;
	font-style:oblique;
}
/****** CONTINUE BUTTON */
.slider_readmore a:link, .slider_readmore a:visited, .slider_readmore a:active {
	color: #D8D3B6;
	font-size: 16px;
	font-family: inherit;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.slider_readmore a:hover {
	color: #D8D3B6;
	font-size: 16px;
	font-family: inherit;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.slider_readmore a {
	padding: 8px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
}

