		<!--
	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	 
	#apDiv1 {
		position:relative;
		left:0px;
		top:0px;
		width:359px;
		z-index:1;
		overflow: visible;
		background-image: url(/irj/portalapps/com.stibmivb.portal.component.internet/img/picZoom/ombre_cote_bleu.gif);
	}
	#apDiv2 {
		position:relative;
		left:0px;
		top:0px;
		width:359px;
		height:6px;
		z-index:2;
		background-image: url(/irj/portalapps/com.stibmivb.portal.component.internet/img/picZoom/ombre_haut_bleu.gif);
	}
	#apDiv3 {
		position:relative;
		left:0px;
		top:0px;
		width:359px;
		height:6px;
		z-index:3;
		background-image: url(/irj/portalapps/com.stibmivb.portal.component.internet/img/picZoom/ombre_bas_bleu.gif);
	}
	
	/*This is the updated version with separated DIV for background*/
	/*	#apDiv1 {
		position:relative;
		left:0px;
		top:0px;
		width:350px;
		height:337px;
		z-index:1;
		overflow: visible;
	}
	#back{
	     position:relative;
	     top:-337px;
	     left:-6px;
	z-index:0;
	}
	#apDiv2 {
		position:relative;
		left:-6px;
		top:0px;
		width:358px;
		height:6px;
		z-index:2;
		background-image: url(/irj/portalapps/com.stibmivb.portal.component.internet/img/picZoom/ombre_haut.png);
	}
	#apDiv3 {
		position:relative;
		left:-6px;
		top:-337px;
		width:358px;
		height:6px;
		z-index:14;
		background-image: url(/irj/portalapps/com.stibmivb.portal.component.internet/img/picZoom/ombre_bas.png);
	}
	*/
	#smallPic{
		display: inline;
	}
	#smallPic img{
		cursor:pointer;
	}
	#bigPic{
		display: inline;
	}
	#bigPic img{
		cursor:pointer;
	}
	#bigPicContainer{
		float:left;
		margin-bottom:10px;
		top:-6px;
		position:relative;
		display: none;
	}
	#smallPicContainer{
		float:left;
		margin-bottom:10px;
		margin-right:10px;
		top:-6px;
		position:relative;
		display: inline;
	}
	-->

