/*
Description: File PantheMation.css contains all the layout data for PantheMation
Author: the AmberPanther team
web: http://www.AmberPanther.com
*/
#PantheMation{
	width:620px;
	height:620px;
	position:relative;
	}
#PM-frame{
	width:620px;
	height:620px;
	margin:0 auto;
	padding:0;
	overflow:hidden; 
	}
#PM-frame #slidewrapper {
	margin:0;
	width:620px;
	height:620px;
	overflow:hidden; /*if you want scroll bars to appear in the event of js being disabled on users machine change to overflow:auto */
	}
#PM-frame #slidewrapper img{
	padding:0;
	margin:0;
	}
#PM-frame #slidewrapper .slide {
	margin:0 auto;
	width:620px; /* if you want to be able to see the images when js is not enabled reduce this by 20 pixels to avoid horizontal scroll in accordance with overflow declaration in PM-frame #slidewrapper*/
	height:620px;
	}


