@charset "utf-8";
/* CSS Document */

#right_bnner_big {
	    width: 460px;
    height: 315px;
    padding-bottom: 13px;
}
#right_bnner_big #player {
	position: relative;
	overflow: hidden;
	height: 100%;
	border: 2px #fff solid;
}
#right_bnner_big ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}
#right_bnner_big ul.list li {
	float: left;
	width: 100%;
	height: 100%;
}
#right_bnner_big .list img {
	width: 100%;
	height: 100%;
	border: 0;
}
#right_bnner_big ul.playerControl {
	margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    height: 14px;
    bottom: 5px;
    left: 45%;
}
#right_bnner_big ul.playerControl li {
	float: left;
	color: #FFF;
	text-align: center;
	width: 14px;
	height: 14px;
	font-family: Arial;
	font-size: 0px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../images/control_ico.png);
	background-repeat: no-repeat;
	background-position: -21px 0;
	line-height: 14px;
}
#right_bnner_big ul.playerControl li.current {
	color: #666666;
	font-weight: bold;
	background-position: 0 0;
}
