/* CSS Document */

			
    /* image replacement */
       
    /* // image replacement */

/* Easy Slider */

	#slider{
		position:absolute;
		right:90px;
		top:-65px;
		width:581px;
		height:435px;
	}	
	#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:581px;
		height:435px;
		overflow:hidden; 
		}	
	#prevBtn{ 
		position:absolute;
		top:150px;
		left:30px;
		width:59px;
		height:78px;
	}
	
	#nextBtn{
		position:absolute;
		top:145px;
		right:0px;
		width:59px;
		height:78px;
	}
															
	#prevBtn a{  
		background: url(../images/arrow_left.png) no-repeat;
		width:59px;
		height:78px;
		display:block;
		text-indent:-9000px;
		cursor:pointer !important;
	}	
	
	#prevBtn a:hover{  
		background:url(../images/arrow_left.png) no-repeat;
	}	
	
	#nextBtn a{ 
		background:url(../images/arrow_right.png) no-repeat;
		width:59px;
		height:78px;
		display:block;
		text-indent:-9000px;
		cursor:pointer !important;
	}	
	
	#nextBtn a:hover{
		background:url(../images/arrow_right.png) no-repeat; 
	}												

/* // Easy Slider */


