﻿#carousel_container
{
	position:relative;
	width: 969px;
	overflow: hidden;
}

#carousel_inner {
float:left; /* important for inline positioning */
width:950px; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #FFFFFF;
padding-left:25px;
}

#carousel_ul {
position:relative;
left:-213px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */
width:180px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;

padding-left:7px;
padding-right:6px;

}

#carousel_ul li:hover{
background-color: #c6bac0;
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand;
border:0px;
}
#left_scroll
{
	position:absolute;
	top:125px;
	left:0px;
	z-index:25;
	height:130px;
	width:38px;
	height:52px;
}

#right_scroll
{
	position:absolute;
	top:125px;
	right:0px;
	z-index:25;
	height:130px;
	width:38px;
	height:52px;
}


#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}



#carousel_inner a{
	text-decoration: none;
}

.carousselBioTable
{
	height: 368px;padding-top:25px; padding-left:30px; padding-right:30px; padding-bottom: 15px;
}

.PageGalaxieRecardPhoto
{
	width: 180px;
	height:225px; 
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	position:relative;
			
}

.PageGalaxieRecardPhotoInfo
{
	left:3px;
	bottom:3px;	
	line-height:23px;
	position: absolute;
	z-index:2;
}



.PageGalaxyCarrousselTitre
{
	padding-top:3px;
	padding-bottom:3px;	
	line-height:23px;
	
}



.pictoCarrouselPAgeGalaxie
{
	width: 175px;
	height: 22px;
	position: absolute;
	left:1px;
	right: 3px;	
}

.PageGalaxieDeCarrouselLien:hover
{
	background-color: #E5DCDC;

}

.PageGalaxyCarrouselNom
{
	color: #100101;
	font-family: VonnesBoldCompressed,Arial;
	font-size: 32px;
		
}

.PageGalaxyCarrouselPrenom
{
	color: #100101;
	font-family: VonnesBookCompressed,Arial;
	font-size: 32px;
	line-height: 30px;
}

.PageGalaxieCourreselTexte
{
	font-family: Arial;
	font-size: 12px;
	color: #513d48;
		padding-bottom: 3px;
}
