@charset "UTF-8";
/* CSS Document */

.me_gallery {
    position:relative;
    font-family:Verdana, Geneva, sans-serif;
    width:auto;  // Update this value with your gallery width
    text-align:center;
}

.me_prev,
.me_next,
ul.me_galleryPanel {
    height:450px; // Update this value with the panel height (not including thumbnails)
}

.me_prev,
.me_next {
    position:absolute;
    width:45px;
    display:none;
    top:0;
    background:url(images/nextRightBkg.png) right top repeat-y;
}

a.me_prev,
a.me_next {
    outline: none;
    moz-outline-style: none;
}

.me_prev {
    background:url(images/nextLeftBkg.png) left top repeat-y;
}

.me_next span,
.me_prev span {
    display:block;
    width:45px;
    background:url(images/arrowRight.png) 0 0 no-repeat;
    height:68px;
    margin-top:180px;  // Update this value to set the position of the Previous and Next links
}

.me_prev span {
    background:url(images/arrowLeft.png) 0 0 no-repeat;    
}

a:hover.me_prev span,
a:hover.me_next span {
    background-position:0 -68px;
}

.me_next {
    right:0;
}

ul.me_galleryPanel,
ul.me_galleryThumbs {
    list-style-type:none;
    text-align:center;
    padding:0;
    margin:0;
}

ul.me_galleryThumbs {
    padding:10px 0;
}

.me_thumbWrap {
/*    border-top:1px solid #e2e2e2; */
/*    background:#000;  */
}

ul.me_galleryPanel li,
ul.me_galleryThumbs li {
    padding:0;
    margin:0;
    position:relative;
}

ul.me_galleryPanel li img {
    display:block;
    margin:0 auto;
}

.me_panelWrap {
/*    background:url(images/slideShowBlackBg.png) bottom left repeat-x;  */
}

ul.me_galleryPanel li {
    display:none;
}

ul.me_galleryThumbs li {
    float:left;
    padding:8px 0 8px 10px;
}

ul.me_galleryThumbs li img {
    border:none;
}

ul.me_galleryThumbs li a.me_thumbLink {
    display:block;
    padding:1px;
    background-color:#666;
}

ul.me_galleryThumbs li a {
    outline: none;
    moz-outline-style: none;
}

ul.me_galleryThumbs li a.me_thumbLink:hover,
ul.me_galleryThumbs li a.me_selected {
    background-color:#fff;
}

.me_galleryCaption {
    display:none;
    width:auto;
    padding:0;
    margin:0;
    color:#fff;
    background:#000;
}

.me_galleryCaption p {
    padding:5px 45px;
    margin:0;
    font-size:12px;
    font-weight:bold;
    text-align:left;
}

.me_galleryPanel li > .me_upButton a,
.me_galleryPanel li > .me_downButton a,
.me_galleryPanel li > .me_editButton a,
.me_galleryPanel li > .me_deleteButton a {
    top:0;
    left:0;
}


.me_galleryPanel li > .me_upButton,
.me_galleryPanel li > .me_downButton,
.me_galleryPanel li > .me_editButton,
.me_galleryPanel li > .me_deleteButton {
    position:absolute !important;
    left:10px !important;
}

.me_galleryPanel .me_newButton {
    position:absolute;
}
