.moduletable { width:435px; }
#container {
	width: 435px;
	margin:0px;
	float:left;
}

.wrap {
	float: none;
	width: 435px;
}

.main {
	width:435px;
	height:120px;
	float:left;
}

.SimpleSlide {
	width: 435px;
	height:120px;
	overflow: hidden;
}

.SimpleSlide div {
	width: 630px;
}

.SimpleSlide div div {
	height:120px;
	overflow: hidden;
	float: left;
}

.dotBtn,
.dotBtn a:link,
.dotBtn a:active,
.dotBtn a:visited
{
	height:15px;
	width:19px;
	display:block;
	text-indent:7px;
	background:url(../images/dots.jpg);
	color:#4c4c4c;
	font: normal 11px Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
	text-decoration:none;
	border:0px;
	outline:none;
}

.dotBtn a:hover,
.dotBtn:hover{
	background-position:0px -15px;
	color:#fff;
}