@charset "utf-8";
.date_text_small {
	font-size: 14px;
}
.date_text {
	font-size: 12px;
}

/** 
 * Slideshow style rules.
 */
#slideshow_box {
	width:730px;
	height:300px;
	background:#252525 url(../slick_accessible_slideshow_remix/img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#ccc;
	margin: 2px;
}
#slideshow_box .slideshow {
  margin:0 auto;
  width:639px;
  height:300px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow_box .slideshow .slide {
  margin:0 auto;
  width:619px; /* reduce by 20 pixels of .slideshow to avoid horizontal scroll */
  height:300px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(../slick_accessible_slideshow_remix/img/control_left.jpg) no-repeat 0 0;
	float: left;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(../slick_accessible_slideshow_remix/img/control_right.jpg) no-repeat 0 0;
	float: right;
}

#slideshow_box a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
#slideshow_box a:hover {
  text-decoration:underline;
}
#slideshow_box a img
{
	border-color: #ccc;
} 
#slideshow_box p {
  text-align: left;
}
.slide h2, .slide p {
  margin:20px;
}
.slide h2 {
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	letter-spacing:-1px;
	text-align: left;
}

#slideIndex
{
	left: 60px;
	bottom: 10px;
	position: absolute;
}
#nav
{
	top: -30px;
	position: relative;
	z-index: 100;	/*width: 16px;
	height: 16px;
	display: inline-block;
	color: #777;
	border: 1px solid #000;
	text-align: center;
	margin: 0 5px; 
	padding: 3px 5px; 
	cursor: pointer;
	font: normal 12px Arial;
	background-color: #ddd;*/
	float: right;
	margin-right: 47px;
}
#nav a.activeSlide
{
	color: #ddd;
	border: 1px solid #aaa;
	background-color: #777;
}
#nav a { 
font: normal 12px Arial;
	color: #777;
	border: 1px solid #000;
	text-align: center;
	border: 1px solid #ccc; 
	background: #ddd; 
	text-decoration: none; 
	margin: 0 5px; 
	padding: 3px 5px;  
}
/*#nav a.activeSlide { background-color: #ea0 }*/
#nav a:focus { outline: none; }

#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#252525; background:#5C0100; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
#slideshow_box .em_form .b_form {position:absolute; font-size:150px; font-family:arial; color:#252525; line-height:40px; font-weight:normal;}
#ctl .b_form {left:-8px;}
#ctr .b_form {left:-25px;}
#cbl .b_form {left:-8px; top:-17px;}
#cbr .b_form {left:-25px; top:-17px;}
.slide img  {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	float: left;
}
#slide_text {
	margin-right: -10px;
	margin-bottom: 30px;
}

