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

a {
	text-decoration: none;
}
img {
	border: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#activity_banner {
	position: relative;
    width: 745px;
    height: 172px;
    overflow: hidden;
}
#activity_banner ul.list {
	position: absolute;
    width: 9999px;
    height: 100%;
}
#activity_banner ul.list li {
	float: left;
	width: 745px;
	height: 100%;
}
#activity_banner .list img {
	width: 745px;
	height: 172px;
}
#activity_banner ul.playerControl {
	position: absolute;
	bottom: 14px;
	right: 10px;
	height: 10px;
}
#activity_banner ul.playerControl li {
	float: left;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 0px 2.5px;
	background: url(../images/dot_activity_banner.png) no-repeat 0 0;
}
#activity_banner ul.playerControl li.current {
	background-position: -10px 0;
}
.bottom_bg_a1 { width:216px; min-height:50px; margin:20px 0px; padding:10px 10px 10px 10px; background-color:#EA5514; border-radius: 10px; text-align:center; color:#FFF; font-size:20px; font-weight:bold; float:left;}
.bottom_bg_b1 { width:130px; min-height:50px; margin:0px 0px 0px 45px; padding:10px 10px 10px 10px; background-color:#036EB8; border-radius: 10px; text-align:center; color:#FFF; font-size:16px; font-weight:bold;  float:left;}
.bottom_bg_c1 { width:422px; padding:5px 5px 5px 5px; border: #FFF 5px double; background-color:#A48B78; border-radius: 10px;  float:left;}
.bottom_bg_d1 { width:95%; padding:5px 5px 5px 5px; background-color:#FFF; float:left;}
.bottom_font_d1 { color:#A48B78; font-size:20px; font-weight:bold;}
.bottom_font_d2 { color: #333; font-size:16px;}
.bottom_font_d2 a{ color: #00F; text-decoration:blink;}