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

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;
	width: 1008px;
	height:672px;
	overflow: hidden;
}

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

#controller_back {
	position: relative;
	top: 317px;
	width: 11px;
	left: 15px;
}

#controller_next {
	position: relative;
	top: 598px;
	width: 11px;
	left: 925px;
	
}

img {
border:0px;
}


.home_slideshow {
	height: 674px;
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
}
.footer {
	height: 13px;
	width: 1008px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_text {
	float: left;
}
.footer_enter {
	float: right;
}
