a#partner0:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(001.png); 
		font-weight:bold;
		float:left;
		margin-right:5px; 
		}
		
a#partner1:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(002.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}		
		

a#partner2:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(003.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}		
		
a#partner3:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(004.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}	
		
a#partner4:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(005.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}	
		
a#partner5:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(006.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner6:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(007.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner7:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(008.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner8:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(009.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner9:link {
    display: block;
    width: 150px;
    height: 70px;
    background:url(010.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner10:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(011.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner11:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(012.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner12:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(013.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner13:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(014.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
		
a#partner14:link {
    display: block;
    width: 90px;
    height: 70px;
    background:url(015.png); 
		font-weight:bold;
		float:left;
		margin-right:5px;
		}
	 
a#partner0:hover,a#partner1:hover,a#partner2:hover,a#partner3:hover,a#partner4:hover,a#partner5:hover,a#partner6:hover,a#partner7:hover,a#partner8:hover,a#partner9:hover,a#partner10:hover,a#partner11:hover,a#partner12:hover,a#partner13:hover,a#partner14:hover  {background-position: 0 -70px; }

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}

	div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 600px; 
    height:120px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
		
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}