@charset "utf-8";
/* CSS Document */
#maincontent{
	width:598px;
	height:241px;
	overflow:hidden;
	position:relative;
	background-color:#C0393F;
	float:left;

}

#innercontent{
	width:99999px;
	height:300px;
	position:relative;
	float:left;
}
	

#control{
	width:598px;
	float:left;
}


.clear{
	clear:both;
}

#innercontent .contentslide{
	width:598px;
	height:241px;
	float:left;
}



#control{
	margin:0 0 0 180px;
}

#control a{
	margin-right:5px;
	float:left;
	padding:10px;
	background-color:#777;
	color:#eee;
}

#goback{
	position:absolute;
	top:207px;
	left:0px;
	background-image:url(../images/arrowleft.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:48px;
	text-indent:-9999px;
	z-index:1000;
}
#gonext{
	position:absolute;
	top:207px;
	left:102px;
	background-image:url(../images/arrowright.png);
	background-repeat:no-repeat;
	height:35px;
	width:47px;
	text-indent:-9999px;
	z-index:1000;
}

#stopautoplay{
	position:absolute;
	top:207px;
	left:48px;
	background-image:url(../images/pause.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:27px;
	text-indent:-9999px;
	z-index:1000;
}
#resumeautoplay{
	position:absolute;
	top:207px;
	left:75px;
	background-image:url(../images/play.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:27px;
	text-indent:-9999px;
	z-index:1000;
}