/*
 * jQuery Nivo Slider v1.9
 * 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
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	/*position:relative;*/
	width:630px;
	height:290px;
}
.nivoSlider img {
	/*position:absolute;*/
	top:0px;
	left:0px;
	display:none;
	width:630px;
	height:290px;
	}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:630px;
	height:290px;
	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 */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	/*width:100%;*/
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* 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;}
.nivo-prevNav, .nivo-nextNav {text-decoration:none;padding:4px 10px;display:block; background-color:#e6e6e6; color:#000;}
.nivo-prevNav:hover, .nivo-nextNav:hover {display:block; background-color:#000; color:#fff;}

/* Control nav styles (e.g. 1,2,3...) */


.nivo-controlNav {position:absolute; top:10px; right:10px; z-index:200
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:-9px 0;
}



/*-------------------- 4. FEATURED AREA AND SLIDER --------------------*/


#fader{margin:0px; padding:0px; list-style:none;width:630px; height:290px; overflow:hidden; background:#fff url(../images/lightbox-ico-loading.gif) no-repeat 50% 50%;}
#fader2{margin:0px; padding:0px; list-style:none;width:630px; height:290px; overflow:hidden}
#fader li, #fader2 li{margin:0px; padding:0px}
.fader2_shadow {height:18px;background:url(../images/fader2_shadow.png) top no-repeat}
#slide_desc {position:absolute; height:90px; width:940px; top:290px;color:#000; background:none;z-index:50; overflow:hidden}

.titles {position:absolute;width:300px;height:30px; padding:10px; left:0px; overflow:hidden;background:#ffcc00 url(../images/titles_grad.jpg) repeat-x;} 
.titles h3, .proj_cat h3 {background:none; margin-bottom:0px; line-height:0.5em; font-size:18px;}
.titles h3 {text-shadow:1px 1px 0px #FFCF10; font-size:19px}

.proj_cat {position:absolute;width:145px;height:30px; padding:30px;right:0px; background:#000 url(../images/cats_grad.jpg) repeat-x; color:#ccc;}
.proj_cat h3 {color:#ffcc00}
/*.for_slider {overflow:hidden; border-top:1px solid #e6e6e6;}*/
.desc {display:none}
.breadcrumbs {position:absolute; top:-35px; right:0px; font-size:10px; color:#999}
.breadcrumbs a {text-decoration:none; color:#999}
.breadcrumbs a:hover {text-decoration:underline; color:#666}


