#carouselWrap{
	width:510px;
	//height:180px;
	position:relative;
	overflow:hidden;
}

/* ie6*/

*html #carouselWrap{
	width:520px;
	height:180px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px
}


#carouselInner {
    width:100%;
    height:100%;
    list-style-type:none;
	position:relative;
    float:left;
}
#carouselInner li{
    float:left;
	width:100px;
	//height:180px;
	margin-left:20px;
	padding:0px;
	position:relative;
}

#carouselInner li a{
font-size: x-small;
}

#attention{
display: table-cell;
	width:520px;
	height:138px;
	text-align:center;
	vertical-align:middle;
}

#PrevBtn{
position:absolute;
left:0;   
margin:0;
}

#NextBtn{
    position:absolute;
left:515px;  
margin:0;
z-index:10;
}

#carouselWrap1{
	width:520px;
	position:relative;
	overflow:hidden;
}

#carouselInner1 {
    width:100%;
    height:100%;	
    list-style-type:none;
	position:relative;
    float:left;
}
#carouselInner1 li{
    float:left;
	width:130px;
	height:180px;
	margin:0px;
	padding:0px;
	position:relative;
}

#carouselInner1 li a{
font-size: x-small;
}


#PrevBtn1{
position:absolute;
left:0;   
margin:0;
}

#NextBtn1{
    position:absolute;
left:515px;  
margin:0;
z-index:10;
}

#carouselWrap2{
	width:525px;
	height:180px;
	position:relative;
	overflow:hidden;
}


/* ie6*/

*html #carouselWrap2{
	width:520px;
	height:180px;
	position:relative;
	overflow:hidden;
}



#carouselInner2 {
    width:100%;
    height:100%;	
    list-style-type:none;
	position:relative;
    float:left;
}
#carouselInner2 li{
    float:left;
	width:130px;
	height:180px;
	margin:0px;
	padding:0px;
	position:relative;
}

#carouselInner2 li a{
font-size: x-small;
}


#PrevBtn2{
position:absolute;
left:0;   
margin:0;
}

#NextBtn2{
    position:absolute;
left:515px;  
margin:0;
z-index:10;
}

