/**********************************************************/
/*                   movie                              */
/**********************************************************/
#video #videoBox {
}
#video #videoBox  a{
	text-decoration:none;
}
#video #videoBox object{
	margin-right:14px;
	vertical-align:top;
	float:left;
}
#video #artistInfo{
	width:414px;
	float:left;
	border-right:dotted 1px #121212;
	padding-top:14px;
}
#video #artistInfo h3{
	margin-bottom:5px;
	background:url(../img/bg_designer.jpg) no-repeat -2px -11px;
	font-size:16px;
	font-weight:bold;
	padding:14px 0px 0px 0px;
}
#video #artistInfo h3 a {
	background:url(../img/icon_link.jpg) no-repeat right center;
	padding-right:16px;
	color:#202020;
	text-decoration:none!important;
}
#video #artistInfo h3 a:hover {
	color:#666;
}
#video #artistInfo .exp {
	padding:14px 0px;
}
#video #songInfo {
	background:url(../img/bg_discography.jpg) no-repeat 12px 2px;
	width:400px;
	float:left;
	padding-top:28px;
}
#video #songInfo h4{
	padding-left:14px;
	margin-bottom:7px;
}
#video #songInfo dl{
	padding:0px 0px 7px 14px;
	margin-bottom:7px;
}
#video #songInfo dt{
	float:left;
	width:134px;
}
#video #songInfo dd{
	margin-bottom:4px;
}

