.tx-id-carousel ul{
	list-style:none;
	margin:0;
	padding:0;
}

.tx-id-carousel ul li{
	width:220px;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	height:100px;
}

.tx-id-carousel ul li a{
	margin:0 auto;
	display:block;
	width:200px;
	text-align:center;
	position:relative;
}

.tx-id-carousel ul li a img{
	margin:0 auto;
}

a.logoLeft, a.logoRight{
	float:left;
	display:block;
	height:100px;
    width:40px;
}

a.logoLeft.on{
    background:url('/typo3conf/ext/id_imgcarousel/Resources/Public/Images/left_on_logo.gif') no-repeat;
}

a.logoLeft.off{
    background:url('/typo3conf/ext/id_imgcarousel/Resources/Public/Images/left_off_logo.gif') no-repeat;
}

a.logoRight.on{
    background:url('/typo3conf/ext/id_imgcarousel/Resources/Public/Images/right_on_logo.gif') no-repeat;
}

a.logoRight.off{
    background:url('/typo3conf/ext/id_imgcarousel/Resources/Public/Images/right_off_logo.gif') no-repeat;
}


.whoWeWorkWithLogos li{
	display:none;
}


