#YTcontainer {
	position:relative; 
	margin:0;
}

#YTcontrols {
	position: absolute;
	height: 20px;
	left: 5px;
	bottom:2px;
}

#YTcontrols span {
	float:left;
	margin: 0 3px 0 0;
	width: 16px;
	height: 16px;
}

#YTctrl_start, #YTctrl_stop {
	cursor: pointer;
}

#YTctrl_start {
	background: url(../images/yt_start.gif) center 2px no-repeat;
}

#YTctrl_stop {
	background: url(../images/yt_stop.gif) center 2px no-repeat;
}


#YTFirstFrame {
	position: absolute;
	left:0px;
	top:0px;
}