html {
}

body {
margin: 0;
padding: 0;
background: black url(img/bg/bgTile200.jpg);

}

p {

}

a {
	color: silver;
}

h3 {
	color: #fff;
	text-align: center;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	display: inline;
	clear: both;
	margin: 0;
	padding: 0;
}

h4 {
	color: #fff;
	text-align: right;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	display: inline;
	float: right;
	margin-top: 35px;
}

a img {
	border: none;
}

#wrap {
	width: 100%;
	height: 100%;

}

#snuggie {
	width: 1260px;
	background: transparent url(img/bg/logoLarge.jpg) no-repeat top center;
	margin: 0 auto;
}

#container {
	width: 765px;
	margin: 0 auto;
}

#header {
	height: 200px;
	padding-top: 70px;
}

#headerLeft {
	float: left;
	display: block;
	height: 200px;
	width: 480px;

}

#headerRight {
	float: left;
	height: 200px;
	width: 285px;
}

#movieSearch {
	width: 285px;
	height: 50px;
	margin-top: 120px;
	margin-left: 30px;
	background: transparent url(img/forms/findMovie.png) top left no-repeat;
}

#findMovie {
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 16px;
	margin-left: 13px;
	color: #4d0e0e;
	border: 0;
}

#youtubePlayer {
	height: 300px;
	text-align: center;
	margin-top: 10px;
}

#videoSlider1, #videoSlider2 {
	height: 144px;
	width: 684px;
	margin: 0 auto;
}

#videoSlider1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.prevPage, .nextPage {
	height: 144px;
	width: 47px;
	float: left;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 	height: 144px;
	width: 589px;
	background: transparent url(img/videoSlider/middle.png);
	float: left;
	overflow: hidden;
	position: relative;
} 
 
div.scrollable div.items {
	height: 144px;
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float: left;
    width: 100px;
	height: 144px;
}

div.item {
	padding-top: 8px;
	padding-left: 9px;
	padding-right: 9px;
}

div.item img {
	border: 6px solid #6c1313;
}

div.item p.videoTitle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: white;
	margin-top: 0;
}
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    background-color:#4d0e0e; 
}

div.items div.hoverItem {
	background-color: #6f1113;
}

div.items div.hoverItem img, div.items div.active img {
	border: 6px solid #000;
}

#extras {
	margin-left: 40px;
	height: 45px;
	background: transparent url(img/videoSlider/extras.png) bottom left no-repeat;
	clear: left;
}

#footer {
	height: 85px;
}

#footerLeft {
	float: left;
	height: 85px;
	width: 370px;
}

#footerRight {
	float: right;
	height: 85px;
	width: 395px;
}

#footerBottom {
	clear: both;
	text-align: center;	
}


