.ui-btn-up-f {
background: #474747;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #000;
background-image: url(../images/noise.png), -moz-linear-gradient(top, #414141, #3F3F3F);
background-image: url(../images/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #414141), color-stop(1, #3F3F3F));
-ms-filter: "progid

XImageTransform.Microsoft.gradient(startColorStr=' #414141', EndColorStr='#3F3F3F')";
}
.ui-btn-up-f a.ui-link-inherit {
color: #fff;
}
.ui-btn-hover-f, .current {
background: #555555;
font-weight: bold;
color: #FC9A18;
text-shadow: 0 -1px 1px #000;
background-image: url(../images/noise.png), -moz-linear-gradient(top, #555555, #555555);
background-image: url(../images/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #555555));
-ms-filter: "progid

XImageTransform.Microsoft.gradient(startColorStr=' #555555', EndColorStr='#555555')";
}
.ui-btn-down-f {
border:none;
background: #555555;
font-weight: bold;
color: #FC9A18;
text-shadow: 0 -1px 1px #000;
background-image: url(../images/noise.png), -moz-linear-gradient(top, #484848, #484848);
background-image: url(../images/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #484848), color-stop(1, #484848));
-ms-filter: "progid

XImageTransform.Microsoft.gradient(startColorStr=' #484848', EndColorStr='#484848')";
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}