﻿/* Home page header */

.animContent
{
    padding: 0;
    margin: 10px;
    background-color: #666666;
    background: #666666;
    color: #D4D4D4;
}

.animContent h1
{
	color: #D4D4D4;
}

.animContent table
{
	width: 100%;
	margin: 0;
	border: none;
	border-spacing: 0;
	vertical-align: center;
	text-align: center;
	padding: 0;
}

.animContent table td
{
	overflow: hidden;
	height: 300px;
}

.jcarousel-list img
{
}

.jcarousel-list > li
{
	height: auto;
	position: relative;
}

.jcarousel-list ul
{
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 1em;
	background-image: url("../Images/popupGrayTrans.png");
	color: White;
	text-align: center;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	text-shadow: 2px 2px #222;
}

.jcarousel-list h1
{
	position: absolute;
	top: 1em;
	left: 1em;
	padding: 1em;
	background-image: url("../Images/popupGrayTrans.png");
	color: White;
	border: none;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	text-shadow: 2px 2px 2px #222;
}

.jcarousel-list ul li
{
	width: auto;
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0.25em;
	height: auto;
}
