.pix_diapo {
	height: 400px;
	overflow: hidden;
	position: relative;
	width:980px;
	z-index:-1000px;
	margin:-8px 0px 0px -10px;
	border-radius:8px;
}
.pix_diapo > div {
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
	border-radius:8px;
}
#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1001;
}
#pix_next
{
  margin-top: -39px;
}
#pix_prev {
	background:url(pics/diapo/prev.png) no-repeat;
	left: 10px;
}
#pix_next {
	background: url(pics/diapo/next.png) no-repeat;
	left: auto!important;
	right: 10px!important;
}


#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 15px 0 0 13px;
	position: relative;
	width: 24px;
}
#pix_play {
	background: url(pics/diapo/play.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: -35px;
	width: 24px;
}
#pix_stop {
	background:url(pics/diapo/pause.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: -36px;
	width: 24px;
}

.pix_relativize {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.elemHover {
	position: absolute;
}
.caption {
	background: rgba(739, 79, 146, 0.8);
	-pie-background: rgba(739, 79, 146, 0.8);
	bottom: 20px;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 20px;
	width: 200px;
	margin-top:20px;
	behavior: url(css/PIE.htc);
}
.ui-loader {
	display: none;
}
