#main{
    width: 980px;
    margin: 0 auto;
}
#featured { 
	width: 980px;
	height: 490px;
	background: #000 url('../img/loading.gif') no-repeat center center;
	overflow: hidden; 
	}
	
#featured>img,  
#featured>div,
#featured>a { display: none; }


/* CONTAINER
   ================================================== */

div.orbit-wrapper {
	width: 1px;
    height: 1px;
    position: relative;
	 }

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%; }
/* 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(../img/right-arrow.png);
    right: 0px; }

div.slider-nav span.left {
    background: url(../img/left-arrow.png);
    left: 0px; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 10px;
    left: 450px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../img/bullets.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -10px 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 {
	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(../img/test01.png);
	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-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;}