/* container has a background image */
a.player {
 margin-top:5px;
 margin-bottom:10px;
 display:block;
 background:url(/img/player/splash.png) no-repeat;
 width:425px;
 height:343px;
 border: 1px solid #c2c2c2;
 padding:3px 3px 3px 3px;
 text-align:center;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
}

/* splash image */
a.player img {
 margin-top:115px;
 border:0;
}

a.player_wide {
 margin-top:5px;
 margin-bottom:10px;
 display:block;
 background:url(/img/player/splash.png) no-repeat;
 width:667px;
 height:399px;
 border: 1px solid #c2c2c2;
 padding:3px 3px 3px 3px;
 text-align:center;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
}

/* splash image */
a.player_wide img {
 margin-top:0px;
 border:0;
}
a.player_scroll {
 margin-top:5px;
 margin-bottom:10px;
 display:block;
 background:url(/img/player/splash.png) no-repeat;
 width:667px;
 height:375px;
 border: 1px solid #c2c2c2;
 padding:3px 3px 3px 3px;
 text-align:center;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
}

/* splash image */
a.player_scroll img {
 margin-top:0px;
 border:0;
}

a.player_popup {
 margin: 5px 5px 5px 5px;
 display:block;
 background:url(/img/player/splash.png) no-repeat;
 width:475px;
 height:333px;
 border: 1px solid #c2c2c2;
 padding:3px 3px 3px 3px;
 text-align:center;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
}
/* splash image */
a.player_popup img {
 margin-top:0px;
 border:0;
}

a.player_animate {
 display:block;
 background:url(/img/player/splash.png) no-repeat;
 width:190px;
 height:114px;
 text-align:center;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
}
a.player_animate_43 {
 display:block;
 background:url(/img/player/splash.png) no-repeat;
 width:190px;
 height:114px;
 text-align:center;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
}
a.player_small {
 display:block;
 background:url(/img/player/splash.png) no-repeat;
 width:438px;
 height:270px;
 text-align:center;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
}
a.player_playlist {
 margin-top:5px;
 margin-bottom:10px;
 display:block;
 background:url(/img/player/splash.png) no-repeat;
 width:667px;
 height:375px;
 border: 1px solid #c2c2c2;
 padding:3px 3px 3px 3px;
 text-align:center;
 color:#fff;
 text-decoration:none;
 cursor:pointer;
 }