.carousel
{
	position:relative;
	margin:0px;
	padding:0px;
	-moz-user-select:none;
	-webkit-user-select:none;
}


.carousel .carousel-item
{

	background-position:center;
	background-repeat:no-repeat;

	position:absolute;
	cursor:pointer;
}


.carousel .out
{

}


.carousel .over
{
	

	
}


.carousel .click
{

}


.carousel .select
{

}


.carousel .tooltip
{
	position:absolute;
	z-index:9999;
	background-color:#DDD;
	margin-bottom:20px;
	border:#EEE solid 4px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


.carousel .tooltip p
{
	color:#999;
	padding:10px;
	margin:0px;
}


.carousel .scrollbar
{
	width:340px;
	position:absolute;
	margin-top:100px;
	
}

.carousel .scrollbar .track
{
	background-image:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022082009141450593/cms/image/61287a0c-1d84-4eb8-b019-39ae266e1832.png_186xaf.png);
	width:300px;
	height:20px;
	position:absolute;
	left:20px;
}

.carousel .scrollbar .thumb
{
	background-image:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022082009141450593/cms/image/d012951b-2ceb-40af-995c-2b56380a1610.png_186xaf.png);
	width:70px;
	height:20px;
	position:absolute;
	cursor:pointer;
}

.carousel .scrollbar .left
{
	background-image:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022082009141450593/cms/image/f10ae50b-2057-4c7b-b565-3ad2510786d2.png_186xaf.png);
	width:20px;
	height:20px;
	position:absolute;
	cursor:pointer;
	left:0px;
}

.carousel .scrollbar .right
{
	background-image:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022082009141450593/cms/image/ed3613d5-343b-4eec-be06-a3ec8881c63e.png_186xaf.png);
	width:20px;
	height:20px;
	position:absolute;
	cursor:pointer;
	right:0px;
}