.hasJS #documents_portfolio, #documents_portfolio {
	text-align: center;
}
#myGalleryListWrapper {
    	position: relative;
   	width: 508px;
    	text-align: center;
    	background-color: #ffffff; 
    	margin-top: 30px;
}
.hasJS #myGalleryListWrapper {
	display: block;
}
.hasJS #myGallery, #myGallery {
    	text-align: center;
    	overflow: hidden;
}
.hasJS  #mycarousel {
	margin-top: 50px;
}
#myCarousel {
	margin-top: 30px;
}
.hasJS #myGallery, #myGallery {
    	list-style: none;
   	margin: 0;
    	padding: 0;
    	clear: both;
}
.hasJS #mycarousel li {
    	opacity: 0.6;
    	filter: alpha(opacity = 60);
}
#mycarousel li {
    	list-style: none;
    	margin: 3px 27px 3px 0px;
    	padding: 0;
    	float: left;
    	opacity: 1;
    	filter: alpha(opacity = 100);
        width: 100px;
        height: 100px;
}
.hasJS #mycarousel li.mycarouselItemActive, #mycarousel li.mycarouselItemActive {
    	opacity: 1;
    	filter: alpha(opacity = 100);
}
.hasJS #myGallery li {
    	display: none;
    	position: relative;
    	top: 0;
    	left: 0;
    	z-index: 0;
}
#myGallery li {
    	display: block;
    	position: relative;
    	top: 0;
    	left: 0;
    	z-index: 0;
}
.hasJS #myGallery li.myGalleryItemActive, #myGallery li.myGalleryItemActive {
    z-index: 1;
}
.hasJS #myGallery li.myGalleryItemActive img, #myGallery li.myGalleryItemActive img {
    	border: 1px solid #CACACA;
	padding:10px;
}
.hasJS #myGallery li a img {
	border: none;
}
#myGallery li a img {
    	border: 1px solid #CACACA;
    	padding: 10px;
}
.hasJS .noscript {
	display: block;
}
.noscript {
	display: none;
}
/*--------------------------------*/

#myStaticGalleryListWrapper {
    position: relative;
    width: 675px;
    overflow: hidden;
    text-align: center;
    background-color: #797778;
}
#myStaticGallery {
    height: 304px;
    width: 406px;
}
#myStaticGallery div img.spip_logos {
    padding: 3px;
}
#myStaticGalleryHelper {
    position: absolute;
    top: 0;
    right: 0;
    width: 269px;
    background-color: #ffffff;
}
#myStaticGallery, #myStaticGalleryHelper {
    list-style: none;
    margin: 0;
    padding: 0;
}
#myStaticGalleryHelper li {
    margin: 5px 3px;
    padding: 0px;
    width: 100%;
    height: 70px;
    cursor: pointer;
    color: #454545;
}
#myStaticGalleryHelper li:hover {}
#myStaticGalleryHelper li.myStaticGalleryHelperItemActive {}
#myStaticGalleryHelper li.myStaticGalleryHelperItemActive .myGalleryImageText {
    color: #ffffff;
    background-color: #797778;
    margin-left: 0;
}
#myStaticGalleryHelper li.myStaticGalleryHelperItemActive a.myGalleryLien {
    color: #ffffff;
    font-size: 14px;
}
#myStaticGallery li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#myStaticGallery li.myStaticGalleryItemActive {
    z-index: 1;
}
#myStaticGalleryHelper li div img.spip_logos {
    position: absolute;
    left: 3px;
    width: 100px;
    height: 70px;
    background-color: #ffffff;
}
#myStaticGalleryHelper li.myStaticGalleryHelperItemActive div img.spip_logos {
    display: none;
}
p.myGalleryDate {
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
}
.myGalleryImageText {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	background-color: transparent;
	height: 64px;
	text-align: left;	
	color: #454545;
	margin-left: 103px;
}
a.myGalleryLien {
	color: #454545;
	text-decoration: none;
}
.myGalleryBigImageText {
	z-index: 2;
	background-color: #797778;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	width: 393px;
	padding: 5px;
	text-align: left;
}
