
/* not used */
div.scrollable_nav {
	visibility: hidden;
}

/* not used */
div.slidetabs {
	clear: both;
	visibility: hidden;
}

/* image */
div.tab_image {
	text-align: center;
	width: 1200px;
	height: 400px;
	overflow: hidden;
	float: left;
	background-color: black;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
img.tab {
	height: 400px;
	width: 1200px;
	overflow: hidden;
}

/* info on image */
table.tab {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: black;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 99;
}
td.tab {
	color: white;
	background-color: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 3px;
}


/* container for slides */
.images {
	margin-bottom: 0px;
}

/* single slide */
.images div {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 400px;
	width: 1200px;
	float: left;
	overflow: hidden;
}

/* header */
.images h3 {

}

/* single tab */
.slidetabs a {
	font-size: 10px;
}

/* mouseover state */
.slidetabs a:hover {

}

/* active state (current page state) */
.slidetabs a.current {
	color: #79B322;
}

/* prev and next buttons */
a.forward, a.backward {
	position: absolute;
	top: 188px;
	font-size: 24px;
	color: silver;
	z-index: 200;
	cursor: pointer;
	visibility: hidden;
}

a.backward {
    left: 5px;
}
a.forward {
    right: 10px;
}

a.forward:hover,a.forward:active,a.forward:focus {
	color: #DC143C;
}
a.backward:hover,a.backward:active,a.backward:focus {
	color: #DC143C;
}

/* not used */
div.playstop {
	visibility: hidden;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility: hidden !important;
}

