/*************************************************
***********           CONTENT      ***************
***********           GALLERY      ***************
**************************************************/

.graphismes.index #gallery{
	position: relative;
	}
.graphismes.index #gallery #pics{
	position: relative; 
	}
	.graphismes.index #gallery #pics dl {
		height: 400px;
		text-align: center;
		}
		.graphismes.index #gallery #pics dl #prev{
			position: absolute;
			top: -60px;
			left: 130px;
			}
		.graphismes.index #gallery #pics dl #next{
			position: absolute;
			top: -60px;
			right: 25px;
			}
		.graphismes.index #gallery #pics dt{
			float: left;
			border: solid 2px #fff;
			overflow: hidden;
			position: relative;
			top: -80px;
			left: 160px;
			margin-right: 1px;
			}
			.graphismes.index #gallery #pics dd {
				display: none;
				position: absolute;
				top : 0px;
				left: -30px;
				width: 520px;
				}
				.graphismes.index #gallery #pics dd img {
					margin: 0 auto; 
					overflow: hidden;
					}
			.graphismes.index #gallery #pics h5 {
				color: #59505B;
				font-size: .85em;
				width: 520px;
				text-align: center;
				}

