/* slider */
.contentslide {
	border:1px solid #BCD;
	margin:0;
	padding:0;
	overflow:hidden;
	background:#F2F2FE;
	font-size:.9em;
	line-height:1.4em;
}
/*
.slider1 {width:100%;}
*/
.flexcontent {
	margin:8px;
}
.contentslide .contentdiv {
	display:none;
}
.pagination {
	width:100%;
	text-align:center;
	background:none;
	border:none;
	padding:0;/*	border-width:0 0; Pagination DIV left/right border. */
}
.pagination a {
	padding:0 5px;
	text-decoration:none;
	color:black;
	background-color:white;
}
.pagination a:hover,
.pagination a.selected {
	color:black;
	background-color:white;
}
#contentslider_player {
	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:#000;
	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 {
	width:100%;
}
/* animation speed buttons
a.speed_button {padding:0 8px;text-decoration:none;width:7px;height:7px;}
#speed_button-1 {background:#FFF url('./images/speed_button-1.gif') no-repeat 0 3px;margin-left:4px;}
#speed_button-2 {background:#FFF url('./images/speed_button-2.gif') no-repeat 0 3px;}
#speed_button-3 {background:#FFF url('./images/speed_button-3.gif') no-repeat 0 3px;}
#speed_button-4 {background:#FFF url('./images/speed_button-4.gif') no-repeat 0 3px;width:8px;}
#speed_button-5 {background:#FFF url('./images/speed_button-5.gif') no-repeat 0 3px;}
#speed_button-1:hover {background:#FFF url('./images/speed_button-1h.gif') no-repeat 0 3px;}
#speed_button-2:hover {background:#FFF url('./images/speed_button-2h.gif') no-repeat 0 3px;}
#speed_button-3:hover {background:#FFF url('./images/speed_button-3h.gif') no-repeat 0 3px;}
#speed_button-4:hover {background:#FFF url('./images/speed_button-4h.gif') no-repeat 0 3px;width:8px;}
#speed_button-5:hover {background:#FFF url('./images/speed_button-5h.gif') no-repeat 0 3px;}
*/

/* animation type buttons
a.animation_button {padding:0 8px;text-decoration:none;width:7px;height:7px;}
#animation_button-1 {background:#FFF url('./images/animation_button-1.gif') no-repeat 0 3px;margin-left:8px;}
#animation_button-2 {background:#FFF url('./images/animation_button-2.gif') no-repeat 0 3px;}
#animation_button-3 {background:#FFF url('./images/animation_button-3.gif') no-repeat 0 3px;}
#animation_button-1:hover {background:#FFF url('./images/animation_button-1h.gif') no-repeat 0 3px;margin-left:8px;}
#animation_button-2:hover {background:#FFF url('./images/animation_button-2h.gif') no-repeat 0 3px;}
#animation_button-3:hover {background:#FFF url('./images/animation_button-3h.gif') no-repeat 0 3px;}
*/

/* player buttons */
#previous_button,
#next_button,
#pause_button,
#play_button,
#tools_button {
	padding:0 8px;
	text-decoration:none;
	width:10px;
	height:10px;
}
#previous_button {
	background:#DEB url('./images/prev.gif') no-repeat 0 3px;
	padding-right:6px;
}
#previous_button:hover {
	background:#DEB url('./images/prev-h.gif') no-repeat 0 3px;
}
#next_button {
	background:#DEB url('./images/next.gif') no-repeat 0 3px;
	margin-left:4px;
}
#next_button:hover {
	background:#DEB url('./images/next-h.gif') no-repeat 0 3px;
}
#pause_button {
	background:#DEB url('./images/pause.gif') no-repeat 0 3px;
}
#pause_button:hover {
	background:#DEB url('./images/pause-h.gif') no-repeat 0 3px;
}
#play_button {
	background:#DEB url('./images/play.gif') no-repeat 0 3px;
}
#play_button:hover {
	background:#DEB url('./images/play-h.gif') no-repeat 0 3px;
}
/*#tools_button {
	background:#FFF url('./images/tools.gif') no-repeat 0 3px;
}
#tools_button:hover {
	background:#FFF url('./images/tools-h.gif') no-repeat 0 3px;
}*/

/* pagination buttons */
a.pagination_button {
	font-size:10px;
	color:#68A;
	background-color:#EEF;
	border:1px solid #BCD;
	margin:2px;
	padding-bottom:1px;
}
a.pagination_button:hover {
	background-color:#68A;
	color:#FFF;
}
div.contentdiv img {
	float:left;
	margin:0 8px 4px 0;
}
/* title */
div.flexcontent h3 {
	background:none;
}