#content {
    clear: both;
    display: block;
    width: 100%;
    max-width: 900px;
}

.rounded_ {
    border-radius: 5px;
}
#content .radioThumb {
    background-color: #EEEEEE;
    background-image: url("img/solid_gray.png");
    background-repeat: repeat-x;
    border: 1px solid #FFFFFF;
    display: block;
    float: left;
    font-family: Arial;
    margin: 7px;
    min-height: 120px;
    padding: 7px;
}
#content .radiothumbImg {
    height: 90px;
    overflow: hidden;
    width: 120px;
}

.thumbnail-main {
    display: inline-block;
    position: relative;
}

.thumbnail-main:hover .msk-thumbnail-img:before {
    background: url("/entertainment/radio/thumbnails/pb4.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


.thumbnail-main .msk-thumbnail-img:before {
    background: url("/entertainment/radio/thumbnails/rplay_shadow_120_90.png") no-repeat scroll 0 0 transparent;
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


#content .radiothumbImg:hover {
    opacity: 0.7;
}

#content .radiothumbImg img{
  border-radius: 10px;
  opacity: 0.8;
}


#content .thumbSub {
    font-size: 11px;
    padding-top: 8px;
    text-align: center;
    width: 120px;
}
.radio_slider_btn {
    padding: 0 0 6px 10px;
}


#radio_menu {
    display: inline-block;
    padding: 0 0 5px;
//    width: 250px;
}
#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
}
.btn a{
  color:#fff;
}
.btn a:hover{
  color:#fff;
  text-decoration: underline;
}