
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:434px;
	float:left;
}
#slide {
width:1004px;
height:349px;
}
#mootabs-right {
	width:434px;
	float:right;
	height:349px;
}
#mootabs-left {
	width:570px;
	float:left;
	height:349px;
	display:hidden;
}
.mootabs_title li {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #ddd;
	cursor: pointer;
	width:434px;
	background-position:top left;
}
.electric-signs {
background-image:url(../images/image-slide/tabs/tabs_01.jpg);
height:81px;
}
.vehicle-wrap {
background-image:url(../images/image-slide/tabs/tabs_02.jpg);
height:62px;
}
.digital-imaging {
background-image:url(../images/image-slide/tabs/tabs_03.jpg);
height:62px;
}
.banners {
background-image:url(../images/image-slide/tabs/tabs_04.jpg);
height:62px;
}
.led-displays {
background-image:url(../images/image-slide/tabs/tabs_05.jpg);
height:82px;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
	background-position:bottom right;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
	
}
.mootabs_panel a img, .mootabs_panel a:visited img {border:0;}
.mootabs_panel a:hover img {border:0;}
.mootabs_panel.active {
	background-color: #e6e6e6;
	display: block;
	height:349px;
	width:570px;
}