html
{
	height:			100%;
}

body
{
	margin:			0;
	padding:		0;
	font-size:		12px;
	font-family:	Arial;
	line-height:	15px;
	background:		#000;
	/* background:		black; */
	/* background:		green; */
	color:			#fff;
}

a {
	text-decoration:none;
	outline:		none;
	font-weight:	bold;
	color:			#fff; 
}

a:hover, active {	
	color:			#fff; 

}

img {
	border:			0px;
}

h1 {
	margin:					0;
	padding:				0;
	background-repeat:		no-repeat;
	height:					35px;
}

h2, h3, h4, h5, h6 {
	margin:			0;
	padding:		0 10px;
}

table {
	margin:			0;
	padding:		0;
	border-collapse:collapse;
}

td {
	vertical-align:	top;
	padding:		0;
}

form {
	margin:			0;
	padding:		0;
}

/****************************************************************************************/
/*		REDONDANTS																		*/
/****************************************************************************************/

.zindex_0 {	z-index:		0;	}
.zindex_1 {	z-index:		1;	}
.zindex_2 {	z-index:		2;	}
.zindex_3 {	z-index:		3;	}
.zindex_4 {	z-index:		4;	}

.clr {		clear:	both;		}
.width100 { width: 100%;		}
.height100 { height: 100%;		}

.clearfloat { 
	clear:					both;    
	font-size:				0px; 
	line-height:			0%; 
	width:					0px;
	height:					0px;
	padding:				0;
	margin:					0;
}

.vat {	vertical-align:		top;	}
.vam {	vertical-align:		middle;	}
.vab {	vertical-align:		bottom;	}

.tac {	text-align:			center;	}
.tal {	text-align:			left;	}
.taj {	text-align:			justify; }
.tar {	text-align:			right;	}

