﻿.divGalleryViewer
{
    /*background-color: #fff;*/ /* added by Peter Borowiec - 04/06/2011 */ 
    /*color: #000;*/ /* added by Peter Borowiec - 04/06/2011 */
    width: 450px;
    height: 300px;
    /* margin-top: 20px; */ margin-top: -13px; /* modified by Peter Borowiec - 20/05/2011 */
    margin-left: 430px;
    border: solid 1px #666;
    position: fixed;
    text-align: center;
}

#ctl00_ContentPlaceHolder1_textGalleryViewer {
    bottom: -17px;
    display: block;
    position: absolute;
    width: 450px;
    color: #fff;
}

.divGalleryIcons
{
    width: 30px;
    /* margin-top: 190px; */  margin-top: 150px; /*modified by Peter Borowiec - 20/05/2011 */
    position: fixed;
    text-align: center;
    margin-left:905px;   
}

.divGalleryIcons img, .divGalleryIcons a#ctl00_ContentPlaceHolder1_aZoom
{
    padding-bottom:18px;
}

.divGalleryIcons a#ctl00_ContentPlaceHolder1_aZoom img 
{
    padding-bottom:0;
}

#divGalleryViewer, #divGalleryIcons {display: none;}


#Back_Next_outer {
    margin-left: 592px;
    margin-top: 310px;
    position: fixed;
}

#Back_Next_outer #back_next input
{
    border: 0;
    width:59px;
    height:25px;
    position: relative;
    top:3px;
}

#Back_Next_outer #back_next #back
{
    background:url(App_Images/back.png) no-repeat 0 0 transparent;
}

#Back_Next_outer #back_next #next
{
    background:url(App_Images/next.png) no-repeat 0 0 transparent;
}

.back_next { color: #fff; }

