div.hulu {
	position:relative;
	height:35px;
	margin-left:10px;
	/* black background with a gradient */
	background:white url(../clipart/player_background.png) no-repeat;
	width:499px;
}

/* play/pause button */
div.hulu a.play { 
	left:115px;
	top: 5px;
	position:absolute;
	width: 42px;
	height: 19px;
	display:block;
	text-indent:-9999em;
	background:url(../clipart/play_button.png) no-repeat top center;
	cursor:pointer;
}

div.hulu a.play:hover {
	background-position:0px -19px;	
}

/* pause state */
div.hulu a.pause { 
	left:115px;
	top: 5px;
	position:absolute;
	width: 42px;
	height: 19px;
	display:none;
	text-indent:-9999em;
	background:url(../clipart/pause_button.png) no-repeat top center;
	cursor:pointer;
}

div.hulu a.pause:hover {
	background-position:0px -19px;	
}

/* time display */
div.hulu div.time {
	position:absolute;		
	width: 75px;
	left: 421px;
	top: 5px;
	padding: 4px;
	height: 11px;
	text-align: center;
	border:1px solid #cccccc;
	background-color: #eeeeee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	font-family: "Trebuchet MS";
	font-weight: normal;	
	font-size: 10px;
	color: #ababab; 
}

/* total duration in time display */
div.hulu div.time strong {
	font-weight:normal;
	color:black;
}

/* mute buttons */
div.hulu a.mute {
	left:160px;
	top: 5px;
	position:absolute;
	width: 32px;
	height: 19px;
	display:block;
	text-indent:-9999em;
	background:url(../clipart/mute_button.png) no-repeat top left;
	cursor:pointer;
}

div.hulu a.mute:hover {
	background-position:0px -19px;	
}

div.hulu a.unmute {
	left:160px;
	top: 5px;
	position:absolute;
	width: 32px;
	height: 19px;
	display:none;
	text-indent:-9999em;
	background:url(../clipart/unmute_button.png) no-repeat top left;
	cursor:pointer;
}

div.hulu a.unmute:hover {
	background-position:0px -19px;
}

div.hulu02 {
	position:relative;
	display: block;
	float:left;
	height:35px;
	/* black background with a gradient */
	background:white url(../clipart/player_background.png) no-repeat left top;
	width:300px;
}

/* play/pause button */
div.hulu02 a.play { 
	left:115px;
	top: 5px;
	position:absolute;
	width: 42px;
	height: 19px;
	display:block;
	text-indent:-9999em;
	background:url(../clipart/play_button.png) no-repeat top center;
	cursor:pointer;
}

div.hulu02 a.play:hover {
	background-position:0px -19px;	
}

/* pause state */
div.hulu02 a.pause { 
	left:115px;
	top: 5px;
	position:absolute;
	width: 42px;
	height: 19px;
	display:none;
	text-indent:-9999em;
	background:url(../clipart/pause_button.png) no-repeat top center;
	cursor:pointer;
}

div.hulu02 a.pause:hover {
	background-position:0px -19px;	
}

/* mute buttons */
div.hulu02 a.mute {
	left:160px;
	top: 5px;
	position:absolute;
	width: 32px;
	height: 19px;
	display:block;
	text-indent:-9999em;
	background:url(../clipart/mute_button.png) no-repeat top left;
	cursor:pointer;
}

div.hulu02 a.mute:hover {
	background-position:0px -19px;	
}

div.hulu02 a.unmute {
	left:160px;
	top: 5px;
	position:absolute;
	width: 32px;
	height: 19px;
	display:none;
	text-indent:-9999em;
	background:url(../clipart/unmute_button.png) no-repeat top left;
	cursor:pointer;
}

div.hulu02 a.unmute:hover {
	background-position:0px -19px;
}