div#louise-photo-gal-container {
    /*max-width: 600px;*/
    margin-left: auto;
}

div.louise-photo-gal {
    max-width: 600px;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

div.louise-photo-gal>div {
   /* float: left;*/
    height: 100%;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.btn_forward,#stagebtn_forward {
    background: url(//www.gmanetwork.com/themes/default/assets/img/buttons/hover_right.png?1) no-repeat center;
    cursor: pointer;
    width: 45px;
    height: 63px;
    border: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    opacity: .3;
}

.btn_backward:hover,.btn_forward:hover,#stagebtn_backward:hover,#stagebtn_forward:hover {
    opacity: 1;
}

.btn_backward,#stagebtn_backward {
    background: url(//www.gmanetwork.com/themes/default/assets/img/buttons/hover_left.png?1) no-repeat center;
    cursor: pointer;
    width: 45px;
    height: 63px;
    border: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    opacity: .3;
}

#photo-box {
    margin: 0 auto;
    display: block;
}

#stage {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width:480px;
}

#stage>img {
    max-width: 480px;
    max-height: 480px;
}

.v-center {
    position: relative;
}

.image_close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    z-index: 5;
}

.image_close:hover {
    opacity: .8;
}

.image_close img {
    width: 15px;
}

.louise-photo-thumbs>ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.louise-photo-thumbs>ul>li {
    display: inline-block;
    height: 79px;
    margin: 5px;
    width: 129px;
    border: 1px solid silver;
    vertical-align: top;
}

.louise-photo-thumbs>ul>li>img {
    cursor: pointer;
    max-height: 77px;
    max-width: 127px;
    margin: 1px;
}

.louise-photo-thumbs>ul>li:hover {
    opacity: .6;
}

.current_photo {
    padding: 1px!important;
    opacity: .6;
}

.roadblocker {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: 2;
    display: none;
}

.roadStage {
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    max-width: 480px;
    max-height: 80%;
    display: none;
}

#stageImage {
    max-height: 360px;
    max-width: 480px;
}

.stageImageContainer {
    height: 360px;
    width: 480px;
    text-align: center;
    background: #000;
}

.stageContainer {
    padding: 5px;
}

#stagetitle {
    margin-top: 10px;
    margin-bottom: 10px;
}

#stagedescription {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

@media only screen and (max-width :480px) {
    #stage>img {
        max-width: 300px !important;
        max-height: 500px !important;
    }


    /* .btn_forward {
        width: 45px;
        /* position: absolute!important; */
    /* display: block!important;
     z-index: 10!important;
     height: 103px!important;
     /* right: 0!important; */
    /* float: right;
   /*  margin-right:70px;
 }

 .btn_backrward {
     width: 45px;
     /* position: absolute!important; */
    /*  display: block!important;
      z-index: 10!important;
      height: 103px!important;
      /* left: 0!important; */
    /* float: left;
     margin-left:70px;
 }*/
}
#louise-photo-gal-container p#stage_description {
    text-align: center; /*text align center specific to photo gallery inside page only*/
    display: block;
    width: 100%;
}

p#stage_description a {
    color: #0000EE;
}

.photo-gal-navs, 
.photo-gal-navs-m {
    width:45px;
    position:relative;
}
.photo-gal-navs-m {
    float: left;
    width: 100%;
    display: none;
}
.photo-gal-navs {
    position: absolute;
}
.photo-gal-navs.prev {
    left: 0;
    top: 0;
}
.photo-gal-navs.next {
    right: 0;
    top: 0;
}
.photo-gal-navs > div {
    float: left;
    height: 100%;
}
#photo-box {
    width:480px; 
    text-align:center;
}
@media (max-width: 760px){
    .photo-gal-navs {
        display: none !important;
    }
    .photo-gal-navs-m {
        display: block;
        text-align: center;
    }
    .photo-gal-navs-m > div {
        display: inline-block;
        *display: block;
        zoom: 1;
        vertical-align: top;
        margin: 10px 15px 15px;
    }
    .btn_forward {
        width: 45px;
        z-index: 10!important;
    }

    .btn_backrward {
        width: 45px;
        z-index: 10!important;
    }

    .v-center{
        max-width:300px !important;

    }

    #stage>img{
        max-width:300px !important;

    }

    #photo-box {
        max-width: 300px !important;
    }
}