/* SA Homepage slideshow */



a.slideshow_img img {border:1px solid #333;}



.cycle_slideshow, #db_container {
  	height: 177px;
  	width: 502px;
	background: #fff;
}
#db_container {
	border:1px solid #f2f2f2;
	margin:auto;
	text-align:center;
}

.cycle_slideshow {
	padding:0;
	margin:0;
	overflow:hidden;
}
.cycle_slideshow img {
	padding: 0px;
	border:0;
}

#db_controls {
	position:absolute;
	z-index:9999999;
	font-family:Tahoma, Arial, sans-serif;
	margin:141px 0 0 0;
	padding:3px;
	width:200px;
	height:22px;
	/* Opt: background-color:transparent;background:url(/img/bg/trnsp/trnsp_bg_ffffff_50opac.png) repeat; */
}
#slide_play, #slide_pause, #slide_prev, #slide_next {
	float:left;
	text-align:center;
	line-height:20px;
}
#slide_play {
	margin:2px 0 0 3px;
}
#slide_pause {
	margin:2px 3px 0 10px;
}


a.pause {
	background:url(/img/slideshow/home/core/sa_slideshow_button_18x18_pause_off.gif) no-repeat;
	width:18px;
	height:18px;
}
a.pause:hover, a.pause_sel {
	background:url(/img/slideshow/home/core/sa_slideshow_button_18x18_pause_selected.gif) no-repeat;
	width:18px;
	height:18px;
}


a.play:hover, a.play_sel {
	background:url(/img/slideshow/home/core/sa_slideshow_button_18x18_play_selected.gif) no-repeat;
	height:18px;
}
a.play {
	background:url(/img/slideshow/home/core/sa_slideshow_button_18x18_play_off.gif) no-repeat;
	height:18px;
}



a#db_toggle, a#db_toggle2 {
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;	
	width:18px;
	height:18px;
}
a#db_toggle:hover {
	color:#214b85;
}
a#db_prev, a#db_next {
	text-decoration:none;
	color:#fff;
	display:block;
	font-weight:bold;
	width:15px;
	font-size:11px;
}
a#db_prev:hover, a#db_next:hover {
	color:#214b85;
}

#db_nav { /* position the buttons at left or right of slide */
	float:left;
	padding:0;
	margin:0 0 0 10px;
}
#db_nav li {
	float: left;
	list-style: none;
	font-family:Tahoma, Arial, sans-serif;
}

/* BTTN IMG: sa_slideshow_button_22x66.gif = blue(top), gray (center), gray-OVER (bottom) = 22x22(3) = 22x66 */
#db_nav a { 
	width: 22px;
	line-height:22px;
	padding-left:1px;
	text-align:center;
	display: block;
	color:#214b85;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	background:url(/img/slideshow/home/core/sa_slideshow_button_22x66.gif) no-repeat 0px -22px; /* OVER = gray (#2-22x22 of 22x66) */
}
#db_nav a:hover {
	color:#0d2a55;
	background:url(/img/slideshow/home/core/sa_slideshow_button_22x66.gif) no-repeat 0px -44px; /* ACTIVE-OVER = gray-OVER (#3-22x22 of 22x66) */
}
#db_nav a.activeSlide { 
	color:#fff; /* Opt: d0d0d0 */
	background:url(/img/slideshow/home/core/sa_slideshow_button_22x66.gif) no-repeat 0px 0px; /* SELECTED = blue (#1-22x22 of 22x66) */
}

#db_nav a:focus {
	outline: none;
}
