
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		position:relative;
		margin-bottom:1em;
		}	
		
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#000;
		}				

#content {margin: 0 auto;}

/* Easy Slider */

#content {width: 100%; position: relative;}
#slider {width: 910px; margin-left: 30px; }

#slider li {
	width: 910px;
	text-align: center;
}

#slider li#nrc img {margin-top: 20px;}

#slider li#oric img {margin-top: 10px;}

#slider li#trl img, #slider li#ngen img, #slider li#wavefront img {}

#slider li img {
	margin: 0 auto;
	display: block;
}

#prevBtn a, #nextBtn a {
	width:34px;
	height:77px;
	position: absolute;
	top: 30px;
	display: block;
}

#prevBtn a {background: url(../images/prevarrow.png) no-repeat 0 0; left: 0;}

#nextBtn a {background: url(../images/nextarrow.png) no-repeat 0 0; left: 940px;}
