/* Default styles for module configuration. */

.rollover_open_fm a {
	display: block;
	width: 36px;
	height: 20px;
	background: url("/skins/default/images/rollover_fm.gif") 0 0 no-repeat;
	white-space: nowrap;
}

.rollover_open_fm a:hover { 
	background-position: 0 -20px;
}

.rollover_open_fm a:active {
	background-position: 0 -40px;
}


