.ln_main {
	height: 80px;
	background: #E10005 url(../images/bg_red.png) top repeat-x;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	overflow:hidden;
}

.ln_title_wrap {
	height: 80px;
	width:120px;
	line-height: 80px;
	z-index: 2;
	border-right: 1px solid #E4383C
	
}

.ln_title {
	text-align: center;
	font-size: 18px;
	font-family: arial, cursive;
	color: #FFFFFF;
}

.ln_text_wrap {
	height: 80px;
	line-height: 80px;
	
}

.ln_loading {
	background: url(../images/loading_white_on_red.gif) center center no-repeat;
	height:80px;
}

.ln_text {
	text-align: left;
	font-size: 20px;
	font-family: arial, cursive;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}

.ln_commands_wrap {
	height: 80px;
	width:120px;
	border-left: 1px solid #E4383C
	
}

.ln_commands {
	text-align: center;
}

.ln_cmd_img {
	margin-top: 27px;
	vertical-align: middle;
	cursor: pointer;
	border: 0px!important;
	display: inline-block;
}

.ln_cmd_left {
	width:16px;
	height:24px!important;
	background: url(../images/left_white.png);
}

.ln_cmd_left:hover {
	background: url(../images/left_red.png);	
}

.ln_cmd_pause {
	margin-left: 15px;
	margin-right: 15px;
	width:20px;
	height:24px!important;
	background: url(../images/pause_white.png);
}

.ln_cmd_pause:hover {
	background: url(../images/pause_red.png);	
}

.ln_cmd_play {
	margin-left: 15px;
	margin-right: 15px;
	width:20px;
	height:24px!important;
	background: url(../images/play_white.png);
}

.ln_cmd_play:hover {
	background: url(../images/play_red.png);	
}

.ln_cmd_right {
	width:16px;
	height:24px!important;
	background: url(../images/right_white.png);
}

.ln_cmd_right:hover {
	background: url(../images/right_red.png);	
}