@charset "utf-8";
/* Epp Social Netowrking Slider CSS Document */

	img{border:none;}
			
    /* 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:946px;
		background:url(../grfx/bgSnsSlider.gif) repeat-x;		
		margin-bottom:0;
		
		}	
				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		float:left;
		width:946px; background:url(../grfx/bgSnsSlider.gif) repeat-x;

		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:59px;
		overflow:hidden;
		display:inline;
		
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:17px;
		height:57px;
		position:absolute;
		left:-17px;
		top:1px;
		}	
	#nextBtn{ 
		left:946px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:17px;
		height:57px;
		background:url(../grfx/buttonPrev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../grfx/buttonNext.gif) no-repeat 0 0;	
		}	
/* // Easy Slider */
.imgHolders
	{
		width:auto; height:59px; margin:atuo; z-index:30;
	}


.imgHolder
	{
		width:59px; height:59px; margin:4px 8px 0 8px; padding:0 0 0 0; float:left; 
	}







