/* block top currencies */

#currencies_block_top
{ 
	min-width:99px; 
	margin-right: 5px;
} 
#currencies_block_top ul#first-currencies li { 
}

#currencies_block_top ul li a {
    padding: 0 10px;
}
#currencies_block_top ul li a:hover {opacity:1;}
/*languages with jquery*/
#setCurrency {
	cursor: pointer;
	position: relative;
	top: 1px;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .currencies_ul{
	border-radius: 0 0 5px 5px;
    display: none;
    left: 0;
    list-style-type: none;
    min-width: 99px;
    position: absolute;
    top: 19px;
    z-index: 5000;
    padding: 10px 0;
}
#setCurrency .currencies_ul_hover{
	display: block;
    z-index: 5000;
}
#setCurrency  .first-item{
    background: url("img/arrow.png") no-repeat scroll right 10px transparent;
    float: left;
    padding: 5px 13px 5px 10px;
    text-align: left;
}