/* CSS Document */
#viewer-global {
	width: 485px;
	text-align: center;
}
#viewer-screen {
	width: 485px;
	height: 330px;
	margin-bottom: 10px;
	position: relative;
}
.viewer-right {
	margin: 15px 0 10px 10px !important;
	/*
Update on 2009-04-23 */
	float: right;
}
#viewer-row {
	position: relative;
  overflow: hidden;
}
#viewer-row .grey-panel {
	margin-bottom: 0;
	width: 210px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.blog_img {
  margin: 10px 0;
}

.img_half_left, .img_half_left a, .img_half_left img, .img_half_right, .img_half_right a, .img_half_right img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.img_half_left {
  text-align: left;
}

.img_half_right {
  text-align: right;
}

#tab-produit-3 .blog_img a.cboxElement {
  overflow: visible;
  background: none;
}

.blog_img a {
  position: relative;
}

.zoom_img {
  background: transparent url("../images/zoom_img.png") no-repeat scroll center top;
  bottom:10px;
  display:block;
  height:32px;
  position:absolute;
  left:10px;
  width:32px;
  z-index:500;
}
.blog_img a:hover .zoom_img {
  background-position: center bottom;
}
