.pix_diapo {
	background: #000;
	height: 300px;
	overflow: hidden;
	position: relative;
   direction:ltr;
   margin-bottom:-20px;
	text-align:justify
}
.pix_diapo > div {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 1001;
   background: url(images/nextprev.png) no-repeat;
}
#pix_prev {
	background-position:left top;
	left: 10px;
}
#pix_prev:hover {
   background-position:left bottom;
}
#pix_next {
	background-position:right top;
	left: auto!important;
	right: 10px!important;
}
#pix_next:hover {
   background-position:right bottom;
}
#pix_pag {
	margin: 0;
   padding:0;
	position: relative;
   top:0;
	width: 100%;
   height:20px;
   overflow:hidden;
	z-index: 1002
}
#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 2px;
	position: relative;
}
#pix_play {
	background: url(images/playpause.png) top no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
#pix_stop {
	background: url(images/playpause.png) bottom no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
#pix_pag_ul {
	float: right;
	margin: 0;
	padding: 0;
   direction:ltr;
}
#pix_pag_ul > li {
	cursor: pointer;
	display: block;
	.display: inline-block;
	float: left;
	list-style: none;
	margin-left: 2px;
	padding: 2px 2px 0 0;
	text-align: center;
	text-indent: -9999px;
	width: 16px;
}
#pix_pag_ul > li > span {
	background: url(images/pagination.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}
#pix_pag_ul > li:hover > span > span {
	background: #ccc;
}
#pix_pag_ul > li > span > span {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	float: left;
	height: 6px;
	margin: 5px;
	width: 6px;
}
#pix_pag_ul > li.diapocurrent > span > span {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#pix_pag_ul > li > .pix_thumb {
	border: 4px solid #f2f2f2;
	.border: 4px solid #e6e6e6;
	border: 4px solid #e6e6e6\9;
	-moz-box-shadow: 0 1px 8px #000;
	-webkit-box-shadow: 0 1px 8px #000;
	box-shadow: 0 1px 8px #000;
	height: 58px;
 	left: -17px;
	position: absolute;
	top: -40px;
	width: 58px;
}
#pix_pag_ul > li > .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid  #e6e6e6;
	top: 26px;
	left: 12px;
	position: absolute;
}
.pix_relativize {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.elemHover {
	position: absolute;
}
.caption {
	background: url(images/captbg.png);
	bottom: 20px;
	color: #fff;
	display: block;
	padding: 8px;
	width: 100%;
}
.ui-loader {
	display: none;
}
.fromLeft { direction:rtl; right:0 }
.fromRight { direction:ltr; left:0 }