html, body {background: #ffffff; margin:0px;}
.minWidth {width: 150px; margin: auto;}

/* ---------- SCROLL THUMBNAIL SET 1 ---------- */

#scroll_set_1 {
	position: relative;
	width: 37px;
	float:left;
	cursor: default;
}
#scroll_set_1_buttons {
	position: relative;
	width: 37px; /* Shifts the button positions horizontally */ /* width: 150px; */
	cursor: default;
}









#scroll_set_1 #scroll_set_1_buttons img.scrollLeft,
#scroll_set_1 #scroll_set_1_buttons img.scrollRight {
	position: absolute;
	left: 115px;
	top: 90px; /* Shifts the button positions vertically */
}
#scroll_set_1 #scroll_set_1_buttons img.scrollRight {
	left: 133px;
	right: 0px;
}
#scroll_set_1 .minWidth {
	position: relative; /* IE doesn't like the overflow without relative positioning */
	overflow: hidden;
	width: 740px;
}
#scroll_set_1 ul {
	width: 2000px; /* Needs to be in JS */
	padding: 0px;
	margin:0px; /* Fixes a space issue above thumbnail */
}
#scroll_set_1 li {
	position: relative;
	float: left;
	margin: 0px;
}
#scroll_set_1 li img {
	border: 0px;
	margin: 0px;
}
div#scroll_set_1_buttons div.minWidth {
  width: 150px;
  height: 89px;
}
#scroll_set_1 #scroll_set_1_buttons ul {
  width: 9999px;
}
#scroll_set_1 #scroll_set_1_buttons li {
  margin: 0px;
  padding: 0px;
  display:block;
  width: 150px;
  height: 88px;
}

/* ---------- SCROLL THUMBNAIL SET 2 ---------- */

#scroll_set_2 {
	position: relative;
	width: 37px;
	float:left;
	cursor: default;
}
#scroll_set_2_buttons {
	position: relative;
	width: 37px; /* Shifts the button positions horizontally */ /* width: 150px; */
	cursor: default;
}











#scroll_set_2 #scroll_set_2_buttons img.scrollLeft,
#scroll_set_2 #scroll_set_2_buttons img.scrollRight {
	position: absolute;
	left: 0px;
	top: 90px; /* Shifts the button positions vertically */
}
#scroll_set_2 #scroll_set_2_buttons img.scrollRight {
	left: auto;
	right: 0px;
}
#scroll_set_2 .minWidth {
	position: relative; /* IE doesn't like the overflow without relative positioning */
	overflow: hidden;
	width: 740px;
}
#scroll_set_2 ul {
	width: 2000px; /* Needs to be in JS */
	padding: 0px;
	margin:0px; /* Fixes a space issue above thumbnail */
}
#scroll_set_2 li {
	position: relative;
	float: left;
	margin: 0px;
}
#scroll_set_2 li img {
	border: 0px;
	margin: 0px;
}
div#scroll_set_2_buttons div.minWidth {
  width: 150px;
  height: 88px;
}
#scroll_set_2 #scroll_set_2_buttons ul {
  width: 9999px;
}
#scroll_set_2 #scroll_set_2_buttons li {
  margin: 0px;
  padding: 0px;
  display:block;
  width: 150px;
  height: 88px;
}

/* Mootools Content Slider */

#demo_container {
	background-color: #232323;
	width: 700px;
	height: 600px;
	position: relative;
	margin: 0 auto;
	background-image:url(../images/new_bkgd.jpg);
}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container {
	width: 150px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	left: -5px;
	/*top: 118px;*/
	background:#323232 url(../images/scroll1bg.jpg) top left no-repeat;
	color: #333333;
}

#controls {
	width: 150px;
	height: 88px;
	position: absolute;
	top:  89px;
	left: 87px;
	list-style: none;
}

#controls li {
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	/*background-image:url(../images/btn_img.jpg);*/
	list-style: none;
}

#controls a {
	display: block;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

#controls a:hover {
	background-image: url(../images/btn_img_over.jpg);
}

#prevbtn {
	left: 10px;
	background-image:url(../images/arrow-left.gif);
}

#prevbtn a {
}

#playbtn {
	left:  194px;
}

#nextbtn {
	left: 30px;
	background-image:url(../images/arrow-right.gif);
}



/*  num nav stuff */

#num_nav {
	width: 500px;
	height: 30px;
	position: absolute;
	top:  427px;
	left: 105px;
	list-style: none;
	display:none;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #666666;
	background-color: #333333;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}


/*  end num nav stuff */



div.slide_item {
	width: 150px;
	height: 88px;
	position: absolute;
	left: 501px;
	/*top: 20px;*/
	background-color:#292929;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #6e6c19;
}

div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#999999;
}




/* back to post link*/
#goback {
	width: 700px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}
