/* image replacement */
	.graphic, #prevBtn, #nextBtn{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
    /* // image replacement */
	img{border:none;}		

	#sliderContainer{
		background:url(../images/appBackground.png) center top no-repeat;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		width:950px;
		height:1063px;
		}	
	#sliderheader{
		height:440px;
		background:#5DC9E1;
		color:#fff;
		}				
	#slidercontent{
		}			

/* Easy Slider */

	#slider{
		position:relative;
		top:286px;
		left:78px;
		overflow:hidden;
	}	
	#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:295px;
		height:440px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:100px;
		}	
	#nextBtn{ 
		left:700px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../panel/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../panel/btn_next.gif) no-repeat 0 0;	
		}
		
	#linkButton{
		position:relative;
		top:-60px;
		left:550px;
		width:188px;
	}
	#linkButton h1{
		margin-top:10px;
		color:#036;
		font-size:20px;
		text-align:center;
	}
	
	#tourButton{
		position:relative;
		left:-90px;
		top:210px;
	}
	
	#supportFeedback{
		position:relative;
		top:350px;
		left:378px;
		width:175px;
	}
	#supportFeedback h2{
		color:#036;
		font-size:16px;
		text-align:center;
	}
	#supportFeedback a{
		color:#036;	
	}