@charset "utf-8";
/* CSS Document */

/*Default CSS for pan containers*/

.pancontainer{
	position: relative; /*keep this intact*/
	overflow: hidden; /*keep this intact*/
	width: 700px; 
	height: 480px; 
	border: 1px solid black; 
	}

