#app_content{
	color:#069;
	text-align:center;
        width:950px;
        margin-left:4px;
        padding-bottom:30px;
}

#app_content h1{
	font-size:42px;	
	margin-top:-40px;
	margin-bottom:-10px;
}

#app_content h2{
	font-size:20px;	
}

#app_image{
	background:url(../images/background.jpg) no-repeat;
	height:605px;
	width:950px;	
}

#info{
	width:450px;
	margin:0;
	padding:0;
	position:relative;
	left:210px;
	top:0px;	
}

#info hr{
	width:400px;	
}

#info ul{
	text-align:left;
	margin-top:-5px;
	margin-left:-16px;
	margin-bottom:-10px;	
}

#android_video img{
    position:relative;
    left:-370px;
    top:-280px;
    height:100px;
    width:175px;
}

#intro_video img{
    position:relative;
    left:-50px;
    top:30px; 
    height:49px;
    width:310px;
}

#app_links{
	position:relative;
	top:115px;
}

#app_links img{
    margin-top:3px;
	margin-bottom:3px;	
}

#app_links a, #app_links a:visited{
	color:#06C;	
}

#app_links a:hover, #app_links a:active{
	color:#F90;
	text-decoration:none;
}

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

/* Easy Slider */

#slider{
	position:relative;
	top:210px;
	left:27px;
	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:159px;
	height:239px;
	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;	
	}
