#db_container {
	border:1px solid #f2f2f2;
	margin:auto;
	text-align:center;
}

.az_slideshow {
	padding:0;
	margin:0;
	overflow:hidden;
}
.az_slideshow img {
	padding: 0px;
	border:0;
}

#db_controls {
	position:absolute;
	z-index:9999999;
	font-family:Tahoma, Arial, sans-serif;
	margin:17.4em 0 0 0;
	height:28px;
}
#slide_play, #slide_pause, #slide_prev, #slide_next {
	float:right;
	text-align:center;
	line-height:20px;
}
#slide_play {
	margin:0 4px 0 8px;
}
#slide_pause {
	margin:0 20px 0 4px;
}
a.pause {
	background:url(../images/az_banner_pause.gif) no-repeat;
	height:20px;
}
a.pause:hover, a.pause_sel {
	background:url(../images/az_banner_pause_sel.gif) no-repeat;
	height:20px;
}
a.play:hover, a.play_sel {
	background:url(../images/az_banner_play_sel.gif) no-repeat;
	height:20px;
}
a.play {
	background:url(../images/az_banner_play.gif) no-repeat;
	height:20px;
}
a#db_toggle, a#db_toggle2 {
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:7px;
	font-size:11px;	
}
a#db_toggle:hover {
	color:#CC9933;
}
a#db_prev, a#db_next {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	width:16px;
	font-size:11px;
}
a#db_prev:hover, a#db_next:hover {
	color:#CC9933;
}

#db_nav {
	float:right;
	padding:0;
	margin:0;
}
#db_nav li { 
	float: left;
	list-style: none;
	font-family:Tahoma, Arial, sans-serif;
}
#db_nav a, #db_nav a.first_nav, #db_nav a.last_nav { 
	width: 34px;
	text-align:center;
	display: block;
	color:#9c9c9c;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	height:27px;
	padding-top:3px;
	background:url(../images/az_banner_nav.gif) repeat-x;
}
#db_nav a.first_nav { 
	background:url(../images/az_banner_nav_first.gif) no-repeat;
	width: 33px;
}
#db_nav a.last_nav { 
	background:url(../images/az_banner_nav_last.gif) no-repeat;
	width: 33px;
}
#db_nav a:hover {
	color:#e50d0d;
}
#db_nav a.activeSlide { 
	color:#ffffff;
	background:url(../images/az_banner_nav_sel.gif) no-repeat;
}
#db_nav a:focus {
	outline: none;
}