a:focus{-moz-outline:none}
#videoSection{background-color:#FFFFFF;width:555px;padding:10px;-moz-border-radius:4px;}/* player styling */ 
#player {
	background-image:url(../images/isabelle.jpg);
    width:400px; 
    height:300px; 
    display:block; 
    text-align:center; 
    margin:15px auto; 
} 
 
/* play button */ 
#player img { 
    margin-top:110px; 
    border:0px; 
} 
 
/* style for the player's wrapper element */ 
#player_wrap { 
    background:#ccc url(../images/h600.png) 0 0 repeat-x;
    width:550px; 
    border:2px solid #fff; 
    outline:1px solid #789; 
    -moz-outline-radius:4px; 
    margin-bottom:15px; 
} 
 
/* override buffer color from controls-apple.css */ 
div.controls div.buffer { 
    background-color:#789; 
}
/* wrapper element for playlist items */
#clips {
	background:#fff url(../images/h150.png) repeat-x scroll;
	height:67px;
	margin:0 auto;
	padding:15px 34px;
	width:485px;
	-moz-border-radius:4px;
}

/* single playlist entry */
#clips a {
	background:transparent url(../images/entry.gif) no-repeat scroll 0;
	display:block;
	float:left;
	height:67px;
	margin:5px;
	text-align:center;
	padding-top:10px;
	width:87px;
	color:#336633
}

/* playlist entry when mouse is entered */
#clips a:hover {
	background-position:-87px 0;		
}

/* active playlist entry */
#clips a.playing, #clips a.paused {
	background-position:-174px 0;		
}

