﻿.gallery_name{
	color: #a86032;
	font-weight:bold;
}
.mootable{
	width: 100%;	
}

.mootable td{
	font-size:12px !important;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.tdrule{
	border-right:1px #666666 dotted;
}

.bluefield{	
	background-color:blue;
}

.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #666666;
	font-family: tahoma, "Trebuchet MS";
	font-weight:bold;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	border-top: 3px solid #55FF2A;
	color:#a86032;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: tahoma, "Trebuchet MS";
	font-size:12px !important;
	clear: both;
	color: #666666;/*fff*/
	overflow: auto;
	text-align:left;
	padding: 3px;
	border-top:1px gray dashed;
	border-bottom:1px gray dashed;
}

.mootabs_panel.active {
	background-color: #fff;/*272822*/
	display: block;
	
}

.mootabs_title li.over {
	border-top: 3px solid #30DA06;
}
/*SLIDE SHOW*/
div.slideshow {
	margin: 18px auto;
}
div.slideshow ul {
	background: #FFF;
	bottom: 0;
	position: absolute;
	overflow: hidden;
	padding: 4px 8px;
	right: 0;
	z-index: 1000;
}
div.slideshow ul a {
	background: url(css/a.gif) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 14px;
	margin: 0 4px 0 0;
	overflow: hidden;
	width: 12px;
}
div.slideshow ul a.prev {
	background-image: url(css/prev.gif);
	width: 14px;
}
div.slideshow ul a.next {
	background-image: url(css/next.gif);
	margin-right: 0;
	width: 14px;
}
div.slideshow ul a.active,
div.slideshow ul a.prev:hover,
div.slideshow ul a.next:hover {
	background-position: 0 -14px;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}
