/*Default CSS for pan containers*/
.pancontainer{
position:relative; /*keep this intact*/
overflow:hidden; /*keep this intact*/
	width:650px;
height:600px;
border:1px solid black;
}
.navigation-attachment.pancontainer {width:200px;height:200px;}