@charset "utf-8"; /* * To change the color scheme of slider change each * background property for each of the five styles below */ /*pager links*/ .bx-pager a { width:16px; height:16px; line-height:15px; margin-right: 2px; color: #333; font-size: 12px; display:block; float:left; background: url(pager.png) no-repeat 0px -16px; overflow:hidden; text-decoration:none; } /*pager links hover and active states*/ .bx-pager .pager-active,.bx-pager a:hover { background-position:0px 0px; color:#FFF; text-decoration:none; } /*pager wrapper*/ .bx-pager { font-family:Arial; text-align:center; font-size:12px; color:#333; position:absolute; right:12px; bottom:8px; z-index:1; }