/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		overflow:hidden; 
		width:620px;
		height:212px;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:30px;
		position:absolute;
		left:0;
		top:0;
		z-index:100;
		font-size:0;
		}	
	#nextBtn, #slider1next{ 
		left:590px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:30px;
		background:url(../images/prev_btn.png) no-repeat 0 0;
		behavior:url(images/iepngfix.htc);	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/next_btn.png) no-repeat 0 0;	
		behavior:url(images/iepngfix.htc);
		}	


/* Panel padding */
	.panel-wrapper {
		width:620px;
		height:212px;
		overflow:hidden;
		position:relative;
	}

	/*--------------------------------------------------------*/
	
	
	.panel-banner {
		width:620px;
		height:212px;
		position:relative;
		z-index:1;
	}
	
	.panel-info {
		background:url(../images/overlay.png) no-repeat 0 0;
		behavior:url(images/iepngfix.htc);
		width:620px;
		height:41px;
		display:block;
		position:absolute;
		z-index:2;
		left:0;
		top:171px;
		color:#ffffff;
		
	}
	
	.panel-logo {
		width:100px;
		float:left;
		margin:0 12px 0 0;
	}
	
	.panel-info p {
		width:418px;
		height:31px;
		float:left;
		font-size:16px;
		padding:10px 0 0 0;
	}
	
	.panel-btn {
		float:right;
		margin:17px 10px 0 0;
	}
	
	.panel-btn a {
		background:url(../images/arrow.png) no-repeat 100% 30%;
		behavior:url(images/iepngfix.htc);
		padding:0 11px 0 0;
		display:block;
		color:#ffffff;
		text-transform:uppercase;
		line-height:10px;
		font-size:9px;
	}
	
	.panel-btn a:hover {
		color:#e2e69a;
		text-decoration:none;
	}	