/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2011 Happyworm Ltd
 *
 * This CSS is for the demonstration page
 *
 * Author: Mark J Panaghiston
 * Date: 6th May 2011
 */

 *body {
 *	background-color:#f0f0f0;
 *} 

.jplayer {
    margin: -20px 0 20px 20px;
    overflow: hidden;
    position: relative;
}

.jplayer ul {
    list-style: none;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}

.jplayer ul li {
    list-style: none;
    position: relative;
    left: -50%;
}

.position-wrapper {
	font-size: 1.5em;
	color: green;
	text-align: center;
	padding: 0 10px;
}
