#placeholder {
	overflow-y: hidden;
}
#insert_remove td, .get_reset td {
	padding: 5px;
}
#insert_remove input.txt, .get_reset input.txt {
	width: 250px;
}
#insert_remove select, .get_reset select {
	width: 210px;
}
.image_carousel {
	/*padding: 10px 10px;
	width: 870px;*/
	width: 250px;
	position: relative;
}
.full_width .image_carousel {
	padding: 0;
	/*width: 96%;*/
	width: 96%;
	/*left: 2%;*/
	position: absolute;
	background: none;
}
.full_width .caroufredsel_wrapper {
	border: 1px solid #ccc;
	background-color: white;
}
.full_width .caroufredsel_wrapper img {
	margin-top: 12px;
	margin-bottom: 12px;
}
.image_carousel .caroufredsel_wrapper a {
	display: block;
	float: left;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 4px;
	margin: 3px;
	display: block;
	float: left;
}

.list_carousel {
	padding: 10px 10px;
	position: relative;
}
.list_carousel ol, .list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 30px;
	color: #666;
	text-align: center;
	background-color: #f0f0f0;
	border: 5px solid #ccc;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

.html_carousel {

  padding: 10px 0 10px 0;
	position: relative;
}
.html_carousel div.slide {
	border: 1px solid #ccc;
	background-color: white;
	padding: 4px;
	/*width: 870px;*/
	width: 250px;
	height: 170px;
	min-height: 170px;
  text-align: center;
  vertical-align: middle;
	position: relative;
}

.html_carousel div.slide div {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	/*width: 870px;*/
	width: 250px;
	/*display: none;*/
	position: absolute;
	bottom: 0;
	color: white;
	font-size: 12px;
}

.wheel_of_fortune {
	height: 350px;
	position: relative;
}
.wheel_of_fortune ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}
.wheel_of_fortune li {
	font-size: 31px;
	color: black;
	text-align: center;
	background-color: #ffffdd;
	border: 5px solid black;
	width: 48px;
	height: 55px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.wheel_of_fortune li.no_txt {
	background: url(wheel_of_fortune.jpg) center center no-repeat #333;
}


#placeholder .html_carousel div.slide h4 {
	color: white;
	font-size: 35px;
	padding: 30px 0 0 100px;
	margin: 0;
	text-shadow: none;
}
.html_carousel div.slide p {
	color: white;
	font-size: 16px;
	padding: 0 0 30px 100px;
	margin: 0;
}

.transparent p.view_scripts {
	margin: 0;
	padding: 10px 0 10px 25px;
	position: relative;
}
.transparent.full_width p.view_scripts {
	padding-top: 215px;
}
.transparent p.view_scripts a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	padding-left: 20px;
}
.transparent p.view_scripts a:hover, .transparent p.view_scripts a.selected {
	color: #333;
}
a.prev, a.next, a.play, a.pause {
	background: url(miscellaneous_sprite_sm.png) 0 0 no-repeat transparent;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
}
a.prev, a.next {
	top: 75px;
}
.list_carousel a.prev, .list_carousel a.next {
	top: 30px;
}
a.play, a.pause {
	top: 185px;
	/*left: 50%;
	margin-left: -22px;*/
	z-index: 200;
}
a.next {
	right: 14px;
}
a.prev {
	left: 5px;
}
a.prev:hover {		background-position: 0 -25px; }
a.prev.disabled {	background-position: 0 -50px !important; cursor: default; }
a.next {			background-position: -25px 0; }
a.next:hover {		background-position: -25px -25px; }
a.next.disabled {	background-position: -25px -50px !important; cursor: default; }
a.play {			background-position: -50px 0; }
a.play:hover {		background-position: -50px -25px; }
a.play.disabled {	background-position: -50px -50px !important; cursor: default; }
a.pause {			background-position: -75px 0; }
a.pause:hover {		background-position: -75px -25px; }
a.pause.disabled {	background-position: -75px -50px !important; cursor: default; }

a.prev span, a.next span, a.play span, a.pause span {
	display: none;
}

div.pagination {
	padding: 10px 0 0 0;
	text-align: center;
	height: 15px;
  width:250px;
}
div.pagination a {
	background: url(miscellaneous_sprite_sm.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
div.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
div.pagination a span {
	display: none;
}
div.logbox {
	background-color: #f9ffcc;
	border: 1px dotted #ff3300;
	padding: 10px 10px;
	margin: 10px 8px 0 6px;
}
div.logbox p {
	color: #ff3300;
	margin: 0;
}

div.timer {
	background-color: #9E1F63;
	width: 0;
	height: 6px;
}

div.thumbnails {
	margin: 10px 0 -10px 0;
	text-align: center;
}
div.thumbnails img {
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: white;
	padding: 4px;
	margin: 3px;
	display: inline-block;
}
div.thumbnails img:hover {
	background-color: #eee;
}
div.thumbnails img.selected {
	background-color: #ccc;
}

.scripts {
	position: relative;
}
.scripts .script {
	/*width: 950px;*/
	width: 250px;
	display: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div {
	margin: 0;
}