

/* Gallery styles */

#gallery{
	/* The width of the gallery */
	width:990px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:370px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:990px;
	overflow:hidden;
	
}

.slide{
	float:left;
}

.excalibur{
    height: 350px !important;
}

#menu{
	/* This is the container for the thumbnails */
	height:55px;
	overflow:hidden;
	background-image: url(/images/bg_btns.gif);
	background-repeat: repeat-x;
}

ul {
	margin:0px;
	padding:0px;
	white-space: nowrap;
}

#menu li {
	/* Every thumbnail is a li element */
	width:165px;
	display:inline-block;
	list-style:none;
	height:55px;
	margin-left:-3px;
	overflow:hidden;
	
}

li.inact:hover{
	background-image: url(/images/bg_btns_over.gif);
	background-repeat: repeat-x;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(/images/bg_btns_active.png) no-repeat;
}

li.act a{
	cursor:default;
}



.cir_im {
	width: 990px;
	height: 370px;
	background-image: url(/images/bg_industria.jpg);
	background-repeat: no-repeat;
}
.banner_cont {
	width: 380px;
	padding:20px 0 0 30px;
}
.banner_title {
	padding-bottom:5px;
	margin-bottom:8px;
	border-bottom: #545454 dashed 1px;
	overflow:hidden;
}
.banner_logo {
	width:250px;
	float:left;
}

.banner_link {
	text-align:left;
	padding-top:10px;
}

.banner_link_OLD {
	width:88px;
	float:right;
	padding-top:20px;
}

.banner_text {
	overflow:hidden;
	font-size:20pt;
	color:#FFF;
	line-height:30px;
}
.tfu_gt{
	width: 990px;
	height: 370px;
	background-image: url(/images/bg_tfugt.jpg);
	background-repeat: no-repeat;
}
.tfu_montajes { 
	width: 990px;
	height: 370px;
	background-image: url(/images/bg_tfumontajes.jpg);
	background-repeat: no-repeat;
}
.servipiezas {
	width: 990px;
	height: 370px;
	background-image: url(/images/bg_servipiezas.jpg);
	background-repeat: no-repeat;
}
.mekatronic {
	width: 990px;
	height: 370px;
	background-image: url(/images/bg_mekatronic.jpg);
	background-repeat: no-repeat;
}
.cir_at {
	width: 990px;
	height: 370px;
	background-image: url(/images/bg_at.jpg);
	background-repeat: no-repeat;
}

