﻿@charset "utf-8";
/* CSS Document */

p {
	padding:5px 5px 5px 5px;
}

.filmstrip_MainContainer{
	position: absolute;
	left: 34px;
	width: 890px;
	height: 165px; /*background-color:#0F0;*/;
	overflow: hidden;
	top:15px;
}

div.filmstrip_InnerContainer{
	position:absolute;
	top:15px;
	left:2px;
	width:210px;
	height:155px;
	background-image:url('http://extras.newarkadvertiser.co.uk/filmstrip/images/innerbox_103.jpg');
	/*display:none;*/
}

.filmstrip_InnerContainerPadding{
	padding-right:0.5em;
	padding-bottom:0.5em;
}

table.filmstrip_InnerContainer{
	border-collapse: collapse;
	width:200px;
	height:145px;
}

.filmstrip_PageSelector{
	position:absolute;
	top:0px;
	right:20px;
}

a.filmstrip_Content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding:3px;
	margin:0px;
	color:#666;
	display:block;
}

a.filmstrip_Content:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding:3px;
	margin:0px;
	color:#666;
	display:block;
}

a.filmstrip_Content:hover{
	text-decoration:none;
}

a.filmstrip_Content h1{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:small;
	padding:0px;
	margin:0px;
	font-weight:bolder;
	color:#393D5F;
	display:inline;
}

a.filmstrip_Content h2{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:x-small;
	padding:0px;
	margin:0px;
	font-weight:bolder;
	font-style:italic;
	color:#393D5F;
	display:inline;
}

.filmstrip_ContentTD{
	width:188px;
}

.filmstrip_TabTD{
	width:19px;
	height:145px;
}

.filmstrip_TabImage{
	height:145px;
	width:19px;
}

.filmstrip_ContentImage{
	height:145px;
	width:178px;
}

.prev{
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 26px;
	height: 26px;
	/*background-color:#0F0;*/
	overflow: hidden;
}


.forward{
	position: absolute;
	margin-left: 922px;
	margin-top: 0px;
	width: 20px;
	height: 19px;
	/*background-color:#0F0;*/
	overflow: hidden;
}


