#div_media_frame{
margin-left:0px;
margin-top:10px;
float:left;
width:750px;
}

.div_media_list{
margin-left:25px;
margin-top:10px;
margin-bottom:30px;
float:left;
width:700px;
background:#fafafa;
border-bottom:#efefef solid 1px;
transition: background 200ms;
-moz-transition: background 200ms;	/* Firefox 4 */
-webkit-transition: background 200ms;	/* Safari 和 Chrome */
-o-transition: background 200ms;	
}

.div_media_list:hover
{
background:#FFC;
}

.div_media_list_1{
margin-left:0px;
margin-top:0px;
float:left;
width:580px;
}

.div_media_list_1_1{
margin-left:0px;
margin-top:0px;
float:left;
width:580px;
height:50px;
font-size:36px;
font-weight:bold;
line-height:50px;
}

.div_media_list_1_2{
margin-left:0px;
margin-top:0px;
float:left;
width:580px;
height:40px;
}

.div_media_list_1_2_mp3{
margin-left:0px;
margin-top:0px;
float:left;
width:60px;
height:40px;
background:url(../picture/mp3.png) center center no-repeat;
}

.div_media_list_1_2_ls{
margin-left:50px;
margin-top:0px;
float:left;
width:40px;
height:40px;
background:url(../picture/icon_ls.png) center center no-repeat;
}

.div_media_list_1_2_ls_text{
margin-left:10px;
margin-top:0px;
float:left;
height:40px;
line-height:40px;
color:#9c6;	
}

.div_media_list_1_2_zan{
margin-left:30px;
margin-top:0px;
float:left;
width:40px;
height:40px;
background:url(../picture/icon_zan.png) center center no-repeat;
cursor:pointer;
transition: background 200ms;
-moz-transition: background 200ms;	/* Firefox 4 */
-webkit-transition: background 200ms;	/* Safari 和 Chrome */
-o-transition: background 200ms;	
}

.div_media_list_1_2_zan:hover
{
background:url(../picture/icon_zan2.png) center center no-repeat;
}

.div_media_list_1_2_zan_text{
margin-left:10px;
margin-top:0px;
float:left;
height:40px;
line-height:40px;
color:#f90;	
}

.div_media_list_2{
margin-left:0px;
margin-top:12px;
float:left;
width:27px;
height:60px;
}

.div_media_list_3_play{
margin-left:0px;
margin-top:12px;
float:left;
width:66px;
height:66px;
cursor:pointer;
background:url(../picture/media_play.png) center center no-repeat;
}

.div_media_list_3_stop{
margin-left:0px;
margin-top:12px;
float:left;
width:66px;
height:66px;
cursor:pointer;
background:url(../picture/media_stop.png) center center no-repeat;
}


#div_video_frame{
margin-left:0px;
margin-top:20px;
float:left;
width:750px;
}

.div_video_list{
margin-left:25px;
margin-top:20px;
float:left;
width:700px;
height:394px;
overflow:hidden;
}

.div_video_play{
width:700px;
height:394px;
}