#placeholder {
	overflow-y: hidden;
}
#insert_remove td, .get_reset td {
	padding: 5px;
}
#insert_remove input.txt, .get_reset input.txt {
	width: 200px;
}
#insert_remove select, .get_reset select {
	width: 210px;
}

.container.responsive {
	padding-bottom: 100px;
}

.html_carousel.responsive {
	width: auto;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: -100px;
	margin-bottom: -10px;
}
.html_carousel.responsive {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.html_carousel.responsive img {
	width: 100%;
	height: 100%;
}

.html_carousel {
	padding: 0;
	position: relative;
}
.slide {
	width: 800px;
	position: relative;
	padding: 15px 15px 15px 15px;
	margin: 15px;
}
.html_carousel div.slide div {
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}

#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 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(../images/miscellaneous_sprite.png) 0 0 no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
}

a.prev, a.next {
	top: 85px;
}
a.play, a.pause {
	top: 185px;
	left: 50%;
	margin-left: -22px;
	z-index: 200;
}
a.next {
	right: -22px;
}
a.prev {
	left: -22px;
}
a.prev:hover {			background-position: 0 -50px; }
a.prev.disabled {		background-position: 0 -100px !important; cursor: default; }
a.next {				background-position: -50px 0; }
a.next:hover {			background-position: -50px -50px; }
a.next.disabled {		background-position: -50px -100px !important; cursor: default; }
a.play {				background-position: -150px 0; }
a.play:hover {			background-position: -150px -50px; }
a.play.disabled {		background-position: -150px -100px !important; cursor: default; }
a.play.paused {			background-position: -100px 0; }
a.play.paused:hover {	background-position: -100px -50px; }
a.pause {				background-position: -150px 0; }
a.pause:hover {			background-position: -150px -50px; }
a.pause.disabled {		background-position: -150px -100px !important; cursor: default; }

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

div.pagination {
	padding: 10px 40px 0 0;
	text-align: center;
	height: 15px;
}
div.pagination a {
	background: url(../images/miscellaneous_sprite.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 20px;
	margin: 10px 8px 0 6px;
}
div.logbox p {
	color: #ff3300;
	margin: 0;
}

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


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

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