	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:500px;
		background:#fff;		
		margin-bottom:2em;
		background:url(sliderImages/containerBkg.jpg) no-repeat 0 0;
		}	
				
	#content{
		position:relative;
		}
		

		
.sliderLink A {color:#0066af; font-family: verdana, helvetica; font-size: 13px; line-height: 16px; text-decoration:none}
.sliderLink A:visited {color:#0066af}
.sliderLink A:active {color:#0066af}
.sliderLink A:hover {color:#0066af; text-decoration:underline}

.shortDesc {color:#000000; font-family: verdana, helvetica; font-size: 10px; line-height: 12px; text-decoration:none}


/* Easy Slider */

	#slider{
	
		margin:0 auto;
		position:relative;
		left:0px;
		top:0px;
		text-align:left;
		width:500px;
		margin-bottom:0em;	
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:500px;
		height:330px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:25px;
		height:67px;
		position:absolute;
		left:0px;
		top:95px;
		}	
	#nextBtn{ 
		top:95px;
		left:475px;
		}
	#prevBtn a, #nextBtn a{  
		display:block;
		width:25px;
		height:67px;
		background:url(sliderImages/prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(sliderImages/next.png) no-repeat 0 0;	
		}												


/* // Easy Slider */


