  /* image replacement */
        .graphic, #prevBtn, #nextBtn, #prevBtnOS, #nextBtnOS{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:335px;	
		height:310px;
		overflow:hidden;
		margin-bottom:2em;
		top:10px;
		left:0px;
		}	
	#header2{
		height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider_twitter{
		position:relative;
		margin:0px;
		left:35px;
		width:780px;
		height:80px;
		overflow:hidden;
	}	
	#slider ul, #slider li, #slider_twitter ul, #slider_twitter 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:325px;
		height:320px;
		overflow:hidden; 
		text-align:center;
		}		
	#slider_twitter li{ 
		position:relative;
		padding-bottom:3px;
		padding-top:3px;
		margin:0px;
		list-style-type:none;
		width:790px;
		height:77px;
		float:left;
	}
	 
	#prevBtn, #nextBtn{ 
		display:block;
		width:35px;
		height:77px;
		position:absolute;
		left:2px;
		top:140px;
		}	
	#nextBtn{ 
		left:287px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:40px;
		height:77px;
		background:url("slider_dev/narrow_left_normal.png") no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url("slider_dev/narrow_right_normal.png") no-repeat 0 0;		
		}	
		
	#prevBtnOS, #nextBtnOS{ 
		display:block;
		width:35px;
		height:40px;
		position:absolute;
		margin-left:-5px;
		margin-top:-48px;
		float:left;
		}	
	#nextBtnOS{ 
		margin-left:845px;
		margin-top:-48px;
		}														
	#prevBtnOS a, #nextBtnOS a{  
		display:block;
		width:40px;
		height:40px;
		background:url("slider_dev/narrow_left_normal.png") no-repeat 0 0;	
		}	
	#nextBtnOS a{ 
		background:url("slider_dev/narrow_right_normal.png") no-repeat 0 0;		
		}			
	#none { 
		width:1px;
		height:1px;
		background-color:#F0EDED;
		}				
