﻿.plate
{	
	overflow:hidden;
	font-family:Arial, serif;
	background:#fff;
	width:450px;
	height:126px;
	border:3px solid #999;
	border-radius:2px;
}
.plate .clr
{
	clear:both;
}
.plate .oneline
{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}	
.plate .radio
{
	margin:0px 0px;
}
.plate .rigth
{
	float:left;
}		
.plate .album /*album resmi arkaplan*/
{
	height:126px;
	width:126px;
	float:left;
	display:block;
	padding:0;
	margin:0 0px 0 0;
	position:relative;
	background:#fff;
	border-right:4px solid #999;
}	
		
.plate .album .cover
{
	height:121px;
	width:121px;
	display:block;
	margin:0;
	position:absolute;
	top:3px;
	left:5px;
	z-index:6;
}
	
.plate .control /*ses bar arkaplan*/
{
	margin-top:16px;
	width:320px;
	background:#fff;
	height:43px;
}	
	
.plate .control .play
{
	display:block;
	float:left;
	cursor:pointer;
	margin:9px 0 0 21px;
	width:25px;
	height:25px;
	background:url('http://www.nku.edu.tr/birim/radio/images/controls.png') -25px 0 no-repeat;
}

.plate .control .play.pause
{
	background-position:0 0;
}

.plate .info /*üstteki kayan yazı - den sonraki renk*/
{
	color:#5d9727;
	font-weight:bold;
	width:320px;
	margin:0 0 0px;
	height:45px;
	line-height:45px;
	background:#fff;
	border-bottom:4px solid #999;
	font-size:12pt;
}

.plate .info .title /*üstteki kayan yazı - den önceki renk*/
{
	padding-left:20px;
	color:#022f46;
	font-weight:bold;
}

.plate .volume
{
	float:left;
	margin:18px 0 0 60px;
}
	
.plate .volume .vl_slider
{
	width:202px;
	float:left;
	z-index:1;
	display:block;
	margin:0;
	position:relative;
	height:11px;
	padding:0;
	cursor:pointer;
	background:url('http://www.nku.edu.tr/birim/radio/images/volume.png') -26px 0 no-repeat;
}
	
.plate .volume .ui-widget-header
{
	display:none;
}
	
.plate .volume .ui-slider-handle
{
	display:block;
	outline:none;
	position:absolute;
	top:-8px;
	margin-left:-13px;
	height:31px;
	width:26px;
	cursor:pointer;
	background:url('http://www.nku.edu.tr/birim/radio/images/volume.png') 0 0 no-repeat;
}