* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

.clear
{
	clear: both;
}

#tooltip {
	position: absolute;
	font-size: 10px;
	max-width: 150px;
	border: 1px solid #91C2DC;
	z-index: 10000;
	color: #333333;
	padding:3px;
	background: #FFFFFF;
	margin: 10px 5px 5px 10px;
	padding-left: 10px;
}

/* @group remote */
#remote
{
	float: left;
	width: 236px;
	height: 360px;/*400px;*/
	/*display: block;*/
	background:  url('../img/remote.png') no-repeat bottom center;
	margin-top:  -20px;
}

#remote-top
{
	margin-top:20px;
	margin-left:12px;
	width:  132px;
	height:  100px;
}

#remote-top a.pause
{
	width: 54px;
	height: 54px;
	background:  url('/static/CLIClick/images/mediacenter/butoane/play-pause.jpg') no-repeat 0px 0px;
	display: block;
	text-indent: -10000px;
	margin-left: 40px;
	-moz-outline-style: none;
	overflow: hidden;
}


#remote-top #timebar
{
	width: 100px;
	height:  11px;
	background: url('/static/CLIClick/images/mediacenter/butoane/grey.jpg') repeat-x top center;
	margin-left: 16px;
	margin-right: 16px;
	display: block;
	margin-top: 5px;
}

#remote-top #timebar .elapsed
{
	height: 11px;
	background: url('/static/CLIClick/images/mediacenter/butoane/red.jpg') repeat-x top center;
	display: block;
}

#remote-top #timebar .dragbar
{
	float:  right;
	margin-top:  -3px;
	margin-right: -5px;
}

#remote-top #timebar .ui-slider-handle
{
	width: 7px;
	height: 17px;
	background: #000000 url('/static/CLIClick/images/mediacenter/butoane/drag.jpg') no-repeat top center;
	display:block;
}


#remote-top .ui-slider-range
{
	background: url('/static/CLIClick/images/mediacenter/butoane/red.jpg') repeat-x top center;
	height:11px;
}

#remote-top #timer
{
	width: 100px;
	height:  11px;
	margin-left: 16px;
	margin-right: 16px;
	display: block;
	margin-top: 5px;
	text-align:  center;
}

#remote-top #timer .elapsed
{
	color:  #333333;
}

#remote-top #timer .total
{
	color:  #333333;
}

#remote-body
{
	height: 142px;
	margin-left:10px;
	display: block;
}

/* @group Remote Buttons */

#remote-body a
{
	float:  left;
	text-indent: -10000px;
	margin-left:  1px;
	width:  42px;
	height: 42px;
	display: block;
	oveflow: hidden;
	-moz-outline-style: none;
}

#remote-body a.volumedown
{
	margin-left: 2px;
	background: url('/static/CLIClick/images/mediacenter/butoane/volume_down.jpg') no-repeat top center;
}

#remote-body a.volumedown:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/volume_down_hover.jpg') no-repeat top center;
}

#remote-body a.volumeup
{
	background: url('/static/CLIClick/images/mediacenter/butoane/volume_up.jpg') no-repeat top center;
}

#remote-body a.volumeup:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/volume_up_hover.jpg') no-repeat top center;
}

#remote-body a.fullscreen
{
	margin-left: 3px;
	background: url('/static/CLIClick/images/mediacenter/butoane/fullscreen.jpg') no-repeat top center;
}

#remote-body a.fullscreen:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/fullscreen_hover.jpg') no-repeat top center;
}

#remote-body a.add
{
	margin-left: 2px;
	background: url('/static/CLIClick/images/mediacenter/butoane/add.jpg') no-repeat top center;
}

#remote-body a.add:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/add_hover.jpg') no-repeat top center;
}

#remote-body a.replay
{
	background: url('/static/CLIClick/images/mediacenter/butoane/replay.jpg') no-repeat top center;
}

#remote-body a.replay:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/replay_hover.jpg') no-repeat top center;
}

#remote-body a.next
{
	margin-left: 3px;
	background: url('/static/CLIClick/images/mediacenter/butoane/next.jpg') no-repeat top center;
}

#remote-body a.next:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/next_hover.jpg') no-repeat top center;
}

#remote-body a.comment
{
	
	background: url('/static/CLIClick/images/mediacenter/butoane/comment.jpg') no-repeat top center;
}

#remote-body a.comment:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/comment_hover.jpg') no-repeat top center;
}

#remote-body a.list
{
	margin-left: 2px;
	background: url('/static/CLIClick/images/mediacenter/butoane/related.jpg') no-repeat top center;
}

#remote-body a.list:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/related_hover.jpg') no-repeat top center;
}

#remote-body a.split
{
	margin-left: 3px;
	_margin-left: 0px;
	background: url('/static/CLIClick/images/mediacenter/butoane/split.jpg') no-repeat top center;
}

#remote-body a.split:hover
{
	background: url('/static/CLIClick/images/mediacenter/butoane/split_hover.jpg') no-repeat top center;
}
/* @end */

/* @end */

