﻿
#slider{ height:119px; margin-bottom:5px; overflow:hidden; border:#CCC 1px solid; position:relative; z-index:1;}
#sliderPic{position:absolute; left:0px; top:0px; z-index:3;}
#sliderPic li{display:block;}
#sliderPic li img{
	width:695px;
	height:119px;}
/*number 数字模式的样式*/
.number #sliderNum{position:absolute; bottom:5px; right:10px; z-index:5;}
.number #sliderNum li{display:inline-block; padding:2px 5px; margin:0 2px; background:#fcf2cf; color:red; border:#f27602 1px solid; cursor:pointer; float:left;font-family: Arial; color:#74A8ED;}
.number #sliderNum li.cur{padding:2px 5px 1px 5px; color:#000; background:#ffb442; border:#f27602 1px solid; color:#FFF; font-size:1.2em; font-weight:bold;}


/*title 模式的样式*/
.title #sliderNum{position:absolute; bottom:-1px; right:0px; z-index:5; width:100%;}
.title #sliderNum li{display:inline-block; padding:0px; margin:0px; background:#DFA92F; color:#FFFFFF;  cursor:pointer;float:left;width:174px;height:30px; line-height:30px; overflow: hidden; white-space:nowrap; text-indent:1em;}
.title #sliderNum li img{width:40px; height:40px;}
.title #sliderNum li.cur{ color:#000000; background:#FDF8EE;}

/*thumbnail 缩略图模式的样式*/
.thumbnail #sliderNum{position:absolute; bottom:2px; right:10px; z-index:5;}
.thumbnail #sliderNum li{display:inline-block; padding:0px; margin:0 5px; background:#DFA92F; color:#FFFFFF; border:1px solid #999;  cursor:pointer;float:left;width:116px;height:40px; line-height:40px; overflow: hidden; white-space:nowrap;}
.thumbnail #sliderNum li img{width:116px; height:40px;}
.thumbnail #sliderNum li.cur{ color:#000000; background:#FDF8EE;border:1px solid #DFA92F;}
