/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 2.0 - initial public release
DATE: 03/01/2006

--------------------------------------------------------------------------------

This file is part of MudShiftContent.

	MudShiftContent is free for anyone to use, but this header MUST be
	included, and may not be modified.

*******************************************************************************/


#imgs-frame {
	position: absolute;
	background-color: #E6E6E6;
	width: 1000px;
	height:600px;
	overflow: hidden;
}

#imgs {
	position: absolute;
	left: 0;
	border:0;
}

#controller_back {
	position: relative;
	top: 570px;
	width: 11px;
	left: 55px;
}

#controller_next {
	position: relative;
	top: 560px;
	width: 11px;
	left: 935px;
	
}

img {
	border:0px;
}
