#carousel2Wrap{
	height:240px;
	margin:0 auto;
	padding:0 5px 5px;
	position:relative;
	width:500px;
}

#carousel2Prev{
	position:absolute;
	top:48px;
	right:-8px;
	cursor:pointer;
}
#carousel2Next{
	position:absolute;
	top:48px;
	left:-8px;
	cursor:pointer;
}
#carouse2{
	width:100%;
	height:100%;
	overflow:hidden;
}

#carousel2Inner ul.column{
	width:485px;
	height:240px;
	padding:5px 0 5px 500px;
	margin-left:20px;
	list-style-type:none;
	float:left;
}
#carousel2Inner ul.column li{
	float:left;
	display:inline;
	text-align:center;
	width:240px;
}
#carousel2Inner ul.column li img{
	border:none;
}



#carousel2WrapSmartphone{
	height:240px;
	margin:0 auto;
	padding:0 5px 5px;
	position:relative;
	width:500px;
}

#carousel2PrevSmartphone{
	position:absolute;
	top:48px;
	right:-8px;
	cursor:pointer;
}
#carousel2NextSmartphone{
	position:absolute;
	top:48px;
	left:-8px;
	cursor:pointer;
}
#carouse2Smartphone{
	width:100%;
	height:100%;
	overflow:hidden;
}

#carousel2InnerSmartphone ul.columnSmartphone{
	width:485px;
	height:240px;
	padding:5px 0 5px 500px;
	margin-left:20px;
	list-style-type:none;
	float:left;
}
#carousel2InnerSmartphone ul.columnSmartphone li{
	float:left;
	display:inline;
	text-align:center;
	width:240px;
}
#carousel2InnerSmartphone ul.columnSmartphone li img{
	border:none;
}