#featured { 
	width: 940px;
	height: 490px;
	background: #fff url('loading.gif') no-repeat center center;
	overflow: hidden; 
	border-bottom: 1px solid #685e58; 
	}
	
#featured>img,  
#featured>div,
#featured>a { display: none; }


/* CONTAINER
   ================================================== */

div.orbit-wrapper {
	width: 1px;
    height: 1px;
    position: relative;
	margin-bottom: 45px;
	 }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */



/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -21px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(right-arrow.png);
    right: -21px; }

div.slider-nav span.left {
    background: url(left-arrow.png);
    left: -21px; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -30px;
    right: 0;
	margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(bullets.jpg) no-repeat 0 0;
    width: 12px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -12px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
	
	
/*slideshow-text--------------------------------------------------------------*/

.content h1, .content h2 {
	font-family:FanwoodRegular, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	}

.content h1#slide1 {
	height: 140px;
	width: 260px;
	background:#fff url(slide1.jpg);
	padding: 143px 200px 210px 535px;	
	}
	
.content h2#slide2 {
	height: 140px;
	width: 260px;
	background:#fff url(slide2.jpg);
	padding: 214px 517px 220px 168px;	
	}
		
.content h2#slide3 {
	height: 140px;
	width: 260px;
	background:#fff url(slide3.jpg);
	padding: 143px 200px 210px 535px;	
	}

.content h2#slide4 {
	height: 140px;
	width: 260px;
	background:#fff url(slide4.jpg);
	padding: 214px 517px 220px 168px;	
	}

.content h1 span, .content h2 span {
	text-transform: uppercase;
	font-style: italic;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}

.content h1 span a, .content h2 span a  {color: #fff;}

.content h1 span a:hover, .content h2 span a:hover {color:#d94525;}