#oxyradio_play_pause
{
width: 85px;
height: 82px;
cursor: pointer;
background-image: url("oxyradio_buttons.png");
background-position: left;

display: inline-block;
}

#oxyradio_buttons
{
width: 200px;
height: 82px;
margin-left: auto;
margin-right: auto;

text-align: center;
}

#oxyradio_sync
{
width: 85px;
height: 82px;
cursor: pointer;
background-image: url("oxyradio_buttons.png");
background-position: right;

display: inline-block;
}

#oxyradio_logo
{
width: 100%;
height: 110px;
background-image: url("oxyradio.png");
background-color: #efefef;
background-repeat: no-repeat;
background-position: center center;

padding-top: 5px;
padding-bottom: 5px;

border-bottom: 4px solid #c6d212;
}

#oxyradio_player_current
{

width: 350px;

text-align: center;

margin-left: auto;
margin-right: auto;

padding: 5px;

background-color: #efefef;
border-bottom: 4px solid #c6d212;
border-left: 4px solid #c6d212;
border-right: 4px solid #c6d212;
}

#oxyradio_volume
{
width: 105px;
height: 25px;
background-image: url("oxyradio_volume_0.png");
background-repeat: no-repeat;
background-position: center center;

margin-left: auto;
margin-right: auto;

cursor: pointer;
}

#oxyradio_volume_bar
{
width: 0px;
height: 25px;
background-image: url("oxyradio_volume_1.png");
background-repeat: no-repeat;
}
