/*Default CSS for pan containers*/
html,body{
	margin: 0px;
}

iframe{
	position:absolute;
	top:5px;
	left:40px;
}

.pancontainer{
margin:0px;
position:relative; /*keep this intact*/
overflow:hidden; /*keep this intact*/
border:0px;
height: 140px;
}
