#container2
{
	width:960px;
	text-align:left; /*back to normal for IE < 6*/
	margin:0 auto; /*center this in compliant browsers*/
}
/*###########################
####### Banner styles #######
###########################*/

/* General styles
---------------------------*/
#banner
{
	width:960px;
}
#banner ul
{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden; /*float containment*/
	background:url(../images/global.jpg) top left no-repeat;
}
#banner ul li
{
	float:left;
}
#banner ul li a
{
	display:block;
	float:left;
	text-indent:-9999px;
}

/* Rollover one
---------------------------*/
#banner ul li#candidate1 a
{
	width:268px;
	height:360px;
	background:url(../images/julie.jpg) 0 0 no-repeat;
}

/* Rollover two
---------------------------*/
#banner ul li#candidate2 a
{
	width:165px;
	height:360px;
	background:url(../images/caroline.jpg) 0 0 no-repeat;
}

/* Rollover three
---------------------------*/
#banner ul li#candidate3 a
{
	width:144px;
	height:360px;
	background:url(../images/simone.jpg) 0 0 no-repeat;
}

/* Rollover four
---------------------------*/
#banner ul li#candidate4 a
{
	width:134px;
	height:360px;
	background:url(../images/olivia.jpg) 0 0 no-repeat;
}

/* Rollover five
---------------------------*/
#banner ul li#candidate5 a
{
	width:249px;
	height:360px;
	background:url(../images/florence.jpg) 0 0 no-repeat;
}

/* All hover in one rule
---------------------------*/
#banner ul li#candidate1 a:hover, #banner ul li#candidate2 a:hover, #banner ul li#candidate3 a:hover, #banner ul li#candidate4 a:hover, #banner ul li#candidate5 a:hover
{
	background-position:0 -360px;
}