/* CSS Document */
/*
#credits {
	/*width: 840px;*//*
	text-align: left;
	min-width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

a.cib_rollover{
    display: block;
    width: 148px;
    height: 16px;
    background: url("gfx/logos/cib.png") 0 0 no-repeat;
    text-decoration: none;
}
 
*/ 
 
.rollover {
	display: block;
	/*text-indent: -9999px;*/
	background-image: url(../gfx/logos/cib.png);
	background-repeat: no-repeat;
	float: left;
	width: 72px;
	height: 16px;
	background-position: 0px 0px;
	background-color: red;
}

.rollover a:hover {
    background-position: 0 -15px;
	background-color: blue;
}
