@charset "utf-8";
/* CSS Document */

#st_slider_frame {
	height: 475px;
	width: 574px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#st_slider_show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#st_slider_controls {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 574px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	background-color: #000000;
	height: 32px;
	line-height: 32px;
}
#st_slider_controls a {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 9px;
	padding-left: 9px;
	text-decoration: none;
	display: block;
	line-height: 32px;
	height: 32px;
}
#st_slider_controls a.current {
	background-color: #06367E;
}
#st_slider_controls a.prev {
	background-image: url(../sitetools/images/st_slider_prev.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#st_slider_controls a.pause {
	background-image: url(../sitetools/images/st_slider_pause.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#st_slider_controls a.next {
	background-image: url(../sitetools/images/st_slider_next.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#st_slider_controls a:hover {
	background-color: #0B5EDB;
}
.st_slider {
	visibility: hidden;
	display: none;
}
.st_slider_table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.st_slider_table td.caption {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	text-align: right;
	width: 30px;
}
.st_slider_table td.title {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	background-color: #000000;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
}
.st_slider_table td.article {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	height: 100px;
	background-color: #EEE;
	padding: 10px;
}
.st_slider_table td.article a {
	color: #000000;
	text-decoration: underline;
}
.st_slider_table td.article a:hover {
	color: #FF0000;
}
.st_slider_table td.photo {
	height: 338px;
	width: 450px;
}
.st_slider_table td.photo img {
	height: 334px;
	width: 574px;
}
