/* player container */
div.player {
	height:256px;
	width:360px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:3px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:1px;
	background: black;
	z-index:1;
	position:relative;
}

/* play button */
div.player img {
	position:absolute;
	top:206px;
	left:8px;
	z-index:100;
	/*
	float:left; */
	opacity:1;
}

/* info area */
div.player div.info {
	height:40px;
	width:296px;
	background:#000 url(/js/flowplayer/h80.png) repeat-x;
	opacity:0.87;
	color:#fff;
	text-align:left;
	padding:5px 15px;
	padding-left:48px;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	z-index:2;
	position:absolute;
	top:196px;
	
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

div.playerLarge {
        height:808px;
        width:1008px;
        border:2px solid #fff;
        outline:1px solid #333;
        -moz-outline-radius:3px;
        cursor:pointer;
        float:left;
        text-align:center;
        margin-right:1px;
        background: black;
        z-index:1;
        position:relative;
}

/* play button */
div.playerLarge img {
        position:absolute;
        top:606px;
        left:8px;
        z-index:100;
        /*
        float:left; */
        opacity:1;
}

/* info area */
div.playerLarge div.info {
        height:40px;
        width:942px;
        background:#000 url(/js/flowplayer/h80.png) repeat-x;
        opacity:0.87;
        color:#fff;
        text-align:left;
        padding:5px 15px;
        padding-left:48px;
        font-family:"bitstream vera sans","trebuchet ms";
        font-size:12px;
        border-top:1px solid #ccc;
        z-index:2;
        position:absolute;
        top:596px;

}

/* duration data inside info area */
div.playerLarge div.info span {
        color:#99FF99;
        display:block;
        font-weight:bold;
}


