/* 
    Document   : gallery
    Created on : Mar 2, 2013, 4:57:37 PM
    Author     : macetini
    Description:
        My Gallery
*/

#popUpImages {
    width: 585px;
    margin-left: 100px;
}

.smallPopUpImgCont {
    border: solid 1px #193969;
    position:relative;
    width: 90px;
    height: 88px;
    background-color: white;
    display: inline-block;
    margin-left: 50px;
    margin-top: 30px;
}

.smallPopUpImgCont:hover {
    background-color: #a4d0f9;
    cursor: pointer;
}

.smallPopUpImg {
    width: 80px;
    height: 80px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}

.popUp {
    background-color:#FFFFFF;
    border:1px solid #999999;
    cursor:default;
    display:none;
    position:absolute;
    width: 740px;
    height: 510px;
    z-index:50;
    padding: 10px;
    margin-left: 52px;
    margin-top: -280px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#galPopUpClose {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 756px;
    margin-top: -37px;
}

#galPopUpClose:hover
{
    cursor: pointer;
}

#popUpContent {
    overflow: hidden;
    position: absolute;
    width: 740px;
    height: 510px;
}

.gallPopUpImg {
    position: absolute;
    width: 740px;
    height: 510px;
}

#bigPopUpImg {
}

.controlImgCont {
    position: absolute;
    height: 510px;
    width: 60px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

.controlImgCont:hover {
    opacity: 1.0;
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    cursor: pointer;
}

#gallPopUpRightContImg {
    margin-left: 740px;
}

#gallPopUpLeftContImg {
    margin: 0px auto;
    margin-left: -60px;
}

#gallPopUpLeftImg {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}

#gallPopUpRightImg {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}

.popUpControls {
    position: absolute;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    background-color: black;
    width: 60px;
    height: 170px;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#rightPopUpVeil {
    margin-left: 740px;
}

#leftPopUpVeil {
    margin-left: -60px;
}

.popUpInfo {
    left:0;
    right: 0;
    margin:auto; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#lowerPopUpInfo  {
    position: absolute;
    width: 120px;
    height: 30px;
    background-color: black;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    margin-top: 505px;
}

#lowerPopUpInfoText  {
    left:0;
    right: 0;
    margin:auto; 
    position: absolute;
    width: 120px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    margin-top: 505px;
}

#upperPopUpInfo  {
    position: absolute;
    width: 600px;
    height: 30px;
    background-color: black;
    margin-top: -30px;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
}

#upperPopUpInfoText {
    left:0;
    right: 0;
    margin:auto; 
    position: absolute;
    width: 600px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    margin-top: -30px;
}