.pix_diapo {
	height: 334px;
	overflow: hidden;
	position: relative;
	width: 940px;
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1001;
}
#pix_prev {
	background: url(../images/diapo/prev.png) no-repeat;
	left: 10px;
}
#pix_next {
	background: url(../images/diapo/next.png) no-repeat;
	left: auto!important;
	right: 10px!important;
}
#pix_pag {
	margin: 0 auto;
	position: relative;
	top: -45px;
	width: 940px;
	z-index: 1002;
}
#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_pag_ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 940px;
}
#pix_pag_ul > li {
	cursor: pointer;
	display: block;
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: -9999px;
}

#pix_pag_ul > li#pag_nav_0 > span {
	background: url(../images/fun_menu_off_noline.png) center no-repeat;
	height: 45px;
	width: 310px;
}

#pix_pag_ul > li#pag_nav_0:hover > span {
	background: url(../images/fun_over.png) center no-repeat;
}

#pix_pag_ul > li#pag_nav_0.myover > span {
	background: url(../images/fun_over.png) center no-repeat;
}

#pix_pag_ul > li#pag_nav_1 > span {
	background: url(../images/learn_menu_off_noline.png) center no-repeat;
	width: 320px;
}

#pix_pag_ul > li#pag_nav_1:hover > span {
	background: url(../images/learn_over.png) center no-repeat;
}

#pix_pag_ul > li#pag_nav_1.myover > span {
	background: url(../images/learn_over.png) center no-repeat;
}

#pix_pag_ul > li#pag_nav_2 > span {
	background: url(../images/support_menu_off_noline.png) center no-repeat;
	width: 310px;
}

#pix_pag_ul > li#pag_nav_2:hover > span {
	background: url(../images/support_over.png) center no-repeat;
}

#pix_pag_ul > li#pag_nav_2.myover > span {
	background: url(../images/support_over.png) center no-repeat;
}


#pix_pag_ul > li > span {
	display: block;
	height: 45px;
}
#pix_pag_ul > li > span > span {
	display: block;
	float: left;
	height: 8px;
	margin: 4px;
	width: 8px;
}

.pix_relativize {
	overflow: hidden;
	position: relative;
	z-index: 999;
}
.imgFake {
	cursor: pointer;
}
.elemHover {
	position: absolute;
	z-index: 999;
}

.caption {
	background: none;
	position: relative;
 	bottom: 20px;
	color: #000;
	display: block;
	font-size: 17px;
	width: 400px;
	margin: 20px 50px;
	line-height:15px;
	z-index: 999;
}
.ui-loader {
	display: none;
}