﻿/*
柯乐义 2013 http://keleyi.com 
*/
.box-keleyi-com,.box-keleyi-com *{ padding: 0; margin: 0; }
.box-keleyi-com li { list-style: none; }
.box-keleyi-com img { border: none; }
.box-keleyi-com { width: 1000px; height: 250px; overflow: hidden; position: relative; margin:0px; background: #ccc; }
.box-keleyi-com ol { position: absolute; right: 20px; bottom: 5px; z-index: 2; }
.box-keleyi-com ol li { float: left; margin-right: 3px; display: inline; cursor: pointer; background: #fcf2cf; border: 1px solid #f47500; padding: 2px 6px; color: #d94b01; font-family: arial; font-size: 12px; }
.box-keleyi-com .active { padding: 3px 8px; font-weight: bold; color: #ffffff; background: #ffb442; position: relative; bottom: 2px; }
.box-keleyi-com ul { position: absolute; top: 0; left: 0; z-index: 1; overflow:hidden; }
.box-keleyi-com ul li { width: 1000px; height: 250px; float: left; }
.box-keleyi-com ul img { float: left; width: 1000px; height: 250px; }
/* 此部分位切换的左右键
.box-keleyi-com p { width: 20px; height: 20px; line-height: 20px; font-family: arial; color: #fff; text-align: center; font-weight: bold; background: #333; border: 1px solid #ccc; position: absolute; top: 160px; z-index: 2; cursor: pointer; }
.box-keleyi-com .prev { left: 10px; }
.box-keleyi-com .next { right: 10px; }
*/