
#top_container {
    margin-bottom: 1em;
}

#shot {
    width: 450px;
    height: 250px;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    margin-bottom: 1em;
}

#shot.no_credits {
    float: none;
    margin: 0 auto;
}

#credits {
    float: right;
    margin-bottom: 1em;
}

#credits h3 {
    margin-bottom: .2em;
    color: #005aff;
}

#tags h5 {
    margin-bottom: .2em;
    color: #005aff;
    font-weight: bold;
}

#credits th {
    text-align: right;
    padding-right: 4px;
    padding-top: 2px;
    width: 100px;
}

#credits td {
    width: 120px;
    padding-top: 2px;
}

#tags {
    clear: both;
}

#long_desc {
    clear: left;
    margin-bottom: 1em;
    width: 450px;
}

/* thumbnails styles */
#thumbnails {
	width: 450px;
    background-color: #cbe2f4;
}

#thumbnails.no_credits {
    margin: 0 auto;
}

#thumbnails table tr td {
	padding: 10px 0;
	width: 75px;
    text-align: center;
}

.comment {
	border-bottom: 1px solid #dbdbdb;
}


