body {
		background:#FFF;
		background-image:url('../images/bggradient.png');
		background-image:url('../images/grad1.png');
		background-repeat:repeat-x;
		font:80% Helvetica, Arial, Sans-Serif;
	}
	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	a {
		color:#111;
	}
	a:visited{
		color:#111;
	}
	#container{
		text-align: center;
		display:block;
		margin:0 auto;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		width:720px;
		margin-bottom:2em;
	}	
	#content{
		margin-top:5px;
		text-align:left;
		position:relative;
		height:560px;
		width:720px;
	}
	div.caption{
		font-weight:bold;
		color:#111111;
		width:720px;
		height:20px;
		display:block;
		z-index:1001;
	}
	div#creditspanel{
		margin-left:auto;
		margin-right:auto;
		font-weight:normal;
		font-size:10pt;
		line-height:12pt;
		color:#DDD;
		position:relative;
		top:-530px;
		width:660px;
		height:480px;
		display:block;
		z-index:1000;
	}
	
	div#creditspanel a{
		color:#CCC;
	}
	
	span.citation {
		display:block;
		float:right;
		font-size:8pt;
		font-weight:normal;
	}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		bottom:0px;
		width:720px;
		height:560px;
		overflow:hidden; 
	}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:100px;
		height:100px;
		position:absolute;
		left:-100px;
		top:200px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:720px;
	}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:100px;
		height:100px;
		background:url(../images/simpleprevarrow.png) no-repeat 0 0;
	}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/simplenextarrow.png) no-repeat 0 0;
	}	
		
/* // Easy Slider */
