*{
	margin:0;
	padding:0

}

.scroll-slider{
   width:460px;
   height:300px;
   position:relative;
   overflow:hidden;
}

/* 幻灯图片样式 */
.scroll-slider .inner{
	width:1000%;
	height:100%;
	position:absolute;
	top:0;
	left:0
}

.scroll-slider .inner IMG{
	width:460px;
	height:100%;
	float:left;
	border:0
}

/* 标题样式 */
.scroll-slider .titlebar, .scroll-slider .titlebar .title{
	width:100%;
	position:absolute;
	top:0; 
	left:0
}

.scroll-slider .titlebar{
	height:35px;
	top:-35px;
	line-height:35px
}

.scroll-slider .titlebar .maskLayer{
    height:100%; 
	background-color:#000000; 
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	-khtml-opacity: 0.6; 
	opacity: 0.6
}

.scroll-slider .titlebar .title{
	height:100%;
	text-align:center
}

.scroll-slider .titlebar .title A{
	font-family:微软雅黑, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
    color:#EDEDED	
}

.scroll-slider .titlebar .title A:HOVER{
    color:#CC2424	
}


/* 底部按钮样式 */
.scroll-slider .bottom{
	position:absolute;
	right:10px;
	bottom:10px;
	overflow:hidden;
}

.scroll-slider .bottom LI{
	width:35px; 
	height:8px; 
	float:left; 
	background-color:#000000; 
	margin-right:5px;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5
}

.scroll-slider .bottom LI:HOVER{
    background-color:#CC2424;
}

.scroll-slider .bottom LI.present{
    background-color:#B13333;
	cursor:default;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
	
}

