/* Easy Slider */
	
    .slider-main-container {width:670px; z-index:0 !important; margin-top:50px;  float:left; height:302px; background:url(../images/shade.gif) left bottom no-repeat;}
    .slider-container {width:670px; float:left; position:relative; height:262px;}
	#slider {width:562px; overflow:hidden !important; margin-left:55px;  height:262px;}
	
    #slider ul, #slider li{
		margin:0px;
		padding:0;
		list-style:none;
		float:left;
		width:100%;
 height:262px;
		}
	
    
    #slider li{ 
		 height:262px;
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:562px;
		overflow:hidden !important; 
		}
    .prevnotactive {background:url(../images/slider-prev.gif) no-repeat 0 0; width:34px; height:43px; position:absolute; left:0px; top:99px;}
    .nextnotactive {background:url(../images/slider-next.gif) no-repeat 0 0; width:34px; height:43px; position:absolute; right:0px; top:99px;}    
    span#prevBtn1 a {background:url(../images/slider-prev-inactive.gif) no-repeat 0 0; width:34px; height:43px; position:absolute; left:0px; top:99px; cursor:pointer; z-index:1;}					
    span#nextBtn1 a {background:url(../images/slider-next-inactive.gif) no-repeat 0 0; width:34px; height:43px; position:absolute; right:0px; top:99px; cursor:pointer; z-index:1;}
/* // Easy Slider */
