.pix_diapo {
	background:url(loading.gif) no-repeat 50% 50% #FFF;
	height: 340px;
	width:100%;
	position:relative;
	overflow:hidden;
	
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 70px;
	margin-top: -35px;
	position: absolute;
	top: 50%;
	width: 70px;
	z-index: 1001;
}
#pix_prev {
	background:url(../images/sliderbtn.png) no-repeat;
	left: 10px;
}
#pix_next {
	background:url(../images/sliderbtn.png) no-repeat -70px 0;
	left: auto!important;
	right: 10px!important;
}
#pix_pag {
	
	position: absolute;
	z-index: 1002;
	bottom:10px;
	width:100%;
	text-align:center;
}

#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 15px 0 0 13px;
	position: relative;
	width: 24px;
}
#pix_play {
	background: url(images/diapo/play.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_stop {
	background: url(images/diapo/pause.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_pag_ul {
}
#pix_pag_ul > li {
	cursor: pointer;
	display:inline-block;
	.display: inline-block;
	list-style: none;
	margin: 0 2px;
	text-align: center;
	text-indent: -9999px;
	width: 15px;
	height:15px;
}
#pix_pag_ul > li > span {
	display: block;
	height: 15px;
	width: 15px;
}
#pix_pag_ul > li:hover > span > span {
	background:#16ade9;
	border:none;
	width:12px;
	height:12px;
}
#pix_pag_ul > li > span > span {
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	background:#fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
}
#pix_pag_ul > li.diapocurrent > span > span {
	background:#16ade9;
	border:none;
	width:12px;
	height:12px;
	
}
#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: rgba(0, 0, 0, 0.8);
    .filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)\9;
	bottom: 20px;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 20px;
	width: 900px;
}
.ui-loader {
	display: none;
}
