/*右侧推荐音乐专辑*/
#r_recommend_music{ width:200px; float:right; text-align:center; margin-top:10px;}
#r_recommend_music .tt{ width:100%; height:20px; text-align:left; float:left; margin:0;}
#r_recommend_music .r_more{ display:block; width:40px; height:20px; position:absolute; right:0; background:url(/images/right_include/more.gif) center center no-repeat;}
#r_recommend_music #box_v1{ height:186px; background:#FFF;}
#r_recommend_music .album_inf{ width:190px; height:20px; margin:7px auto 3px; text-align:left;}
#r_recommend_music .album_inf .album_name{ width:85px; float:left;}
#r_recommend_music .album_inf .artist_name{ text-indent:7px; width:60px; float:left;}
#r_recommend_music .album_inf .album_name a,
#r_recommend_music .album_inf .artist_name a{ color:#333;}
#r_recommend_music .album_inf .btn{ width:40px; float:right;}
#r_recommend_music .album_inf .btn a{ float:left; margin-right:5px; margin-top:2px;}
/*1个大图*/
#r_recommend_music .img_b{ height:98px;}
#r_recommend_music .img_b a img{ width:186px; height:93px; padding:1px; background:#FFF; border:1px solid #CCC;}
#r_recommend_music .img_b a:hover img{ border:1px solid #f30;}
/*4个小图*/
#r_recommend_music .img_x4_s{ width:190px; margin:2px auto 0; text-align:center;}
#r_recommend_music .img_x4_s a{ width:42px; height:48px; display:inline; float:left; margin-left:5px; margin-right:-1px; cursor:pointer;}
#r_recommend_music .img_x4_s a img{ margin-top:6px; border:1px solid #CCC;}
#r_recommend_music .img_x4_s a:hover,
#r_recommend_music .img_x4_s a.selected{ background:url(/images/right_include/recommend_album_icon.gif) center 0 no-repeat;}
#r_recommend_music .img_x4_s a:link img,
#r_recommend_music .img_x4_s a:visited img{ border:1px solid #999;}
#r_recommend_music .img_x4_s a:hover img,
#r_recommend_music .img_x4_s a.selected img{ border:1px solid #F30;}