/* CSS Document */

body {
	background-color:#020000;
	font-family:"Times New Roman", Times, serif;
}

div#container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:0px;
	height:auto;
}

div#logo-area {
	margin-top:10px;
}

div#menu {
	background-image:url(../images/top_menu_background.jpg);
	background-repeat:repeat-x;
	height:35px;
}

div#left-column {
	float:left;
	width:215px;
	padding-bottom:20px;
}

div#middle-column {
	float:left;
	width:370px;
}

div#right-column {
	float:left;
	width:215px;
	height:auto;
}

div.social {
	display:inline-block;
	margin:20px 0 0 435px;
}

div#right-column-text-div {
	float:left;
	width:515px;
	background-image:url(../images/about_belly_of_the_wolf_background.jpg);
	background-repeat:repeat-x;
	height:auto;
	margin:5px 0px 0px 10px;
	color:#FFFFFF;
	font-size:14px;
	padding:10px 30px 20px 20px;
}

div#footer-upper {
	float:none;
	clear:both;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/top_menu_background.jpg);
	background-repeat:repeat-x;
	height:40px;
	color:#FFFFFF;
	font-size:11px;
}

div#footer-lower {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}

div#footer-upper a{
	font-size:11px;
}

.top-menu-link {
	float:left;
	padding:8px 0px 0px 85px;
} 

.trailer-area {
	background-image:url(../images/belly_of_the_wolf_poster.jpg);
	background-repeat:no-repeat;
	margin:5px 0px 0px 25px;
	height:68px;
	width:321px;
	text-align:center;
	padding-top:310px;
}

.link-box {
	background-image:url(../images/menu_background.jpg);
	height:59px;
	width:205px;
	text-align:center;
	margin:5px 0px 0px 5px;
	padding-top:30px;
}

.link-box-small {
	background-image:url(../images/menu_background.jpg);
	height:27px;
	width:205px;
	text-align:center;
	margin:5px 0px 0px 5px;
	padding-top:10px;
}

a.thumb
{
	display:inline-block;
	margin: 2px;
	border:0;
	padding:0;
}

a:hover.thumb
{
	border:1px solid white;
	padding:1px;
	background-color: gray;
	margin:0px;
}

img.thumb
{
	border:0;
}

<!-- CAROUSEL STYLING -->

.infiniteCarousel {
  width: 490px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 410px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0px 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
