/* CSS Document */
/*輪播的 CSS 們*/


/*調整高度*/
#change_img {
	padding-top: 112px;
}
#change_img #title_msg {
	background:url(../images/msg.png) no-repeat scroll 0 0;
	height: 52px;
	margin: 9px auto 0;
	width: 1024px;
}
#change_img #change_bg {
	background: url(../images/img_change/change_bg.png) no-repeat scroll 0 0;
	height: 301px;
	margin: 0 auto;
	padding: 12px;
	position: relative;
	width: 967px;
}

#change_img #img_area {
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#img_area ul.list {
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 9999px;
}
#img_area ul.list li {
	float: left;
	right: 12px;
	height: 301px;
	width: 967px;
}
#img_area .list img {
	height: 301px;
	width: 967px;
	border: 0;
}
#img_area ul.playerControl {
	background: url(../images/img_change/change_btn_bg.png) no-repeat scroll 0 0;
	height: 28px;
	margin: 0;
	padding: 0 0 0 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 165px;
}
#img_area ul.playerControl li {
	background: url(../images/img_change/change_btn.png) no-repeat scroll 0 0;
	cursor: pointer;
	float:left;
	height: 15px;
	margin-right: 8px;
	margin-top: 13px;
	width: 15px;
}
#img_area ul.playerControl li.current {
	background-position: -16px;
}
