#col-left{
	background:url(../images/back-saveur.gif) no-repeat center -60px;
	padding-top:0;
}
#module-photo{
	position:relative;
	width:569px;
}
/*#module-photo img{
	position:absolute;
	top:0px;
	left:0px;
}*/

#module-photo h2{
	position:absolute;
	top:39px;
	left:-30px;
	font-size:18px;
	text-transform:uppercase;
	background:url(../images/back-titre-banniere.png) top right no-repeat;
	display:-moz-inline-box; 
	display:inline-block; 
	_display:block;
	padding:0 10px 0 30px;
	height:33px;
	line-height:33px;
	_width:1%;	
	white-space:nowrap;
	z-index:4;
}
#module-photo #block-large-image{
	width:569px;
	height:310px;
	background:#000 url(../images/ajax-loader.gif) no-repeat center;
	position:relative;
	margin-bottom:30px;
}
#module-photo #block-large-image .large-image{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:none;
}
#module-photo #block-large-image .large-image img{
	position:absolute;
	top:0;
	left:0;
}
#module-photo #block-large-image .large-image h3{
	z-index:2;
	position:absolute;
	height:37px;
	width:553px;
	background:url(../images/fond-trans-noir.png) repeat;
	top:260px;
	left:0;
	font-size:20px;
	padding:13px 0 0 16px;
}


#module-photo #list-small-image li strong,
	#module-photo #list-small-image li img{
	display:block;
}
#module-photo #list-small-image li img{
    cursor: pointer;
}
#module-photo #list-small-image li strong{
	font-size:16px;
	color:#b49c65;
	text-transform:uppercase;
	line-height:12px;
	margin-top:5px;
}
.jcarousel-container {
    position: relative;
}
.jcarousel-container-horizontal {
    width:448px;
    padding:0 60px;
}
.jcarousel-clip-horizontal {
    width:448px;
    height: 126px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	width:66px;
	height:126px;
}
.jcarousel-item-horizontal {
    margin-right: 29px;
}
.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 33px;
    height: 58px;
    cursor: pointer;
    background:url(../images/btn-next-carousel.gif) no-repeat;
}

.jcarousel-next-horizontal:hover {
    background-position: 0 -58px;
}

.jcarousel-next-horizontal:active {
    background-position: 0 0;
}

.jcarousel-next-disabled-horizontal,
html .jcarousel-next-disabled-horizontal:hover{
    cursor: default;
    background-position: 0 -116px;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 33px;
    height: 58px;
    cursor: pointer;
    background:url(../images/btn-prev-carousel.gif) 0 0 no-repeat;
}

.jcarousel-prev-horizontal:hover {
    background-position: -0 -58px;
}

.jcarousel-prev-disabled-horizontal,
html .jcarousel-prev-disabled-horizontal:hover{
    cursor: default;
    background-position: -0 -116px;
}

a.bouton{
	margin-top:13px;
}
