/* banner.css */

#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:298px 0 0 0;
	height:28px;
}
#slide_play, #slide_pause, #slide_prev, #slide_next {
	float:right;
	text-align:center;
	line-height:20px;
}
#slide_play {
	margin:6px 10px 0 0px;
}
#slide_pause {
	margin:6px 2px 0 6px;
}
a.pause {
	background:url(../images/pause.png) no-repeat;
	height:20px;
}
a.pause:hover, a.pause_sel {
	background:url(../images/pause_sel.png) no-repeat;
	height:20px;
}
a.play:hover, a.play_sel {
	background:url(../images/play_sel.png) no-repeat;
	height:10px;
}
a.play {
	background:url(../images/play.png) no-repeat;
	height:10px;
}
a#db_toggle, a#db_toggle2 {
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;	
	width:15px;
	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 { 
	width: 34px;
	text-align:center;
	display: block;
	color:#9c9c9c;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	height:28px;
	padding-top:3px;
	background:url(../images/az_nav.png) repeat-x;
}
#db_nav a.left { 
	width: 35px;
	background:url(../images/az_nav_left.png) repeat-x;
}
#db_nav a.right { 
	width: 33px;
	background:url(../images/az_nav_right.png) repeat-x;
}
#db_nav a:hover {
	color:#e50d0d;
}
#db_nav a.activeSlide { 
	color:#ffffff;
	width: 33px;
	background:url(../images/az_nav_sel.png) no-repeat;
}
#db_nav a:focus {
	outline: none;
}