@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
#jThumbnail {
	width: 880px;
	height: 313px;
	margin: 0px auto;
	padding: 0;
	position: relative;

}
.jThumbnailScroller {
	position: relative;
	width: 780px;
	height: 313px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.jThumbnailScroller .jTscrollerContainer {
	position: absolute;
}
.jThumbnailScroller .jTscroller {
	position: relative;
	height: 100%;
	margin: 0;
	left: 0;
	top: 10px;
	display: inline-block;
*display:inline;
}
#jThumbnail .jTscrollerNextButton, #jThumbnail .jTscrollerPrevButton {
	position: absolute;
	display: block;
	width: 43px;
	height: 269px;
	top: 10%
}
#jThumbnail .jTscrollerNextButton {
	right: 0;
	background-color: transparent;
	background-image: url(../../../WD_IMAGES/Nav/btnCarouselNext.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#jThumbnail .jTscrollerPrevButton {
	left: 0;
	background-color: transparent;
	background-image: url(../../../WD_IMAGES/Nav/btnCarouselPrev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#jThumbnail .jTscrollerNextButton:hover, #jThumbnail .jTscrollerPrevButton:hover {
	opacity : 0.4;
	-moz-opacity : 0.4;
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
	filter : alpha(opacity=40); /* IE < 8 */
}
.jThumbnailScroller .jTscroller .thumbjTscroller {
	display: inline-block;
*display:inline;
	width: 200px;
	height: 300px;
	overflow: hidden;
	margin-right: 5px;
	background-color: #f6f6f6;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	background-image: url(../../../WD_IMAGES/diamond_upholstery.png);
	background-repeat: repeat;
}
.jThumbnailScroller .jTscroller .thumbjTscroller .imgSize {
	width: 170px;
	height: 115px;
	overflow: hidden;
	margin-top:15px;
	margin-left:15px;
	background-color:#FFF;
	border: 1px solid #FFF;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.jThumbnailScroller .jTscroller .thumbjTscroller .imgSize:hover {
	opacity : 0.4;
	-moz-opacity : 0.4;
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
	filter : alpha(opacity=40); /* IE < 8 */
}
.jThumbnailScroller .jTscroller .thumbjTscroller .linkjTscroller {
	margin-left:15px;
	margin-top:10px;
	width: 170px;
}
div.soustitrejscroller {
	color:#005a84;
	font-family: 'Averia Serif Libre', cursive;
	font-size: 13px;
	text-transform: capitalize;
}
div.detailTxtBien table {
	margin-top:10px;
}
div.detailTxtBien td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 11px;
	color: #333333;
	padding:5px 0
}
.jThumbnailScroller .jTscroller .thumbjTscroller .linkjTscroller a:hover {
	text-decoration:none;
	color:#c6001e
}
.jThumbnailScroller .jTscroller a {
	display: block;
	float: left;
	border: none;
	margin: 0;
}
.jThumbnailScroller .jTscroller a:hover {
}
.jThumbnailScroller .jTscroller a img {
	border: none;
}
