﻿.banner_container
{
	width:100%;
	height:301px;
	position:relative;
	overflow:hidden;
	}


.banner_table
{
	
	width:100%;
}

.banner_item
{

	
	width:100%;
	overflow:visible;
	position:relative;
	z-index:0;
	background:transparent!important;

}

.banner_image
{
	border:none;
	
	
}
.banner_text
{
/*
	position:absolute;
	top:36px;
	left:26px;
	color:white;
	*/
	display:none;
	
}

.banner_description
{
	/*
	color:white;
	font-size:14px;
	*/
	display:none;
}

.banner_text a:link,.banner_text a:hover, .banner_text a:visited,
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:white;
	text-decoration:none;
}

#nav a, #nav a.activeSlide
{
	display:block;
	float:left;
	width:17px;
	height:16px;
	background-repeat:no-repeat;
	margin:3px;
	
}

#nav a:link
{
	background-image:url('/style%20library/Images/libella_nav.png');
}

#nav a:hover, #nav a.activeSlide
{
	background-image:url('/style%20library/Images/libella_nav_active.png');
}

#nav li
{

	list-style:none;
	float:left;
}

#nav img
{
	border:none;
	display:block;	
}

#nav
{
	
	
	overflow:visible;
	position:absolute;
	top:260px;
	*top:274px;
	left:750px;
	z-index:100;
	width:200px;
}


.navsmall{
	left: 70px!important;
	top:-40px!important;
	*top:  -30px!important;
	float: right;
	width: 200px!important;
	position:relative!important;
	
}

.slides{
	float: right;
	clear: right;
	margin-left: 10px;
}





