@charset "utf-8";
/*
 * @Author oppla
 * @Email:270396243@qq.com
 * @Date:2013-10-23
 */

#homePlay{
	position:relative;
	background-color: #fff;
}
#homePlay,#homePlay ul,#homePlay ul li{height:378px;overflow:hidden;width:1002px; background:#fff;}
#homePlay ol{ position: absolute;bottom:0px;right:0px;}
#homePlay ol li{ float:left; background:#bec2c5;padding:2px 7px;cursor:pointer;}
#homePlay ol li.current{background:#474b4d;}