/*----------------------------------------------------------
	Player page CSS
	Styles for the player page

	Project:		OLWeb.fr
	Author:			e-TF1 Web Agency
	Summary :
		Gallery (import)
----------------------------------------------------------*/

.entry-content .inner { background:#FFF url(/image/block/oltv/home-back.jpg) no-repeat 10px 50px; padding:243px 25px 0; }

.entry-content .preview { background:#FFF url(/image/block/oltv/logo.png) no-repeat 5px 100%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; float:left; padding:5px 5px 165px; }
	.entry-content h2 { left:-9999em; position:absolute; }

.entry-content .nav { float:right; }
	.entry-content .nav li { list-style:none; margin:0 0 3px; }
		.entry-content .nav li a { background:url(/image/block/oltv/home-menu.png) no-repeat; display:block; height:31px; overflow:hidden; text-indent:-9999em; width:320px; }
		.entry-content .nav .subscribe a { background-position:0 -34px; }
		.entry-content .nav .schedule a { background-position:0 -68px; }
		.entry-content .nav .program a { background-position:0 -102px; }
		.entry-content .nav .live a { background-position:0 -136px; }
		.entry-content .nav .lasts a { background-position:0 -170px; }
		.entry-content .nav .all a { background-position:0 -204px; }
		.entry-content .nav .most-viewed a { background-position:0 -238px; }
		.entry-content .nav .free a { background-position:0 -272px; }
		.entry-content .nav .help a { background-position:0 -306px; }
		
.ie6 .entry-content .inner { zoom:1; }
