
.paraindent {
    text-align:justify;
    text-indent:20px;
    margin: .75em 0;
}

.para {
    text-align:justify;
    margin: .75em 0;
}

.left {
    text-align:left;
    margin: .75em 0;
}

.right {
    text-align:right;
    margin: .75em 0;
}

.center {
    text-align:center;
    margin: .75em 0;
}

.ul_home li{
    margin: 7px 0 7px 10px;
    border:0px solid red;
    list-style-type: square; 
}


#calendar {
    width: 280px; 
    height:100%;
    margin: 5px auto 10px auto;
    border:1px solid #eeeeee;
}

/*** BEGIN - DIAPO HOME ***/
#diaporama_home{
    background:#eee;
    margin: auto;
    margin-bottom:30px;
    width: 550px;
    height:100%;
    padding: 30px 50px 30px 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}

#diaporama_home a{
    outline:none
}

#diaporama_home ul{
    margin:0;
    padding:0;
}

#diaporama_home p{
    font-style:normal;
    text-shadow:none
}

.diaporama1{
    margin:auto;
    width:512px;
    height:288px;
    border: 0px solid red; 
}

.jDiaporama{
    position:relative; 
    margin:auto;
    /*padding-left:-50px;*/
    width:100%;
    width:512px;
    height:288px;
    border:0px solid red;
}

.jDiaporama ul{
    -moz-box-shadow:1px 1px 0.5em #222;
    overflow:hidden;
}

.jDiaporama li{
    list-style-type:none;
    overflow:hidden;
    position:absolute
}

.jDiaporama li img{
    display:block
}

.jDiaporama li .desc{
    position:absolute;
    bottom: 0; left: 0;
    display:none;
    margin:0;
    color:#ffffff;
    font-size:12px;
    font-family: Arial;
    font-weight:bold;
    padding:5px 5px 10px 5px;
    background:url(./../../web/images/galerie_home/back_desc.png) repeat;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./../../web/images/galerie_home/back_desc.png',sizingMethod='scale');  _background-image:none;
    width:100%;
    height:30px
}

.jDiaporama li .title{
    position:absolute;
    top: 0; left: 0;
    display:none;
    margin:0;
    color:#ffffff;
    font-size:12px;
    font-family: Arial;
    font-weight:bold;
    padding:5px;
}

.jDiaporama li .count{
    position:absolute;
    top: 0; right: 0;
    display:none;
    margin:0;
    color:#ffffff;
    font-size:12px;
    font-family: Arial;
    font-weight:bold;
    padding:5px;
}

.jDiaporama_controls{
    display:none;
}

.jDiaporama_controls a{
    font-weight:normal;
    width:10px;
    height:13px;
    text-indent:-9999px;
    display:block;
    margin:0 3px;
    position:absolute;
}

.jDiaporama_controls .prev{
    background:url(./../../web/images/galerie_home/controls2.png) no-repeat bottom;
    _background:url(./../../web/images/galerie_home/controls.gif) no-repeat bottom;
    top:50%;
    margin-top:-16px;
    height:32px;
    width:32px;
    left: 0px
}

.jDiaporama_controls .next{
    background:url(./../../web/images/galerie_home/controls2.png) no-repeat top;
    _background:url(./../../web/images/galerie_home/controls.gif) no-repeat top;
    top:50%;
    margin-top:-16px;
    height:32px;
    width:32px;
    right: 0px
}

.jDiaporama_controls .pause{
    background:url(./../../web/images/galerie_home/playpause.png) no-repeat top;
    _background:url(./../../web/images/galerie_home/playpause.gif) no-repeat top;
    width:64px;
    height:48px;
    left:50%;
    top:50%;
    margin-left:-32px;
    margin-top:-24px;
}

.jDiaporama_controls .play{
    background:url(./../../web/images/galerie_home/playpause.png) no-repeat bottom;
    _background:url(./../../web/images/galerie_home/playpause.gif) no-repeat bottom;
    width:64px;
    height:48px;
    left:50%;
    top:50%;
    margin-left:-32px;
    margin-top:-24px; 
}

/**** Status ****/

.jDiaporama_status{
    text-align:center;
    margin-top:10px;
    position:absolute;
    left:50%;
    display:none
}

.jDiaporama_status a{
    background:url(./../../web/images/galerie_home/bullets.png) no-repeat left;
    _background:url(./../../web/images/galerie_home/bullets.gif) no-repeat left;
    float:left;
    width:10px;
    height:10px;
    text-indent:-9999px;
    margin-right:5px;
}

.jDiaporama_status a.active, .jDiaporama_status a:hover{
    background:url(./../../web/images/galerie_home/bullets.png) no-repeat right;
    _background:url(./../../web/images/galerie_home/bullets.gif) no-repeat right;
}


/*** END - DIAPO HOME ***/


/*** BEGIN - DIAPO PAGE 20 ***/
#page-wrap { 
    width: 583.8px; 
    margin: 30px auto; 
    position: relative; 
    min-height: 450px;
    border-style:solid;
    border-width:5px;
    border-color:#eee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/*    SLIDER   */
.slider-wrap { width: 502.8px; position: absolute; top: 37px; left: 40px;  border:0px solid green;}			
.stripViewer .panelContainer 
.panel ul { text-align: left; margin: 0 15px 0 30px; }
.stripViewer { position: relative; overflow: hidden; width: 502px; height: 335px; border: 0px solid yellow; }
.stripViewer .panelContainer { position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel { float: left; height: 100%; position: relative; width: 502.8px; }
.stripNavL, .stripNavR, .stripNav { display: none; }
.nav-thumb  {  margin-right: 5px; }
#movers-row { margin: -41px 0 0 63px;  }
#movers-row div	{ width: 14.28%; float: left; border: 0px solid brown; }
#movers-row div a.cross-link { float: right; }
.photo-meta-data { background-image: url(./../../web/images/img_p_20/transpBlack.png); padding: 10px; height: 30px; margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span { font-size: 13px; }
.cross-link	{ display: block; width: 62px; margin-top: -14px; position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb { background: transparent url(./../../web/images/img_p_20/icon-uparrowsmallwhite.png) top center no-repeat; }
/*** END - DIAPO PAGE 20 ***/