@CHARSET "ISO-8859-1";

.caroufredsel_wrapper h2{
	clear:none;
	line-height:15px;
	font-family:'Helvetica W01 Roman', Georgia,serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000;
	margin:0 0 5px 0;
	width:140px;
	height:auto;
}

.more{
	
	color:#ca7700;
	font-family:'Helvetica W01 Roman', Verdana,Geneva,sans-serif;
	font-size:11px;
	
}

.foo_con{

font-family:'Helvetica W01 Roman', Verdana,Geneva,sans-serif;
font-size:11px;
font-weight:normal;
font-style:normal;
color:#222222;
width:140px;
height:auto;

 display:none;

}

.image_carousel {
	padding: 15px 40px 15px 0px;
	position: relative;
        border-top: 1px solid #C4C5C5;
        height:148px
}
.image_carousel img {
	background-color: white;
	padding: 9px;
	display: block;
	float: left;
	height: 90px!important;
	width: auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
	
}
a.prev, a.next {
	background: url(../images/sprite.png) no-repeat transparent;
	width: 35px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0px;
}

#foo_content{
	
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
	height:auto;

	width:150px;
	min-height:150px;
	max-height:280px;
        
       
	
	
}


a.prev {			right: 34px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -34px; }
a.next {			right: 0px;
					background-position: -34px 0; }
a.next:hover {		background-position: -34px -34px; }

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

.partners
{
    float:left;
    font-family: 'Helvetica W01 Roman', 'Source Sans Pro', sans-serif;
    font-weight: bold;
    
    line-height:116px;
    color:#2bcda1;
    margin-right:44px;
    display:block;
}

.tip-box
{
    font-family: 'Helvetica W01 Roman', 'Source Sans Pro', sans-serif;
    font-weight: 400;
    
    color:#7e7e7e;
    display:none;
    text-align:center;
    font-size: 14px;
    
}

.tip-wrap
{
    height:20px;
    padding:10px 30px;
    
}
