
.lightbox-sprite 
{
    background-image: url('/images/lightbox/travel-light-box-sprites.png');
    background-repeat: no-repeat;
}

.background 
{
    background-image: url('/images/horizontal-sprites.png');
    background-repeat: repeat-x;
}

.vertical-background 
{
    background-image: url('/images/vertical-sprites.png');
    background-repeat: repeat-y;
}

#listing-photos
{
	line-height: 0px;
}

#listing-photos a
{
	background: none;
}

#lb-outer a
{
	background: none;
}

/** Photo scroller **/
#other-images img
{
    margin: 1px;
}

#other-images a img
{
    border: 1px solid #0033CC;
}

#content-area
{
    display: none;
}
#main-image-table
{
    border-collapse: collapse;
    table-layout: fixed;
    margin-left: 1px;
}

#scroller-image-cell
{
    background: white;
    padding: 0;
    height: 264px;
    width: 352px;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #666;
}

#scroller-image-cell a
{
    display: block;
    text-align: center;
    width: 352px;
    border-bottom: none !important;
}

#main-image
{
    display: inline;
}

#p-counter
{
    font-size: 11px;
    margin: 4px;
    display: none;
    text-align: center;
    line-height: 14px;
}
#content-area
{
    height: 75px;
    position: relative;
    overflow: hidden;
}
#scroller div
{
    margin-top: 5px;
    height: 73px;
    overflow: hidden;
    width: 352px;
    position: relative;
}
#scroller ul
{
    height: 73px;
    margin: 0;
    padding: 0;
    width: 800px;
    z-index: 1;
    line-height: 0px;
}
#scroller ul li
{
    display: block;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 1px 10px 0px 0px;
    padding: 0px;
}
#scroller ul li.scrollable span
{
    display: block;
    margin-top: 8px;
}
#scroller ul li.selected-thumb span
{
    margin-top: 0px;
}

#scroller ul li.scrollable
{
    margin: 8px 5px;
}

#scroller ul li a
{
    border: 1px solid #333333;
    display: block;
}

#scroller ul li a:hover
{
    border-bottom-color: #03C;
}

#scroller ul li a img
{
    height: 64px;
    width: 85px;
}

#scroller ul li.scrollable a img
{
    height: 50px;
    width: 70px;
}

#scroller ul li.selected-thumb
{
    margin: 0px 10px 0px 0px;
}

#scroller ul li.selected-thumb.scrollable
{
    margin: 0px 5px;
}

#scroller ul li.selected-thumb a
{
    border: 2px solid #ff6600;
}
#scroller ul li.selected-thumb a img
{
    width: 85px;
    height: 64px;
}

#left-gradient
{
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 70px;
    background: url('/images/photos-gradient-left.png') repeat-y top left;
    text-align: left;
    padding-top: 25px;
    padding-left: 7px;
    display: none;
    z-index: 5;
}

#right-gradient
{
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 70px;
    background: url('/images/photos-gradient-right.png') repeat-y top right;
    text-align: right;
    padding-top: 25px;
    padding-right: 7px;
    display: none;
    z-index: 5;
}

#view-full-size
{
    text-align: center;
    margin: 15px auto;
    font-size: 13px;
    font-weight: bold;
}
#view-full-size img
{
    vertical-align: middle;
    border-right: 4px solid white;
}
.marginTop15
{
    margin: 15px auto 5px;
    text-align: center;
}

#view-full-size-photos
{
    margin-bottom: 20px;
}

#scroller .non-scroller li
{
    margin: 1px 5px;
}
#scroller .non-scroller li.selected-thumb
{
    margin: 0px 4px;
}
#mainContent ul#thumbs
{
    padding: 0;
}
/* IE6 fixes */

* html #scroller ul.non-scroller li
{
    margin: 0;
}

* html #scroller ul.non-scroller li span
{
    display: block;
    margin: 1px 5px;
}

* html #scroller ul.non-scroller li.selected-thumb
{
    margin: 0;
}

* html #scroller ul.non-scroller li.selected-thumb span
{
    margin: 0 4px;
}

/* Lightbox */

div.lb-shade
{
    background: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0pt;
    top: 0pt;
    z-index: 10000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#lb-outer
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 20000;
    
}

#lb-container
{
    width: 899px;
    height: 555px;
    display: block;
    background: #1E1E1E;
    border: 1px #000 solid;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    box-shadow: 0 0 17px #000;
    -moz-box-shadow: 0 0 17px #000;
    -webkit-box-shadow: 0 0 17px #000;
   /* border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    */
    
    
}

