#Workspace { width:739px; text-align:left; padding:2px;}

/* Data Viewer */
#Viewer { position:absolute; left:400px; top:200px;  border:2px solid #555555; width:320px; height:250px; background-color:#ffffff; padding:10px;  }

/* Generic Carousel Properties */
.carousel { position:relative; clear:both;
	border:2px solid #ffffff; background-color:#ffffff;
}
.carousel .navButton {
	cursor:pointer; display:block; text-indent:-9999px; background-repeat:none; z-index:10;
}
.carousel .container { position:absolute; overflow:hidden; }
.carousel .items { position:absolute; }
.carousel .item { position:relative;
	cursor:pointer;
	
	list-style-type:none; margin:0px; 
}


/* Horizontal Carousel */
#Carousel2 { height:88px; width:739px;

	background-image: url(../images/decouvrir/fond-emploi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Carousel2 .container { left:100px; top:0px; width:576px; height:100px; }        
#Carousel2 .items { width:100000px;height:100px;}
#Carousel2 .item { float:left; clear:right; 
	text-align:left;
	background-image: url(../images/decouvrir/fleche-emploi.gif);
	background-repeat: no-repeat;
	width: 173px;
	background-position: left top;
	padding: 0 0 0 18px;
	margin: 8px 0 0 14px;
	height:100px;
	
}
#Carousel2 .item .icon img { position:relative; left:0px; width:65px !important; height:65px; cursor:pointer;}
#Carousel2 .navButton { position:absolute; bottom:0px; width:24px; height:87px; }
#Carousel2 .navButton.previous {bottom:30px;width:35px;height:35px; left:2px;background-repeat: no-repeat; background-image:url('../images/decouvrir/btn-gauche-violet.png'); }
#Carousel2 .navButton.previous:hover {bottom:30px;width:35px;height:35px; left:2px;background-repeat: no-repeat; background-image:url('../images/decouvrir/btn-gauche-red.png'); }

#Carousel2 .navButton.next {  bottom:30px;width:35px;height:35px;right:2px;background-repeat: no-repeat; background-image:url('../images/decouvrir/btn-droite-violet.png'); }
#Carousel2 .navButton.next:hover {  bottom:30px;width:35px;height:35px;right:2px;background-repeat: no-repeat; background-image:url('../images/decouvrir/btn-droite-red.png'); }

/* Hide data items from selector */
#Carousel2 .item .key { display:none;}
#Carousel2 .item .picture { display:none;}
