#slide_container {
   position: relative;
   width: 730px;
   height: 490px;
   margin-top: 0px;
   margin-bottom: 0px;
}
#topLayer {
   z-index: 1;
   opacity: 1;
   position: absolute;
   top: 0px;
   left: 0px;
   padding-left: 0px;
}
#bottomLayer {
   z-index: 0;
   opacity: 1;
   position: absolute;
   top: 0px;
   left: 0px;
   padding-left: 0px;
}
a {
  outline: none;
}

#slideshow_newstyle {
	width: 730px;
}

#slideshow_newstyle a, #slide_nav a {
	background: white;
	border-bottom: 0px;
	padding-bottom: 0px;
	color: white;
}
#slide_nav {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 20px;	
}
.nav_icons {
	margin-right: 6px;
}
#slide_nav_elements {
	height: 30px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	color: #dcd6ca;
	text-align: left;
}

#preload_icons {
	display: none;
}