#lb-scroller
{
    width: 125px;
    text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    height: 32px;
    margin: 0 auto -32px auto;
    
}

#lb-scroller.legacy-style #lb-counter-container 
{
    background-position: -1px -72px;
}

#lb-scroller.awesomeness #lb-counter-container 
{
    background-image: none;
}

#lb-counter-container 
{
    height: 32px;
}

#lb-left
{
    display: block;
    float: left;
    position: absolute;
    top: 4px;
    left: 8px;
}

#lb-left img
{
    width: 23px;
    height: 22px;
    background-position: -1px -2px;
}

#lb-left:hover img
{
    background-position: -1px -24px;
}

#lb-left:active img
{
    background-position: -1px -46px;
}

#lb-right
{
    display: block;
    float: right;
    position: absolute;
    top: 4px;
    right: 8px;
}

#lb-right img
{
    width: 23px;
    height: 22px;
    background-position: -24px -2px;
}

#lb-right:hover img
{
    background-position: -24px -24px;
}

#lb-right:active img
{
    background-position: -24px -46px;
}

#lb-counter
{
    text-align: center;
    color: #FFF;
    padding-top: 7px;
    font: 14px Arial, Sans-Serif;
}

#lightbox-close
{
    position: absolute;
    top: -18px;
    right: -17px;
}

#lightbox-close img
{
    width: 29px;
    height: 29px;
    background-position: -57px -2px;
}

#lightbox-close:hover img
{
    background-position: -57px -32px;
}

#lb-main-photo-outer
{
    float: left;
    width: 687px;
}

#lb-main-photo-container
{
    padding: 0;
    width: 669px;
    height: 502px;
}

#lb-thumb-outer
{
    float: right;
    display: inline;
    width: 210px;
    background: #F4F4F4;
    height: 600px;
    border-left: 1px solid #000;
    /*border-radius:0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;*/
}

#lb-thumb-container
{
    width: 190px;
    margin-top: 8px;
}

ul#lb-thumbs
{
    list-style-type: none;
    list-style-image: none;
    padding: 2px 0 0px 0;
    margin: -2px 5px 0 5px;
    width: 178px;
    line-height: 0px;
}

ul#lb-thumbs li
{
    float: left;
    display: inline;
    width: 85px;
    height: 64px;
    margin: 2px;
    border: 1px solid #0000C0;
    padding: 0px;
}

ul#lb-thumbs li a:focus
{
    outline: none;
}

ul#lb-thumbs li img:focus
{
    outline: none;
}

ul#lb-thumbs li a:active img, ul#lb-thumbs li a:focus img
{
    border-bottom: 0;
    color: #0000CC;
    outline: 0;
}

ul#lb-thumbs li.selected-lb-thumb
{
    border: 3px solid #ff6600;
    margin: 0px;
}

ul#lb-thumbs li.last-thumbs
{
    margin-bottom: 0px;
}

ul#lb-thumbs li.last-thumb
{
    margin-bottom: 2px;
}

ul#lb-thumbs li.selected-last-lb-thumb-even
{
    margin-bottom: 0px;
}

ul#lb-thumbs li.selected-last-lb-thumb-odd
{
    margin-bottom: 0px;
}

#lb-thumb-padder
{
    width: 1px;
    height: 19px;
    clear: left;
}

.lb-error-msg
{
    display: block;
    color: #FFF;
}

.shadow
{
    position: relative;
}

.shadow.Left
{
    background-position: -110px 0;
    margin: 0 auto;
}

.shadow.Right
{
    background-position: -137px 0;
    margin: 0 auto;
    
}

.shadow.Bottom
{
    background-position: 0 -360px;
    height: 17px;
    margin: 0 auto;
    clear: both;
}

.shadow.Top
{
    height: 17px;
    background-position: 0 -387px;
    margin: 0 auto;
}

.shadow.TL
{
    width: 17px;
    height: 17px;
    float: left;
    margin-left: -17px;
    background-position: -91px -2px;
}

.shadow.BL
{
    width: 17px;
    height: 17px;
    float: left;
    margin-left: -17px;
    background-position: -91px -29px;
}

.shadow.BR
{
    width: 17px;
    height: 17px;
    float: right;
    margin-right: -17px;
    background-position: -118px -29px;
}
