/* Easy Slider */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	background: black;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 640px;	
	height:460px;
	overflow:hidden;
	text-align:center;
	}

.scaption{
	width:300px;
}


#prevBtn a{
	display:block;
	position: absolute;
    left:10px;
	top:150px;
	right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev.png) no-repeat 0 0;
}

#nextBtn a{ 	
	display:block;
	position: absolute;
	right:10px;
	top:150px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next.png) no-repeat 0 0;
}


#nextBtn a:hover, #prevBtn a:hover {
    background-position: -32px 0;
}

#nextBtn a:active, #prevBtn a:active {
    background-position: -64px 0;
}

/*
 	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:30px;
		top:71px;
		}	
	#nextBtn{ 
		left:400px;
		}
		
		
		
																
/*	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(/js/next-vertical.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(/js/next-vertical.png) no-repeat 0 0;	
		}
					

// Easy Slider */
