
.filmstrip {
    position: relative;
    width: 498px;
    height: 360px;
    float: left;
    border: solid 1px #c9c9c9;
    overflow: hidden;
}

.filmstrip a, .filmstrip a:link, .filmstrip a:visited {
	color: #3b3b3b;
}

.filmstrip_header {
    width: 498px;
    height: 28px;
    background-color: #f5f5f5;
    border-bottom: solid 1px #c9c9c9;
    vertical-align: middle;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    color: #3f3f3f;
}

.filmstrip_header_left {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

.filmstrip_header_right {
   float: right;
   margin-right:10px;
   margin-top: 5px;
}

.filmstrip_header_nav_button {
    padding-left: 5px;
    border: 0px;
}

.filmstrip_nav_dots {
	cursor:pointer;
}

.filmstrip_header_page {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    border: 0px;
    width: 6px;
    height: 7px;
}

.filmstrip_header_page_plus {
    padding-left: 0px;
    padding-right: 1px;
    padding-bottom: 4px;
    width: 9px;
    height: 9px;
}

.filmstrip_header_dark, .filmstrip_header_highlight {
    font-weight: bold;
}

.filmstrip_header_highlight {
    color: #00ab66;
}

.filmstrip_content {
    position: absolute;
    top: 29px;
    height: 330px;
    padding-left: 0px;
    background-color: #ffffff;
}

.filmstrip_cell_divider, .filmstrip_cell_divider_white {
    height: 323px;
    top: 0px;
    left: 0px;
    padding: 8px;
    padding-top: 0px;
    float: left;
    background-color: #ffffff;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #3b3b3b;   
}

.filmstrip_cell_divider {
    border-left: solid 1px #c9c9c9;
}

.filmstrip_cell_divider_white {
    border-left: solid 1px #ffffff;
}

.filmstrip_content_cell_section {
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;   
}

.filmstrip_content_cell_section_wrapped {
    margin-top: 8px;
    margin-bottom: 8px;
}

.filmstrip_content_cell_img {
    display: block;
    margin-bottom: 10px;
    border: 0px;
    height: 148px;
    width: 148px;
}

.filmstrip_content_cell_subsection {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}

.filmstrip_content_cell_story {
    font-family: Times;
    font-size: 12px;
    color: #3b3b3b;
    display: block;
    margin-bottom: 15px;
}

.filmstrip_content_cell_story_count {
    font-size: 9px;
    display: block;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-family: Arial;
	text-decoration: underline;
}

.filmstrip_content_cell_story_count:before {
	content: ">> ";
}