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

#carouselPrev{
	position:absolute;
	top:2px;
	right:-8px;
	cursor:pointer;
	margin-top:12px;
}
#carouselNext{
	position:absolute;
	top:2px;
	left:-8px;
	cursor:pointer;
	margin-top:12px;
}
#carouse{
	width:100%;
	height:100%;
	overflow:hidden;
}

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







#carouselWrapSmartphone{
	height:165px;
	margin:0 auto;
	padding:0 5px 5px;
	position:relative;
	width:195px;
}

#carouselPrevSmartphone{
	position:absolute;
	top:2px;
	right:-8px;
	cursor:pointer;
	margin-top:12px;
}
#carouselNextSmartphone{
	position:absolute;
	top:2px;
	left:-8px;
	cursor:pointer;
	margin-top:12px;
}
#carouseSmartphone{
	width:100%;
	height:100%;
	overflow:hidden;
}

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