

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable1 {

	/* required settings */
	position: relative;
	float:left;
	left: 15px;
	overflow: hidden;
	width: 966px;
	height: 360px;

	/* custom decorations */
	/*border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;*/
}


/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable1 .items1 {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
.items1 div {
	float: left;
	margin: 0px;
	background-color: #fff;
	padding: 0px;
	cursor: pointer;
}

/* active item */
.scrollable1 .active {
	z-index:8999;
	position:relative;
}

div.main_nav
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}

/************************************************************************************************************************************/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable2 {

	/* required settings */
	position:relative;
	float:left;
	overflow:hidden;
	left: 12px;
	overflow: hidden;
	width: 976px;
	/*width: 1080px;*/
	height:210px;

	/* custom decorations */
	/*border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}



/* single scrollable item */
.items div {
	float: left;
	background-color:#fff;
	padding:2px;
	background-image:url(/templates/55/images/fond-jeux-bas.png);
	background-repeat:no-repeat;
	background-position: top left;
	width: 240px;
	height: 208px;
	cursor:pointer;
}



/* active item */
.scrollable2 .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

.featured_games_nav_disabled img{
	visibility: hidden;
}

.featured_games_nav_enabled img{
	visibility: visible;
}

div.featured_games_list_nav
{
	float:left;
	padding-top: 8px;
	padding-left: 20px;
}

div.featured_games_page_nav
{
	float:right;
	margin:0px;
	padding-top: 5px;
	padding-right:20px;
}

div.featured_games_list_nav div
{
	background-image: url(/templates/55/images/carousel/rond-selection-gris.png);
	background-repeat: no-repeat;
	display: inline-table;
	margin: 0px; padding: 0px;
	/*border: 1px solid black;*/
}

div.carousel_text_right
{
	position:absolute;
	float: left;
	top:18px;
	width:939px;
	z-index:9900;
	
	background-color: transparent;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1pt;
	text-align:right;
}

div.carousel_text_center
{
	position:absolute;
	float: left;
	left: 176px;
	top:38px;
	width:652px;
	z-index:9900;
	
	background-color: transparent;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1pt;
	text-align:right;
}


div.carousel_text_right a
{
	color: #FFF;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1pt;*/
}

.texte-carousel-gros 
{
	color:  #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -1pt;
}

.texte-carousel-normal 
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1pt;
}

.texte-carousel-petit 
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1pt;
}

.texte-carousel-gros-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.texte-carousel-normal-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1pt;
}
.texte-carousel-petit-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1pt;
}

.main_nav_pages_list
{
	display: inline-table;
	padding-bottom: 2px;
	text-align:center;
}

.main_nav_pages_list a
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: +3pt;
	text-decoration: none;
	text-align:center;
}
