@charset "utf-8";
/* CSS Document */

#homediv
{
	width:650px;
	float:left;
	text-align:center;
}
#homeheader
{
	width:650px;
	height:0px;
	text-align:center;
	float:left;
}
#homepiccont
{
	width:650px;
	text-align:center;
	float:left;
}
.homepic
{
	width:313px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:6px;
	float:left;
}
#homepic1
{
	height:235px;
}
#homepic2
{
	height:235px;
}
#hometxt
{
	width:628px;
	height:150px;
	margin-left:6px;
	margin-right:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	/*background-color:#CCC;*/
	padding-left:5px;
	padding-right:5px;
	float:left;
}
#rotating_container
{
	height:350px;
	width:650px;
	position:relative;
	margin:20px 0px;
}
#rotating_container .nav_arrow
{
	position:absolute;
	top:325px;
	height:25px;
	width:25px;
	font-size:30px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	background:#CCC;
	color:#FFF;
	font-weight:bold;
	z-index:99;
}
#rotating_container #left_arrow
{
	left:10px;
}
#rotating_container #right_arrow
{
	left:37px;
}
#rotating_container #banner_content
{
	position:absolute;
	top:0px;
	left:0px;
	height:325px;
	width:650px;
}


