﻿

/*** Visionneuse ***/
body {
	overflow-x: hidden;
}
.viewer 
{
	width: 493px;
	margin-left: auto;
	margin: auto;
}
.viewer .display {
	height: 339px;
	background-color: #ffffff;
}
.full-images {
	position: absolute;
	cursor: pointer;
}
.background {
	position: absolute;
	background-color: #ffffff;
	cursor: pointer;
}
.viewer .dock {
	overflow: hidden;
	height: 80px;
	white-space: nowrap;
	margin: 8px 0 0 0;
}
.invisible-scroll 
{
	overflow: hidden;
}
.viewer .wrap {
	overflow: hidden;
}
.viewer .dock > div {
	text-align: center;
}
.viewer .display img {
	cursor: pointer;
}
.cursor-e-resize {
	cursor: e-resize;
}
.dock img {
	cursor: pointer;
}
.slidable {
	height: 80px;
	width: 20px;
	display: inline-block;
	cursor: grab;
	cursor: -o-grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	background-image: url("../images/viewer1/grippy.png");
	background-repeat: repeat-y; 
	background-position: center center;
}
.dock-left-transparency,
.dock-right-transparency,
.display-left-arrow,
.dock-left-arrow,
.dock-right-arrow,
.display-right-arrow {
	position: absolute;
	width: 100%;
	height: 1px;
}


.dock-left-transparency div {
	position: relative;
	left: 0px;
	top: 8px;
	height: 80px;
	width: 16px;
	background-image: url("../images/viewer1/dock-left-transparency.png");
	background-repeat: repeat-y; 
	background-position: center center;
}
.dock-right-transparency div {
	position: relative;
	top: 8px;
	left: 484px;
	height: 80px;
	width: 16px;
	background-image: url("../images/viewer1/dock-right-transparency.png");
	background-repeat: repeat-y; 
	background-position: center center;
}
.dock-left-arrow div {
	position: relative;
	left: -15px;
	top: 45px;
	height: 15px;
	width: 15px;
	background-image: url("../images/viewer1/arrows-left-32x32.png");
	background-repeat: repeat-y; 
	background-position: -9px -9px;
}
.dock-right-arrow div {
	position: relative;
	top: 45px;
	left: 494px;
	height: 15px;
	width: 15px;
	background-image: url("../images/viewer1/arrows-right-32x32.png");
	background-repeat: repeat-y; 
	background-position: -9px -9px;
}
.display-left-arrow div {
	cursor: pointer;
	position: relative;
	left: 20px;
	top: -178px;
	height: 50px;
	width: 50px;
	background-image: url("../images/viewer1/arrows-left-128x128.png");
	background-repeat: repeat-y; 
	background-position: -38px -38px;
}
.display-right-arrow div {
	cursor: pointer;
	position: relative;
	top: -178px;
	left: 410px;
	height: 50px;
	width: 50px;
	background-image: url("../images/viewer1/arrows-right-128x128.png");
	background-repeat: repeat-y; 
	background-position: -38px -38px;
}

.paragraphImage2 
{
	display: none;
}


.start-wait-viewer 
{
	text-align: center;
	height: 260px;
}
.product-media-list 
{
	display: none;
}
