#gallery {
	overflow: auto;
        padding: 0 2px;
}

#gallery .gallery-item {
        width: 236px;
	float: left;
        margin: 0 6px 12px 6px;
        padding: 1px;
        border-radius: 6px;
        position: relative;
	overflow: hidden;
        background-color: #f6f6f6;
	border: 1px solid #cacece;
        cursor: pointer;
}
#gallery .gallery-item:hover {
        background-color: #fcfcfc;
}
#gallery .gallery-item a {
        color: #00f;
}

#gallery .last-visited-item {
        background-color: #ffc;
}

#gallery .gallery-photo {
        position: relative;
        width: 236px;
        height: 177px;
        margin-left: auto;
	margin-right: auto;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
}
#gallery .gallery-photo img.main-picture {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
}
#gallery .gallery-photo img.new-icon-gallery {
	position: absolute;
        bottom: 5px;
        right: 5px;
}

#gallery .gallery-title {
        height: 28px;
        line-height: 28px;
        margin-top: 4px;
        padding: 0 4px;
        font-family: 'Roboto';
        font-size: 15px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

#gallery .gallery-desc-outer {
        position: absolute;
        top: 100%;
        width: 236px;
        height: 177px;
}
#gallery .gallery-desc {
        font-family: 'Roboto';
	font-size: 14px;
}
#gallery .gallery-desc-row {
        overflow: hidden;
        padding: 4px 0;
        word-wrap: break-word;
}

#gallery .gallery-row-left {
        float: left;
        width: 46%;
        margin-right: 2%;
        padding-left: 1.5%;
        font-weight: bold;
        text-align: right;
        text-transform: uppercase;
}

#gallery .gallery-row-right {
        float: left;
        width: 46%;
        margin-left: 2%;
        padding-right: 1.5%;
        text-align: left;
}

#gallery .gallery-desc p {
	margin: 0;
}
#gallery .gallery-desc p.quick-links {
        text-align: center;
}
#gallery .gallery-desc p.quick-links a img {
	padding: 2px;
}
#gallery .gallery-desc p.quick-links a img:hover {
        background-color: #bbb;
}