
/*幻灯片效果*/
.w-550 {width:550px;}
.homebanner{
padding-top:15px;
width:640px;
height:245px;
position:relative;
margin-left:315px;
}
.homebanner .imgtitle{
overflow:hidden;
line-height:30px;
text-indent:15px;
color:#ffffff;
font-size:16px;
font-family:"黑体";
position:absolute;
bottom:0;
left:0px;
z-index:1001;
}
.homebanner .imgtitlebg{
position:absolute;
bottom:0;
left:0px;
width:640px;
height:30px;	
background-color:#000000;
z-index:1000;
filter:alpha(opacity=55); /*IE*/
-moz-opacity:0.55; /*MOZ , FF*/
opacity:0.55;/*CSS3, FF1.5*/	
}
.homebanner .imgtitle a{color:#fff;}
.homebanner .imgtitle a:hover{color:#ff0;}
.homebanner .imgs li{
position:absolute;
}
.homebanner .nums{
position:absolute;
float:right;
margin-right:10px;
bottom:-10px; 
left:218px;
}
.homebanner .nums li{
float:left;
width:20px;
height:25px;
cursor:pointer;
position:relative;
z-index:1000000;
display:inline;
}
.homebanner .nums li p{
text-align:center;
color:#fff;
font-size:12px;
background:url(images/case-flash-ico.png) no-repeat;
background-position:-50px 0px;	
padding:2px 5px;
text-indent:-9999px;
display:block;
}
.homebanner .nums li.curr{
float:left;
width:20px;
height:20px;
}
.homebanner .nums li.curr p,.homebanner .nums li p:hover{
background:url(images/case-flash-ico.png) no-repeat;
background-position:0px 0px;	
padding:2px 5px;
}/* @end 幻灯片效果 */