/*
  *	written by Nikesh Kumar
 *  under guidelines of Pixel Webtech Employee	
 *	http://www.pixelwebtech.com/
 *
 *	Copyright (c) 2011 Pixel Webtech (http://www.pixelwebtech.com)
 */
	
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:100%;
	background:#fff;		
	   }	
	
/* Easy Slider */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{
	width:1024px;
	/*height:336px;*/
	}
	
#img-slide
{
	height:336px;
	overflow:hidden;
	margin:0 auto;
	width:100%;
	
}
#prevBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:0px;
	top:90px;
	}	
	
	#nextBtn{ 
	display:block;
	width:38px;
	height:77px;
	position:absolute;
	top:90px;
	right:1px;
	}	
														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.png) no-repeat 0 0;
	width:36px;	
	}			