div.galleriesOfTheDay{
    width:100%;
    background:#f2f2f2 url(/images/newsletter/new-activity/section_bg.jpg) no-repeat top center;
	padding-top: 5px;
}

div.info {
    font-weight: bold;
    font-size: 75%;
    margin: 5px 0 0 0;
}

div.galleriesOfTheDay div.shadowedText {
    height: 70px;
    overflow: hidden;
    text-align: center;
}

div.galleriesOfTheDay div.shadowedText span.currentDay {
    font-size: 75%;
    letter-spacing: 0px;
}

div.photoNavigation {
    margin: 3px 0 0 0;
    padding: 0;
    float: right;
    width: 100%;
}

div.photoNavBottom {
    border-top: 1px solid #ccc;
    margin: 5px 0 0 0;
    padding: 10px 0 20px 0;
}

div.sharelist {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 3px 0 3px 0;
}

div.sharelist ul, div.sharelist li {
    display: block;
    color: #555;
    margin: 0;
    padding: 0 5px;
    list-style: none;
    text-align: center;
}

div.sharelist ul {
    padding: 0 0 5px 0;
}

div.sharelist li {
    display: inline;
    font-size: 70%;
}

div.sharelist a {
    /* display: block; */
    padding: 0px 5px 2px 20px;
    margin: 2px 0;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    background: url(http://www.doyoulookgood.com/images/dylg11/shares/shares.gif) no-repeat;
}

div.sharelist a.facebook {
    background-position: 0 -208px;
}

div.sharelist a.twitter {
    background-position: 0 -784px;
}

div.sharelist a.email {
    background-position: 0 -192px;
}

div.sharelist a.myspace {
    background-position: 0 -480px;
}

div.sharelist a.digg {
    background-position: 0 -160px;
}

div.photoNavigation ul.selectionButtons {
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

div.photoNavigation .small {
    font-size: 80%;
}

.gal_photoWrapper {
	margin: 15px 0 0 0;
    height: 630px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gal_photoWrapper .gal_photo {
    position: absolute;
    top: 0;
    left: 635px;
    padding: 0;
}

.gal_photoWrapper .gal_current {
    left: 0;
}

.gal_photo img {
    border: 5px solid #CCC;
}

.gal_photo .profileInfo {
    padding: 0 0 5px 10px;
    /* text-align: center; */
}

.gal_photo .profileInfo .profileName {
    color: #CE5E23;
    font-weight: bold;
    text-decoration: none;   
}

.gal_photo .profileInfo ul, .gal_photo .profileInfo li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    /* text-align: center; */
    float: left;
}

.gal_photo .profileInfo li {
    /* display: inline; */
    font-size: 70%;
    color: #555;
    font-weight: bold;
    padding: 0 5px;
    border-right: 1px solid #555;
}

.gal_photo .profileInfo li.last {
    border: none;
}

.gal_photo .profileInfo li.first {
    padding-left: 0;
}

.gal_photo .profileInfo li a {
    text-decoration: none;
}

.gal_loading {
    position: relative;
    display: none;
    top: 2em;
    z-index: 1;
}

.gal_loading div {
    position: absolute;
    text-align: center;
    width: 100%;
    text-align: center;
}

.gal_loading img {
    
}

.gal_loading span {
    background: #eee;
    opacity: 0.75;
    display: inline;
    padding: 2px;
}