.border_small_rouge {	border:			1px solid #ff0000; }
.border_small_noir {	border:			1px solid #000000; }
.border_small_blanc {	border:			1px solid #ffffff; }

.border_medium_rouge {	border:			2px solid #ff0000; }

.borderPR { border-color: #ff0000; border-style: dotted; border-width: 1px 0; }

.pad {			padding:		0 5px 0 5px;}
.pad_small {	padding:		0px 5px 5px 5px;}
.pad_Medium {	padding:		0 15px 0 15px;}
.pad_Large {	padding:		0 20px 0 20px;}
.no_pad {		padding:		0px; }

.pad-3 {		padding:		0px 3px; }
.padTotal-5 {	padding:		5px; }

.padBT_small {	padding:		2px 0;}

.padL-5 {		padding-left:	5px; }
.padL-10 {		padding-left:	10px; }
.padL-20 {		padding-left:	20px; }

.padR-20 {		padding-right:	20px; }

.padT-20 {		padding-top:	20px; }
.padT-15 {		padding-top:	15px; }
.padT-10 {		padding-top:	10px; }
.padT-5 {		padding-top:	5px; }

.padB-30 {		padding-bottom:	30px; }
.padB-15 {		padding-bottom:	15px; }
.padB-10 {		padding-bottom:	10px; }
.padB-5 {		padding-bottom:	5px; }

.margL-25 {		margin-left:	25px; }
.margL-20 {		margin-left:	20px; }
.margL-15 {		margin-left:	15px; }
.margL-10 {		margin-left:	10px; }
.margL-5 {		margin-left:	5px; }

.margB-5 {		margin-bottom:	5px; }
.margB-10 {		margin-bottom:	10px; }
.margB-15 {		margin-bottom:	15px; }
.margB-20 {		margin-bottom:	20px; }
.margB-30 {		margin-bottom:	30px; }

.margR-25 {		margin-right:	25px; }
.margR-20 {		margin-right:	20px; }
.margR-15 {		margin-right:	15px; }
.margR-10 {		margin-right:	10px; }
.margR-5 {		margin-right:	5px; }

.margT-15 {		margin-top:		15px; }
.margT-10 {		margin-top:		10px; }
.margT-20 {		margin-top:		20px; }
.margT-5 {		margin-top:		5px; }
.no_marg {		margin:			0; }

.blanc {		color:			#ffffff; }
.noir {			color:			#000000; }
.rouge {		color:			#ff0000; }
.gris {			color:			#7c7c7c; }
.gris-clair {	color:			#b7b7b7; }
.jaune {		color:			#EDD100; }

.bg-noir { background-color:	#000000; }
.bg-gris { background-color:	#282c26; }
.bg-grisF { background-color:	#191c18; }
.bg-rouge { background-color:	#ff0000; }

.float_left {	float:			left; }
.float_right {	float:			right; }

.capital {		text-transform: uppercase; }
.strong {		font-weight:	bold; }	
.underline {	text-decoration: underline; }
.font-11 {		font-size:		11px; line-height: 14px ;}
.font-14 {		font-size:		14px;  line-height: 19px ;}
.font-20 {		font-size:		20px; line-height: 25px ;}
.font-72 {		font-size:		72px; line-height: 46px ; font-family: Times New Roman;}
.font-arial {	font-family:	arial ;}

.no_display {	display:		none; }
.display {		display:		block; }
.pointer {		cursor:			pointer; }
.linkLock {		cursor:			default; filter : alpha(opacity=40); -moz-opacity : 0.4; opacity : 0.4; }

.pos-R {		position:		relative; }
.pos-A {		position:		absolute; }

div.points_vert {	background: url( '../images/interface/points_verts.png' ) repeat-x top left; height: 2px;	margin-top:		15px;	// margin-top:		10px; margin-bottom:	15px; }
div.points_gris {	border-bottom:	1px dotted #767676;	margin-top:		10px;	margin-bottom:	10px; }
div.points_orange {	border-bottom:	2px dotted #7a4a0d;	margin-top:		10px;	margin-bottom:	10px; }
div.ligne_gris {	border-bottom:	1px solid #404447;	margin-top:		5px;	margin-bottom:	5px; }
div.ligne_vide {	padding-top:	15px;				padding-bottom:	15px; }
div.ligne_vide_m {	padding-top:	10px;				padding-bottom:	10px; }
div.ligne_vide_s {	padding-top:	10px; }
div.sep_gris {		border-bottom:	1px solid #404447;	margin-top:		15px;	width: 8px;		height: 0;}

/****************************************************************************************/
/*		STRUCTURE																		*/
/****************************************************************************************/

div.wrapper {
	position:			relative;
	width:				980px;
	padding:			0;
	padding-top: 		5px;
	margin-top: 		0px;
	margin-right:		auto;
	margin-bottom:		0px;
	margin-left:		auto;
	background:			#000;
}

#bg-left-site {
	position: absolute;
	width: 40px;
	height: 100%;
	overflow: hidden;
	margin-left: -40px;
	background: transparent url( '../img/bg-left-site.png' ) no-repeat top left;
}

#top {
	position: relative;
	background: transparent url( '../img/logo.png' ) no-repeat 0px 0px;
	height: 100px;
	padding: 0;
	margin: 0;
}

.leaderboard {
	position: relative;
	width: 728px;
	margin: 0px 0px 0px 250px;
	padding: 5px 0px;
}

#menu-top {
	z-index: 50;
	display: block;
	position: relative;
	background: #ff0000;
	height: 33px;
	width: 974px;
	padding: 0;
	margin: 11px auto 0 auto;
}

#top-content {
	background: transparent url( '../img/bg-top-content.png' ) no-repeat bottom left;
	height: 18px;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}

#content {
	width: 100%;
	position: relative;
	padding: 0px 0px;
	margin: 0 0 0 0;
}

#content .left {
	width: 655px;
	position: relative;
	background: #282c26;
	padding: 0;
	margin: 0 0 0 0;
}

#content .left .underLeft {
	width: 635px;
	position: relative;
	padding: 0;
	margin: 15px;
	margin-top: 10px;
	margin-right: 0px;
}

#content .left .miniblock {
	background: #282c26 url( '../img/bg-content-left.gif' ) repeat-x top right;
	width: 327px;
	height: 100%;
}

#content .left .miniblock .onthis {
	padding: 10px 10px 10px 15px;
}

#content .right {
	width: 324px;
	position: relative;
	background: #ff0000 url( '../img/bg-right-content.png' ) repeat-y top right;
	padding: 0;
	margin: 0 0 0 0px; /* bg-right-site.png */
}

#content .right .under {
	background: url( '../img/bg-right-site.png' ) repeat-y top right;
	width: 100%;
	height: 100%;
	position: relative;
}

#content .right .final {
	background: url( '../img/bg-bottom-site.png' ) no-repeat bottom right;
	width: 324px;
	height: 5px;
	bottom: 0;
	position: absolute;
}

#content .right .under .content-block-right {
	background: url( '../img/bg-recherche.gif' ) no-repeat top left;
	width: 100%;
	height: 100%;
	position: relative;
}

#bottom-content {
	background: #000 url( '../img/bg-bottom-content.png' ) no-repeat 30px top;
	height: 18px;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}

.madShot {
	background: #000;
	border: 2px solid #ff0000;
	width: 620px;
	height: 324px;
	overflow: hidden;
}

.content-madshot {
	background: #ff0000;
	width: 565px;
}

.content-madshot .boite-div {
	height: 57px;
	position: relative;
	overflow: hidden;
	width: 560px;
	margin: 0 auto;
}

.content-madshot .boite-div div {
	height: 57px;
	position: relative;
	margin: 0;
	width: 10000000px;
}

.content-madshot a {
	display: block;
	float: left;
	height: 57px;
	margin-top: 2px;
	margin-right: 12px;
}

.madText {
	color: #fff;
}

	h2.titre {
		padding: 0;
		color: #fff;
		font-weight: bold;
		font-size: 30px;
		line-height: 30px;
	}

	h3.ss_titre {
		padding: 0;
		color: #FF0000;
		font-size: 25px;
		line-height: 25px;
	}

.barreBottom {
	border: 1px dotted #ff0000;
	border-right: 0;
	border-left: 0;
	padding: 2px 0;
	margin-top: 10px;
}

.rapido, .bande-annonce, .dvdMonth {
	border: 2px solid #ff0000;
	width: 293px;
	height: 152px;
	margin-top: 5px;
}

.espaceBlock {
	background: #000;
	width: 1px;
	//width: 0px;
}

.replaceBottomDivBlock
{
	position: relative;
	width: 327px;
	height: 19px;
}

.bottomDivBlock
{
	position: absolute;
	width: 327px;
	bottom: 0;
}

table.bottomBlock td {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 5px 5px 5px;
	letter-spacing: 0px;
}

table.bottomBlock td.borderN {
	border-left: 1px solid #000;
}

#footer {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #ff0000;
	padding: 5px 0;
}

.recherche {
	padding: 50px 0px 20px 10px;
}

.recherche input {
	border: 1px solid #cecece;
	padding: 3px 5px;
	color: #000;
}

.pub-mpu
{
	background: transparent url( '../img/bg-pub-mpu.png' ) no-repeat top left;
	width: 319px;
	padding: 18px 0px;
}

.couverture
{
	padding: 15px 0px 5px 5px;
}

.abonnez-vous
{
	margin: 0px 0px 10px 0px;
}

.newsletter
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.newsletter .titre
{
	margin: 0px 0px 15px 0px;
}

.newsletter .texte
{
	text-align: justify;
	width: 290px;
	margin: 0px 0px 10px 0px;
}

.newsletter .liste-newsletter
{
	width: 290px;
	margin: 10px 0px;
}

.newsletter .liste-newsletter .borderB
{
	border-bottom: 1px dotted #000;
}

.newsletter .liste-newsletter td img
{
	margin: 3px 0px;
}

.newsletter .liste-newsletter a
{
	color: #000;
}

.partenaire
{
	padding: 0px 0px 0px 10px;
}

.partenaire img
{
	margin: 0px 0px 10px 0px;
}

#bottom
{
	position: relative;
	margin: 10px 0;
	width: 976px;
	background: transparent url( '../img/bg-middle-bottom.png' ) repeat-y top left;
}

#bottom .header
{
	z-index: 1;
	position: absolute;
	top: -5px;
	height: 46px;
	width: 976px;
	background: transparent url( '../img/bg-top-bottom.png' ) no-repeat top left;
}

#bottom .footer
{
	z-index: 1;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 976px;
	background: transparent url( '../img/bg-bottom-bottom.png' ) no-repeat bottom left;
}

#bottom .contenu
{
	z-index: 4;
	position: relative;
	padding: 5px 10px 5px 15px;
}

#bottom .borderDotted
{
	border-bottom: 1px dotted #2e2e2e;
}

#bottom .borderG
{
	border: 2px solid #666;
	margin-right: 10px;
}

#BlockLast
{
	margin: 10px 0 10px 7px;
	width: 286px;
}

#BlockLast .top
{
	background: #000 url( '../img/blockLast-top.gif' ) no-repeat top left;
}

#BlockLast .top .titre
{
	text-align: center;
	margin: 5px 0px 10px 0px;
}

#BlockLast .bottom
{
	background: #000 url( '../img/blockLast-bottom.gif' ) no-repeat bottom left;
	height: 11px;
}

.cell-liste
{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.img-liste
{
	border: 2px solid #ff0000;
	width: 190px;
	height: 100px;
	margin: 5px 0;
	background-color: #000;
}

.cell-liste-center
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.cell-liste span, .cell-liste-center span
{
	width: 190px;
	display: block;
}

.cell-liste-center .img-liste
{
	margin: 5px 10px 5px 0;
}

.corps
{
	text-align: justify;
}

.corps a
{
	color: #ff0000;
	font-weight: bold;
}

#divPlayer
{
	background: #000;
	//background: none;
	width: 630px;
	margin-bottom: 10px;
}

a.bt-suivant
{
	display: block;
	background: #ff0000 url( '../img/bt-suivant.gif' ) no-repeat right 0px;
	height: 16px;
	width: 125px;
}

a.bt-suivant:hover
{
	background: #ff0000 url( '../img/bt-suivant.gif' ) no-repeat right -16px;
}

a.bt-precedent
{
	display: block;
	background: #ff0000 url( '../img/bt-precedent.gif' ) no-repeat left 0px;
	height: 16px;
	width: 125px;
}

a.bt-precedent:hover
{
	background: #ff0000 url( '../img/bt-precedent.gif' ) no-repeat left -16px;
}

/* Gestion des commentaires forums */

.quotetop
{
	background: #ff0000;
	border-color: #ff0000;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color: #fff;
	font-style:italic;
	font-weight:bold;
	margin:5px 0 0 25px;
	padding:3px;
}

.quotemain
{
	background: #191c18;
	border: 1px solid #ff0000;
	color: #fff;
	font-style: italic;
	margin: 0 0 0 25px;
	padding: 5px 3px;
}

/* Gestion des messages d'erreur JS */

.error-validate
{
	border: 2px solid #000;
}

.error-validate-message
{
	background: #000;
	font-style:italic;
	font-weight: bold;
	padding: 2px 20px 2px 5px;
	padding-right:20px;
	color: #ff0000;
	border:2px solid #000;
}

.success-validate
{
	border: 0;
}

.success-validate-message
{
	background: #000;
	font-style:italic;
	font-weight: bold;
	padding: 2px 20px 2px 5px;
	padding-right:20px;
	color: #ff0000;
	border:2px solid #000;
}
	

.error-validate-message-top
{
	background: #ff0000 url(../img/fleche_error.gif) no-repeat 10px top;
	margin-top: 2px;
	height: 5px;
}

#ilu
{
	position:			relative;
	/*
	width:				974px;
	height: 			260px;
	padding:			0;
	margin-top: 		5px;
	*/
	margin-right:		auto;
	margin-bottom:		0px;
	margin-left:		auto;
	background:			transprent;
	z-index: 			10;
	tex-align: 			center;
}

#ilu div
{
	z-index: 			10;
}

/*************************************************************************************************************************************************************/
/* NEWSLETTER V2 */
/*************************************************************************************************************************************************************/
	
	.nl {									width: 300px; height: 135px; margin: 15px 0 0 7px;
											background-image: url(../img/nl_bg.png); background-repeat: no-repeat; background-position: left top; }
	.nl .nl_form {							padding: 45px 0 0 27px; }
	.nl .nl_form input[type=text] {			width: 158px; }
	.nl .nl_form input.error-validate {		border: 2px solid #ff0000; }
	.nl .texte {							padding: 0 20px 0 27px; font-size: 11px; }
	#error-spannewsEmail {					display: none; }

/*************************************************************************************************************************************************************/
/* MADPLAY */
/*************************************************************************************************************************************************************/
	
	.clear { 								clear: both; font-size: 0px; line-height: 0%; height: 0px; padding: 0; margin: 0; }
	.pagin_vod {							height: 40px; }
	
	.mp_canalplay {							text-align: right;  }
	.mp_canalplay img {						padding: 0 8px 0 0; } /*padding: 18px 8px 0 0;*/

	.mp_header_img {						margin: 0 0 20px -15px; padding: 0 0 0 26px; width: 630px; position: relative;
											background-color: #000000; }
	
	.mp_edito {								float: left; width: 300px; padding: 26px 25px 0 0; margin: 0 0 35px 0; text-align: justify; }
	
	.mp_menu {								float: right; width: 635px; position: relative; } /*width: 310px;*/
	.mp_menu .mp_menu_ul {					float: left; }
	.mp_menu .mp_menu_ul.mp_menu_one {		width: 170px; }
	.mp_menu .mp_menu_ul.mp_menu_two {		width: 140px; }
	.mp_menu .mp_menu_ul h2 {				font-size: 12px; font-weight: bold; color: #ff0000; padding: 0 0 0 15px; line-height: 24px;
											background-image: url(../img/mp_h2_bg.gif); background-repeat: no-repeat; background-position: left center; }
	.mp_menu .mp_menu_ul ul {				list-style: none; padding: 0; margin: 0; }
	.mp_menu .mp_menu_ul ul li {			padding: 0 0 0 15px; }
	.mp_menu .mp_menu_ul a {				font-weight: normal; line-height: 20px; }
	.mp_menu .mp_menu_ul a.mp_a_focus {		font-weight: bold; }
	
	.mp_search {							position: relative; width: 315px; height: 45px; right: -325px; top: -48px;
											background-color: #000000; background-image: url(../img/mp_search_bg.gif); background-repeat: no-repeat; background-position: left center; }
	.mp_search input {						float: left; }
	.mp_search input[type=text] {			width: 225px; margin: 12px 0 0 15px; }
	.mp_search input[type=image] {			display: block; margin: 13px 0 0 15px; }

	.mp_sel {								float: left; width: 158px; margin: 10px 0 20px; }
	.mp_sel a span {						border: 1px solid #ff0000; font-size: 11px; display: inline-block; }
	.mp_sel a span.mp_louer {				background-color: #ff0000; color: #ffffff; font-weight: bold; width: 50px; text-align: center; }
	.mp_sel a span.mp_prix {				background-color: #000000; color: #ff0000; font-weight: normal; width: 90px; padding: 0 0 0 6px; }
	.mp_sel a span.mp_fleche {				display: block; width: 150px; height: 6px; border: 0px;
											background-image: url(../img/mp_sel_fleche_bg.gif); background-repeat: no-repeat; background-position: 19px top; }
	.mp_sel a:hover span.mp_prix {			background-color: #ff0000; color: #ffffff; }
	.mp_sel p {								font-weight: bold; margin: 0; }
	.mp_sel p.mp_titre {					margin: 5px 0 0 0; }
	.mp_sel p.mp_lang {						color: #ff0000; }

	/*.mp_sel.mp_sel_serie img {				background-color: #ff0000; padding: 24px 18px 24px 17px; }*/
	.mp_sel.mp_sel_serie a:hover img {		background-color: #000000; }
	
	.mp_sep {								position: relative; width: 665px; height: 1px; background-color: #000000; margin: 10px 0 10px -25px; }
	.mp_link_all {							float: right; margin: 15px 0 0 0; }

	.mp_nav {								position: relative; width: 636px; height: 28px; margin: 25px 0 10px -21px; padding: 10px 0 0 25px; 
											background-image: url(../img/mp_nav_bg.gif); background-repeat: repeat-x; background-position: left bottom; }
	.mp_nav label {							color: #ff0000; font-weight: bold; padding: 0 10px 0 0; line-height: 22px;  }
	.mp_nav select {						width: 160px;  }

	.mp_list {								padding: 5px 0 10px 0; }
	.mp_list .mp_jaq {						width: 85px; }
	.mp_list .mp_jaq img {					border: 1px solid #ff0000; }
	.mp_list .mp_jaq a:hover img {			border-color: #ffffff; }
	.mp_list .mp_infos {					width: 540px; }
	.mp_list .mp_infos .mp_titre {			float: left; font-weight: bold; font-size: 14px; color: #ff0000; }
	.mp_list .mp_infos .mp_prix {			float: right; color: #ff0000; font-size: 18px; font-weight: bold; line-height: 18px; }
	.mp_list .mp_infos .mp_lang {			clear: both; margin: 0 0 10px 0; }
	.mp_list .mp_infos .mp_de,
	.mp_list .mp_infos .mp_avec {			margin: 0; }
	.mp_list .mp_infos .mp_de span,
	.mp_list .mp_infos .mp_avec span {		color: #ff0000; }
	.mp_list .mp_infos .mp_txt {			margin: 10px 0 0 0; font-style: italic; }

	.mp_element {							padding: 10px 0 30px 0; }
	.mp_element p {							margin: 0; padding: 0; }
	.mp_element h3 {						margin: 20px 0 0 0; padding: 0; }
	.mp_element .mp_txt {					padding: 10px 0 10px 0; width: 630px; }
	.mp_element #divPlayer {				margin: 10px 0 10px 0; }
	.mp_element .mp_jaq {					width: 160px; }
	.mp_element .mp_infos {					width: 470px; }
	.mp_element .mp_infos .mp_titre {		float: left; font-size: 18px; font-weight: bold; line-height: 18px; padding: 80px 30px 0 0; }
	.mp_element .mp_infos .mp_titre .mp_lang {	font-size: 14px; color: #ff0000; padding: 0 0 20px 0; }
	.mp_element .mp_infos .mp_prix {		float: right;  }
	.mp_element .mp_infos .mp_prix span {	font-size: 30px; line-height: 40px; font-weight: bold; display: block; text-align: center; }
	.mp_element .mp_infos .mp_infos,
	.mp_element .mp_infos .mp_de,
	.mp_element .mp_infos .mp_avec {		clear: both; }
	.mp_element .mp_infos .mp_infos span,
	.mp_element .mp_infos .mp_de span,
	.mp_element .mp_infos .mp_avec span {	color: #ff0000; }
	.mp_element .mp_louer {					width: 116px; height: 42px; display: block;
											background-image: url(../img/mp_louer_bg.gif); background-repeat: no-repeat; background-position: left top; }
	.mp_element .mp_louer:hover {			background-position: left bottom; }
	
	.mp_voir {								width: 194px; height: 42px; display: block;
											background-image: url(../img/mp_voir_offre.gif); background-repeat: no-repeat; background-position: left top; }
	.mp_voir:hover {						background-position: left bottom; }

	/************************/
	/*		FOCUS			*/
	/************************/	

		div#focus h1 {
			font-size:				18px;
			line-height:			18px;
			color:					#ff0000;
		}

		div#focus {
			position:				relative;
			width:					630px;
			height:					320px;
			padding:				0;			
		}

		div#focus div#focusContent {
			position:				absolute;
			width:					630px;
			height:					320px;
			overflow:				hidden;
			top:					0px;
			left:					0px;
		}
		
		div#focus div#focusContent div#img {
			width:					100%;
			height:					320px;
			overflow:				hidden;
			position:				absolute;
		}

		div#focus div#focusContent div#img div#imgContent {
			position:				absolute;
			top:					0px;
			left:					0px;
			height:					320px;
		}

		div#focus div#focusContent div#img div.img {
			width:					630px;
			height:					100%;
			background-repeat:		no-repeat;
			background-position:	right top;
		}

		div#focus div#focusContent div#txt {
			position:				absolute;
			overflow:				hidden;
			width:					210px;
			height:					310px;
			top:					10px;
			left:					0px;
		}
		
		div#focus div#focusContent div#txt div.txt {
			width:					194px;
			height:					310px;
		}

		div#focus div#focusContent div#txt div#txtContent {
			position:				absolute;
			top:					0px;
			left:					0px; 
		}

		div#focus div#focusContent div#txt div#txtContent div.txt div {
			height: 170px;
		}

		div#focus div#focusContent div#nav {
			position:				absolute;
			width:					210px;
			height:					8px;
			bottom:					18px;
		}

		div#focus div#focusContent div#nav.right {
			right:					0;		
		}

		div#focus div#focusContent div#nav.left {
			left:					0;
		}

		
		div#focus div#focusContent div#nav table#navContent {
			width:					94%;
			margin:					0;
		}
		div#focus div#focusContent div#nav table#navContent .navBtn {	width: 10%; }
		div#focus div#focusContent div#nav table#navContent .navNav {	width: 80%; text-align: center; vertical-align: middle; }

		div#focus div#focusContent div#nav table#navContent a {
			display:				inline-block;
			width:					8px;
			height:					8px;
			margin:					0 3px;
			background-repeat:		no-repeat;
			background-position:	left top;
			background-image:		url( ../img/focus_nav.png );
		}
		
		div#focus div#focusContent div#nav table#navContent a.selected {		background-position: left center; }
		div#focus div#focusContent div#nav table#navContent a:hover {			background-position: left bottom; }
		div#focus div#focusContent div#nav table#navContent a.selected:hover {	background-position: left center; }

		div#focus div#focusContent div#nav table#navContent a.focusBtn {
			position:				relative;
			display:				block;
			float:					left;
			width:					15px;
			height:					16px;
			background-repeat:		no-repeat;
			background-position:	left top;
			background-image:		url( ../img/focusBtn_bg.png );
		}
		div#focus div#focusContent div#nav table#navContent a#focusPrev {		background-position: left top; margin-left: 0; }
		div#focus div#focusContent div#nav table#navContent a#focusNext {		background-position: right top; }
