
.partner-bg { padding: 0px 20px 0px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #e5e5e5; }

.caroufredsel_wrapper {
	width:100% !important;
	left:0px !important;
	overflow-x:hidden !important;
}			

.list-carousel { position: relative; }		
.list-carousel ul { display: block; }		
.list-carousel li { display: block; float: left; }		
		
#indent li { margin: 0px 8px 5px 9px; }	
				
			a.prev, a.next {
				width: 20px;
				height: 20px;
				display: block;
				position: absolute;
				top: -33px;
			}
			a.prev {
				right: -1px;
				background:url('/img/arrow-right.png') no-repeat 0 0;
			}
			.partner-bg a.prev {
				right: -18px;
			}
			.partner-bg a.next {
				right: 2px;
			}
			a.prev:hover {
				background-position: 0 -20px;
			}
			a.next {
				right: 19px;
				background:url('/img/arrow-left.png') no-repeat 0 0; }
			a.next:hover {
				background-position: 0px -20px;
			}

/*End Carousel*/
	
#foo1 a {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}

#foo1 a:hover {opacity: 1;}		
		