 
/* Slider styles */
.nivoSlider { width:500px; height:300px;position:relative;background:#F5F5F5 url('onload.gif') no-repeat center center;}
.nivoSlider img { position:absolute; top:0px; left:0px;}
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none;}
.nivo-slice { display:block; position:absolute; z-index:5; height:100%;}
.nivo-box { display:block; position:absolute; z-index:5;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav{width:480px;padding:0 10px; position:absolute; z-index:100;top:130px;}
.nivo-directionNav a { width:30px; height:30px; background:url('arrows.png') no-repeat; _background:url('arrows2.png') no-repeat; display:block; cursor:pointer }
a.nivo-nextNav { background-position:-30px 0; float: right}
a.nivo-prevNav { float:left}


.sliderOl{position:absolute;left:0; bottom:0px; width:410px;height:40px; padding:0 85px 0 5px;}
.sliderOl ol{ }
.sliderOl li { display:none}

.nivo-caption {position:absolute;z-index:101; left:0px;width:490px;height:25px;padding:0 5px; bottom:0;
	background:url('resitm50.png');_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/i/tm50.png',sizingMethod='scale');}
.nivo-caption p {height:20px;width:380px; overflow:hidden;}
.nivo-caption p span{display: block;padding-left:3px;padding-top:5px; text-indent:2em;width:120px; color:#666; font:12px/18px Verdana, Geneva, sans-serif;height:144px; overflow:hidden}
.nivo-caption a { font:bold 12px/20px 'Microsoft Yahei'; text-decoration:none; color:#FFF}
.nivo-caption a:hover{} 
.nivo-caption a:visited{}
.nivo-html-caption {  display:none;}



/* Control nav*/
.nivo-controlNav { position:absolute; right:5px; bottom:3px; z-index:130; width:110px;height:19px; }
.nivo-controlNav a {display:block; width:20px; height:20px; float:left;background: #000; cursor:pointer;margin-left:2px;_margin-left:1px; text-align:center;
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;}
.nivo-controlNav a.active {background: #FF3300;}
.nivo-controlNav a tt{font: 12px/19px 'Microsoft Yahei'; color:#CCC}
.nivo-controlNav a.active tt{ color:#FFF; font-size:14px;font-weight:bold}

