#application{}	
#application ul, #application li{
	margin:0;
	padding:0;
	list-style:none;
	}
#application li{ 
	width:auto;
	height: 336px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:inline;
	float: left;
	}	
#nextBtn{ 
float: right;
	}

#prevBtn, #nextBtn {
	position: relative;
	margin-left:16px;
	margin-right:16px;
	top:-200px;}
	
	
#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;	
	}	