@charset "utf-8";

.ui-corner-all {
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	
	-webkit-border-radius-bottomleft:0px;
	-webkit-border-radius-bottomright:0px;
	-webkit-border-radius-topleft:0px;
	-webkit-border-radius-topright:0px;
}

.ui-widget-content {
	border:none;
	background:none;
}

html, body {
	height: 100%;
}

div#rich_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: none;
	z-index: 30;
}

* html div#rich_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#richbox {
	
	position:absolute;
	z-index:40;
	top:0px;
	text-align:left;
	width:453px;
	height:421px;
	background-image:url(../img/richbox.png);
}

#ytVid {
	position:relative;
	background-color:#FFFFFF;
	z-index:50;
	left:13px;
	top:13px;
	width:427px;
	height:394px;
}



#ytVidInner{
	position:absolute;
	left:1px;
	top:1px;
	z-index:40;
}



#playerControls {
	position:absolute;
	background-color:#2a2a2a;
	height:28px;
	width:425px;
	top:365px;
	left:1px;	
}

#btnPlay {
	width: 29px;
	height: 28px;
	display:block;
	background-image:url(../img/btnPlay.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:0px;
	top:0px;
}

#rbClose {
	width: 29px;
	height: 33px;
	display:block;
	background-image:url(../img/rbClose.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	right:-38px;
	top:-3px;
	display:none;
	z-index:150;
}

/* volume controls */
#volume {
	width:86px;
	height:30px;
	background-image:url(../img/volumeBg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	right:15px;
	top:0px;
}

#volumeControl {
	position:absolute;
	left:10px;
	top:12px;
	width:40px;
	background-image:url(../img/volume.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:8px;
	cursor:pointer;
}

.btnVolume {
	width: 3px;
	height: 4px;
	display:block;
	background:none;
	background-image:url(../img/volume.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:0px;
}

#volumeDisplay {
	color:#FFFFFF;
	font-size:10px;
	position:absolute;
	right:-10px;
	top:7px;
	text-align:right;
}

.ui-widget-content .ui-state-default, .ui-slider-handle {
	background:none;
	
	display:block;
	border:none;
	cursor:pointer;
	
	margin-top:-1px;
	
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	
	-webkit-border-radius-bottomleft:0px;
	-webkit-border-radius-bottomright:0px;
	-webkit-border-radius-topleft:0px;
	-webkit-border-radius-topright:0px;
}