/* major block */
.contentslide {
	/* border: 0px solid navy;
	padding: 8px 0 0 0;
	overflow: hidden;
	background-color: #dbf4fe;
	border-top: 1px solid #0f90ba;
	padding-bottom: 10px; */
}
.slider1 {
  width: 100%;
}
.flexcontent {
	margin-right: 8px;
	margin-left: 8px;
}
.contentslide .contentdiv {
	display: none;
}
.pagination {
	/* width: 100%;
	text-align: right;
	background: none;
	border: none;
	border-width: 0 0;/*Left/ right border width of pagination DIV.*/
	/* padding: 0; */
}
.pagination a {
	/* padding: 0 5px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white; */
}
.pagination a:hover, .pagination a.selected {
	/* color: #000;
	background-color: #FEE496; */
}
#fcs_player {
	/* background-color: #fff; */
	border-top-width: 0px;/* If you don't use border, set this property as "0px". Don't delete it ! */
	border-top-style: solid;
	border-top-color: #0F90BA;
	margin-top: 0px;
	margin-bottom: 0px;/* If you don't use it, set this property as "0px". Don't delete it ! */
	padding-left: 0px;
	margin-right: 0px;
	height: 16px;/* You must set this property. Don't delete it !*/
	font-size: 10px;
	line-height: 18px;
}
#fcs_pagination {
	/* margin: 0px 0 -2px 0;
	padding: 3px 0 3px 0;
	background-color: #fff;
	width: 100%;
	border-top: 1px solid #0F90BA;
	padding-left: 0px; */
}
/* animation speed buttons */
a.speed_button {
  padding: 0 8px;
	text-decoration: none;
	width: 7px;
	height: 7px;
}
#speed_button-1 {
  background: #ffffff url('./images/speed_button-1.gif') no-repeat 4px 4px;
  margin-left: 4px;
}
#speed_button-2 {
  background: #ffffff url('./images/speed_button-2.gif') no-repeat 4px 4px;
}
#speed_button-3 {
  background: #ffffff url('./images/speed_button-3.gif') no-repeat 4px 4px;
}
#speed_button-4 {
  background: #ffffff url('./images/speed_button-4.gif') no-repeat 4px 4px;
  width: 8px;
}
#speed_button-5 {
  background: #ffffff url('./images/speed_button-5.gif') no-repeat 4px 4px;
}
#speed_button-1:hover {
  background: #ffffff url('./images/speed_button-1h.gif') no-repeat 4px 4px;
}
#speed_button-2:hover {
  background: #ffffff url('./images/speed_button-2h.gif') no-repeat 4px 4px;
}
#speed_button-3:hover {
  background: #ffffff url('./images/speed_button-3h.gif') no-repeat 4px 4px;
}
#speed_button-4:hover {
  background: #ffffff url('./images/speed_button-4h.gif') no-repeat 4px 4px;
  width: 8px;
}
#speed_button-5:hover {
  background: #ffffff url('./images/speed_button-5h.gif') no-repeat 4px 4px;
}
/* animation type buttons */
a.animation_button {
  padding: 0 8px;
	text-decoration: none;
	width: 7px;
	height: 7px;
}
#animation_button-1 {
  background: #ffffff url('./images/animation_button-1.gif') no-repeat 4px 4px;
  margin-left: 8px;
}
#animation_button-2 {
  background: #ffffff url('./images/animation_button-2.gif') no-repeat 4px 4px;
}
#animation_button-3 {
  background: #ffffff url('./images/animation_button-3.gif') no-repeat 4px 4px;
}
#animation_button-1:hover {
  background: #ffffff url('./images/animation_button-1h.gif') no-repeat 4px 4px;
  margin-left: 8px;
}
#animation_button-2:hover {
  background: #ffffff url('./images/animation_button-2h.gif') no-repeat 4px 4px;
}
#animation_button-3:hover {
  background: #ffffff url('./images/animation_button-3h.gif') no-repeat 4px 4px;
}
/* player buttons */
#previous_button, #next_button, #pause_button, #play_button, #tools_button {
	padding: 0 8px;
	text-decoration: none;
	background: #ffffff url('./images/previous_button.gif') no-repeat 4px 4px;
	width: 7px;
	height: 7px;
}
#previous_button {
	padding-right: 8px;
}
#previous_button:hover {
	background: #ffffff url('./images/previous_button-h.gif') no-repeat 4px 4px;
}
#next_button {
	background: #ffffff url('./images/next_button.gif') no-repeat 4px 4px;
	margin-left: 4px;
}
#next_button:hover {
	background: #ffffff url('./images/next_button-h.gif') no-repeat 4px 4px;
}
#pause_button {
	background: #ffffff url('./images/pause_button.gif') no-repeat 4px 4px;
}
#pause_button:hover {
	background: #ffffff url('./images/pause_button-h.gif') no-repeat 4px 4px;
}
#play_button {
	background: #ffffff url('./images/play_button.gif') no-repeat 4px 4px;
}
#play_button:hover {
	background: #ffffff url('./images/play_button-h.gif') no-repeat 4px 4px;
}
#tools_button {
	background: #ffffff url('./images/tools_button.gif') no-repeat 3px 3px;
}
#tools_button:hover {
	background: #ffffff url('./images/tools_button-h.gif') no-repeat 3px 3px;
}
/* pagination buttons */
a.pagination_button {
	/* font-size: 10px;
	color: #000;
	background-color: #ecf9fe;
	border: 1px solid #b5e6fa;
	margin: 2px;
	padding-bottom: 1px; */
}
a.pagination_button:hover {
	background-color: #fff;
}
div.contentdiv img {
	float: left;
	margin: 0 8px 4px 0;
}
/* title */
div.flexcontent h3 {
	font: bold 14px Arial;
	margin: 0 0 -8px 0;
	background: none;
}
