body {
	background-color: black;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: rgb(180, 180, 180);
}
img {
	border: none;
}
a {
	outline: 0px;
	text-decoration: none;
	color: rgb(180, 180, 180);
}
a:hover {
	text-decoration: none;
	color: grey;
}
div#backgroundSlideshow {
	padding: 0px;
	margin: 0px;
	height: 170%;
	width: 100%;
	position: absolute;
	bottom: -70%;
	z-index: 1;
}
div#cinemaMood {
	background-image: url(../img/cinemaMood.png);
	padding: 0px;
	margin: 0px;
	height: 170%;
	width: 100%;
	position: absolute;
	bottom: -70%;
	z-index: 2;
}
div#workSlider{
	top: 0px;
	background-image: url(../img/worksliderBg.png);
	z-index: 4;
	width: 100%;
	left: 0px;
	position: absolute;
}
div#workSliderStyling.shadow {
	background-repeat: repeat-x;
	background-image: url(../img/worksliderShadow.png);
	height: 30px;
	width: 100%;
	bottom: 0px;
	position: absolute;
}
div#workSliderStyling.lightLine {
	background-image: url(../img/lightLine.png);
	height: 1px;
	width: 100%;
	bottom: -1px;
	position: absolute;
}
div#recentWork {
	text-align: center;
	height: 62px;
	width: 100%;
	z-index: 4;
	bottom: -36px;
	position: absolute;
}
div#workSliderContent {
	width: 100%;
	text-align: center;
	position: static;
	margin: 10px;
}
#workItem {
	padding: 2px;
	margin: 2px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
div#workItem {
	position: relative;
	z-index: 2;
}
div#workItem[divType="videoName"] {
	font-style: italic;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#workItem[divType="logo"] {
	margin: 0px;
	width: 300px;
	height: 100px;
	z-index: 0;
	vertical-align: bottom;
}
div#workItem[divType="logo"] div {
	position: absolute;
	bottom: -90%;
}
div#workItem[divType="bureauClientName"] {
	margin: 0px;
	font-style: italic;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#workItem[divType="categoryMediaName"] {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
}
div#workItem[divType="role"] {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
div#workItem[divType="description"] {
	background-image: url(../img/worksliderBg.png);
	margin: 15px;
	text-align: left;
	max-width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}
div#workItem[divType="credits"] {
	background-image: url(../img/worksliderBg.png);
	margin: 15px;
	max-width: 800px;
	text-align: center;
}
div#workItem div.creditType {
	font-weight: bold;
	line-height: 5px;
	margin-right: 1px;
	margin-left: 3px;
	font-family: Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 6px;
}
div#workItem div.creditName {
	margin-right: 3px;
	margin-left: 1px;
	font-family: Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 12px;
}
div#workItem[divType="tools"] {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
div#workItem[divType="moreInfo"] {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
div#infoStuff {
	height: 70%;
	width: 100%;
	z-index: 2;
	left: 0px;
	bottom: -70%;
	position: absolute;
}
div#infoStuffStyling.lightLine {
	margin-bottom: 25px;
	background-image: url(../img/lightLine.png);
	height: 1px;
	width: 100%;
	position: static;
}
div#infoStuffStyling.shadow {
	background-repeat: repeat-x;
	background-image: url(../img/worksliderShadow.png);
	height: 30px;
	width: 100%;
	top: -30px;
	position: absolute;
}
div#infoStuffTabs {
	text-align: center;
	height: 28px;
	width: 100%;
	z-index: 4;
	top: -28px;
	position: absolute;
}
table#infoPanel {
}
div#infoBlocksContainer {
	text-align: left;
	display: inline-block;
}
div#infoContent {
	max-width: 150px;
	text-align: left;
	color: rgb(25,25,25);
}
div#infoContent a {
	color: black;
	text-decoration: none;
}
div#infoContent a:hover {
	color: grey;
	text-decoration: none;
}
td#infoPanel[corner] {
	min-width: 17px;
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
}
td#infoPanel[sideBorder] {
	height: 17px;
	background-repeat: repeat;
}
td#infoPanel[corner="UL"] {
	background-image: url(../img/infoDivs/cornerUL.png);
}
td#infoPanel[corner="UR"] {
	background-image: url(../img/infoDivs/cornerUR.png);
}
td#infoPanel[corner="LL"] {
	background-image: url(../img/infoDivs/cornerLL.png);
}
td#infoPanel[corner="LR"] {
	background-image: url(../img/infoDivs/cornerLR.png);
}
td#infoPanel[sideBorder="upper"] {
	background-image: url(../img/infoDivs/upper.png);
}
td#infoPanel[sideBorder="left"] {
	background-image: url(../img/infoDivs/left.png);
}
td#infoPanel[sideBorder="right"] {
	background-image: url(../img/infoDivs/right.png);
}
td#infoPanel[sideBorder="lower"] {
	background-image: url(../img/infoDivs/lower.png);
}
div#copyright {
	z-index: 1;
	text-align: center;
	width: 100%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
}
