.pix_diapo {
    background: none repeat scroll 0 0 #000000;
    box-shadow: 0 3px 6px #000000;
    height: 245px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    width: 429px;
}
.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 scroll 0 0 transparent;
    left: 10px;
}
#pix_next {
    background: url("images/diapo/next.png") no-repeat scroll 0 0 transparent;
    left: auto !important;
    right: 10px !important;
}
#pix_pag {
    margin: 0 auto;
    position: relative;
    width: 429px;
    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") no-repeat scroll center center transparent;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
#pix_stop {
    background: url("images/diapo/pause.png") no-repeat scroll center center transparent;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
#pix_pag_ul {
    float: right;
    margin: 0;
    padding: 0;
}
#pix_pag_ul > li {
    cursor: pointer;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0 10px 0 0;
    padding: 20px 8px 0;
    text-align: center;
    text-indent: -9999px;
    width: 16px;
}
#pix_pag_ul > li > span {
    background: none repeat scroll 0 0 #222222;
    border-radius: 8px 8px 8px 8px;
    display: block;
    height: 16px;
    width: 16px;
}
#pix_pag_ul > li:hover > span > span {
    background: none repeat scroll 0 0 #CCCCCC;
}
#pix_pag_ul > li > span > span {
    border-radius: 8px 8px 8px 8px;
    display: block;
    float: left;
    height: 8px;
    margin: 4px;
    width: 8px;
}
#pix_pag_ul > li.diapocurrent > span > span {
    background: none repeat scroll 0 0 #FFFF00;
    border-radius: 8px 8px 8px 8px;
}
#pix_pag_ul > li > .pix_thumb {
    border: 4px solid #F2F2F2;
    box-shadow: 0 1px 8px #000000;
    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;
    left: 12px;
    position: absolute;
    top: 26px;
}
.pix_relativize {
    overflow: hidden;
    position: relative;
}
.imgFake {
    cursor: pointer;
}
.elemHover {
    position: absolute;
}
.caption {
    background: none repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 25px;
    font-weight:bold;
    padding: 20px;
    text-align: center;
    width: 386px;
    background-color: #fff;
opacity:0.6;
   filter:alpha(opacity=60); 
   text-shadow: -1px 0 red, 0 1px yellow, 1px 0 green, 0 -1px red;
}
.ui-loader {
    display: none;
}
