div.slide {
	display: none;
}
div.slide a.link {
	position: absolute;
	left: 7px;
	bottom: 1px;
	display: none;
	text-indent: -1000em;
}
div.slide a.charte {
	width: 159px;
	height: 59px;
	display: block;
	background-image: url(/portfolio/images/charte_graphique.gif);
	background-repeat: no-repeat;
}
#slide_img_container {
	position: absolute;
	left: 2px;
	top: 2px;
}
#slide_counter {
	position: absolute;
	right: 50px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #B4B4B4;
}

/* COMMANDS **************************/
#cmd {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 172px;
	height: 250px;
	background-image: url(/images/cmd_0_background.gif);
	background-repeat: no-repeat;
}


#cmd_0 {
	position: absolute;
	right: 0;
	top: 0;
	width: 152px;
	height: 184px;
	padding: 10px;
}
#cmd_0.charte {
	padding: 50px 10px 10px 10px;
	background-image: url(/portfolio/images/cartouche_back_cg.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
#cmd_0.global a.link {
	display: none;
}
#cmd_0 h1 {
	margin: 5px 0px 5px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
#cmd_0 h2 {
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	color: #B4B4B4;
}
#cmd_0 div.description {
	margin: 5px 0px 5px 0px;
	font-size: 10px;
	color: #666666;
}
#cmd_0 div.description ul {
	list-style: none;
}


#cmd_1 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 172px;
	height: 40px;
	background-image: url(/images/cmd_1_background.gif);
	background-repeat: no-repeat;
}
#cmd_1 a {
	position: absolute;
	top: 7px;
	height: 26px;
	display: block;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#cmd_1 a#slide_prev {
	left: 8px;
	width: 27px;
	background-image: url(/images/buttons/arrow_left.gif);
}
#cmd_1 a#slide_prev:hover {
	background-image: url(/images/buttons/arrow_left_over.gif);
}
#cmd_1 a#slide_next {
	left: 35px;
	width: 28px;
	background-image: url(/images/buttons/arrow_right.gif);
}
#cmd_1 a#slide_next:hover {
	background-image: url(/images/buttons/arrow_right_over.gif);
}