#container #cadre {
	border: 1px solid #999999;
	background-image: url(../images/portfolio_bckg.jpg);
	height: 591px;
	width: 941px;
}
#container #cadre #portfolio{
	padding-left: 370px;
	padding-top: 20px;
	height: 500px;
}
#gallery {
	position:relative;
	width:555px;
	height: 500px;
	background-color: #000;
	border: 2px solid #000;
}
#image {
	position:relative;
	width:555px;
	height:439px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {
	position:absolute; 
	top:0px; 
	left:0px
}
#thumbwrapper {
	position: relative;
	height:46px;
	background-color: #000;
	top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:46px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:3px;
	height:50px;
	width:10000px;
	margin-top: 3px;
}
#thumbs li {
	float:left; 
	margin-right:3px; 
	cursor:pointer
}
.imgnav {
	position:absolute;
	height:440px; 
	width:20%;  
	 z-index:100; 
	 outline:none; 
	 cursor:pointer
}
#previmg {
	left:0;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 485px;
}
#previmg:hover {
	opacity:1; 
	filter:alpha(opacity=100)
}
#nextimg {
	right:0;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 485px;
}
#nextimg:hover {
	opacity:1; 
	filter:alpha(opacity=100)
}
#portfolio_gauche {
	float: left;
	margin-left: 53px;
	margin-right:53px;
}
#portfolio_gauche h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-bottom: 12px;
	margin-top: 4px;
	line-height: 14px;
	letter-spacing: 1px;
}
#portfolio_gauche h6 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration:none;
}
#portfolio_gauche h6 a:hover {
	text-decoration:underline;
}
#credits {
	background-color: #666;
	width: 243px;
	z-index: 10;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
}

#credits h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
	margin-top: 4px;
	line-height: 14px;
}
#credits p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 14px;
	padding-bottom: 5px;
}
#credits a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 12px;
	padding-bottom: 3px;
	text-decoration: underline;
}
#credits a:hover {
	text-decoration: none;color: #CCCCCC;
}
#credits a:visited {
	text-decoration: none;color: #CCCCCC;
}
