/*
.Products .Products_title_name {
	
	color: red;
}
*/


.fullSlide { width: 128%; }

.fullSlide .bd .tempWrap{ width:100% !important }/* 用!important强制设置即可 */

.fullSlide .hd {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
}


.fullSlide .prev,
.fullSlide .next{ 
    position:absolute; 
	left:3%; 
	top:87%;  
	display:block; 
	width:50px; 
	height:120px;
	background:url(../images/icon_IndexBanner.png) no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
	border-radius: 20px;
}
.fullSlide .prev{ width:50px; height:120px;}
.fullSlide .next{ left:auto; right:3%; background-position:-50px 0px; }
.fullSlide .prev:hover,
.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1; }
.fullSlide .prevStop{ display:none;  }
.fullSlide .nextStop{ display:none;  }






