ul.currency_switcher {
	/*overflow: hidden;*/
	zoom: 1;
	list-style: none outside;
	min-width: 80px;
	
}
ul.currency_switcher li {
	/*float: left;*/
	margin: 4px;
	list-style: none outside;
}
ul.currency_switcher li a {
	/*float: left;
	padding: 3px 5px;
	border: 1px solid #ccc;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
ul.currency_switcher li a.active, ul.currency_switcher li a:hover {
	background: #ddd;
}
select.currency_switcher option#USD {
    background: url("../images/USD.png") center / contain no-repeat;
}

select.currency_switcher option#GBP {
    background: url("../images/GBP.png") center / contain no-repeat;
}

select.currency_switcher option#EUR {
    background: url("../images/EUR.png") center / contain no-repeat;
}
