﻿#bigPhoto {
	text-align: center;
	float: left;
	width: 555px;
    
}

.LandingPageGallery #bigPhoto {
    text-align: center;
    float: left;
    width:70%;
}

.LandingPageGallery_CategoriesList
{
    width:440px;
}

.ifImageGallery
{
    width:440px;
    height:340px;
        border-style: none;
       
}

#bigPhoto .shadow {
    background: url(../images/bkg_photo_full.png) no-repeat -11px -11px;
    position: relative;
    margin-left: -4px;
    margin-top: 1px;
    display: inline-block;
}
#bigPhoto .shadow .right {
    width: 11px;
    height: 100%;
    background: url(../images/bkg_photo_full.png) no-repeat 0 -11px;
    position: absolute; 
    right: 0;
}
#bigPhoto .shadow .bottom {
    width: 100%;
    height: 11px;
    background: url(../images/bkg_photo_full.png) no-repeat -11px 0;
    position: absolute; 
    bottom: 0;
}
#bigPhoto .shadow .corner {
    width: 11px;
    height: 11px;
    background: url(../images/bkg_photo_full.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
#bigPhoto .shadow img {
    margin: 11px;
    margin-bottom: 5px;
}

.LandingPageGallery #bigPhoto .shadow img {
    margin: 11px;
    margin-bottom: 5px;
    max-width:246px;
    max-height:300px;
}


#photoList {
    margin-left: 17px;
    padding: 0;
    width: 160px;
    float: left;
    
}

.LandingPageGallery #photoList {
    padding: 0px 0;
    width: 80px;
    float: right;
}

.photo_scroll {
    position: relative;
    height: 344px;
    overflow: hidden;
}

.LandingPageGallery .photo_scroll {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.photo_scroll_up, .photo_scroll_down {
    text-align: center;
    height: 20px;
    cursor: pointer;
    _cursor: hand;
    visibility: hidden;
}
.photo_scroll_up {
    padding-top: 10px;
    background: url(../images/ico_uarr_blue_lg.gif) no-repeat 50% bottom;
    cursor: pointer;
    _cursor: hand;
}
.photo_scroll_up.max {
    background: url(../images/ico_uarr_white_lg.gif) no-repeat 50% bottom;
    cursor: default;
}
.photo_scroll_down {
    padding-bottom: 10px;
    background: url(../images/ico_darr_blue_lg.gif) no-repeat 50% top;
    cursor: pointer;
    _cursor: hand;
}
.photo_scroll_down.max {
    background: url(../images/ico_darr_white_lg.gif) no-repeat 50% top;
    cursor: default;
}
.photo_scroll ul {
    position: absolute;
    margin: 0; 
    padding: 0;
    top: 0;
    left: 0;
}

.photo_thumb {
    list-style-type: none;
    margin: 0;
    padding: 5px 5px;
    margin: 4px 1px;
    float: left;
    position: relative;
    cursor: pointer;
    _cursor: hand;
}
.photo_thumb a {
    display: block;
    width: 68px; 
    height: 68px;
    text-align: center;    
}
.photo_thumb div {
    position: absolute;
    top: 5px;
    left: 5px;
}
.photo_thumb.active {
    background: url(../images/bkg_photo_thumb_active.png) no-repeat left top;
}
.photo_thumb.active div, .photo_thumb.active:hover div {
    width: 64px;
    height: 64px;
    
}
.photo_thumb:hover div {
    width: 64px;
    height: 64px;
   
}
.photo_thumb:hover a {
    border: 1px solid #d3cdcb;
    margin: -1px;
}
.photo_thumb.active:hover a {
    border-width: 0;
    margin: 0;
}

.explore_gallery #bigPhoto {
    width: 684px;
}
.explore_gallery #photoList {
    width: 160px;
}
