
#photocount {
    color: #FFF;
    font-size: 10px;
    float: left;
    width: 48%;
    text-align: left;
    left: 0;
}

#back {
    position: absolute;
    top: 15px;
    left: 0;
    visibility: hidden;
    z-index: 1001;
}

#more {
    position: absolute;
    top: 15px;
    left: 96%;
    float: right;
    z-index: 1001;
}

.morelink:hover {
    font-size: 11px;
    color: #FFF;
    text-decoration: underline;
}

#thumbgall {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1000;
}

#widthbox {
    position: relative;
    display: inline;
    left: 0;
    top: 0;
    padding: 1px;
}

#imgbox {
    width: 80px;
    height: 80px;
    display: inline;
    position: absolute;
    text-align: center;
}

#iptc_btn {
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

#iptc_info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #000;
    color: #CCC;
    font-size: 10px;
    line-height: 140%;
    text-align: left;
    filter: alpha( opacity = 0 );

-moz-opacity:
    0;

opacity:
    0;
}

.iptc_left {
    float: left;
    text-align: right;
    width: 18%;
    color: #FFF;
    padding: 0 0 0 2%;
}

.iptc_right {
    float: right;
    text-align: left;
    width: 79%;
}


#rightmore li a, #leftmore li a
{
	display:block;
	_display:inline-block;
    color: #fff;
    text-decoration: none;
    height: 25px;
	width:26px;	
}

#rightmore li a {
    background: url(../rsrc/next.gif) no-repeat 50% 50%;	
}

#leftmore li a {
    background: url(../rsrc/prev.gif) no-repeat 50% 50%;	
}

.spacing {
    padding: 1px;
}

.morelink:link, .morelink:visited {
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
}

#rightmore, #leftmore {
    color: #333;
    height: 45px;
    width: 15px;
    padding: 0;
}

#rightmore ul, #leftmore ul {
    list-style: none;
    border: none;    
    margin: 0;
    padding: 0;
}

#rightmore li, #leftmore li {
    margin: 0;
}

html > body #rightmore li a, html > body #leftmore li a {
    width: auto;
}



#prev, #next {
    width: 30%;
    height: 100%;
    background: transparent url(../rsrc/blank.gif) no-repeat; /* Trick IE into showing hover */
    outline: none;
}

#prev {
    left: 0;
    float: left;
    outline: none;
    -moz-outline: none;
    visibility: hidden;
}

#next {
    right: 0;
    float: right;
    outline: none;
    -moz-outline: none;
}

#prev:hover, #prev:visited:hover {
    background: url(../rsrc/prev.gif) left 50% no-repeat;
}

#next:hover, #next:visited:hover {
    background: url(../rsrc/next.gif) right 50% no-repeat;
}

#imgtitle {
    width: 600px;
    font-size: .8em;
    text-align: center;
    color: #FFF;
    display: block
}

#imgtitle h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 0
}

#thumbtoggler {
    text-align: right;
    float: right;
    width: 48%;
    right: 0;
    z-index: 1100;
}

#thumbdisplay {
    width: 600px;
}

.clear {
    clear: both;
}


.tooltip {
    color: #fff;
    width: 150px;
    z-index: 15000;
    text-align: left;
}

.tooltip h4 {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    padding: 8px 8px 2px;
    background: #000;
}

.tooltip p {
    font-size: 11px;
    padding: 1px 8px 8px;
    margin: 0px;
    background: #000;
}

#thumbhide {
    position: relative;
    overflow: hidden;
}

