/*===================================================
Page Sliding Style Sheet 
Author: Aryan Twanju ~ (surfaryan@gmail.com)	
website: http://www.riseofaryan.com/
Site Type: Personal Portoflio
===================================================*/

#page {
	position: relative;
	margin: 0 auto;
	width: 844px;
	height:520px;
	overflow: hidden;
	}

#canvas {
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 9;
	width: 844px;
	height:520px;
	}

#scroll {
	position: relative;
	margin: 50px auto 0 auto;
	width:844px;
	height:520px;
	overflow: hidden;
	}

.panel {
	display: inline;
	float: left;
	height:520px;
	position: relative;
	width: 844px;
	}