/*
 * HTML5
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

#stage {
	position: relative;
	width: 700px;
	height: 250px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
#stage .slider ul,
#stage .slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#stage .slider {
	width:700px;
	height:250px;
	position:relative;
}
#stage .slider li {
	position:relative;
	width:700px;
	height:250px;
}
#stage .slider .slide-excerpt {
	width:700px;
}
#stage .slider .slide-thumbnail {
	top:-30px;
	right:0px;
	position:absolute;
}
#stage .bx-pager {
	position:absolute;
	z-index:10000000;
	bottom:15px;
	left: 0px;
	display: none;
}
#stage .bx-pager a {
	background:url('/rf/bullet-yellow.png');
	width:27px;
	height:12px;
	display:inline-block;
	overflow:hidden;
	text-indent:-1000px;
}
#stage .bx-pager a.pager-active {
	background:url('/rf/bullet-yellow.png');
}




.bx-wrapper .bx-prev {
	position:absolute;
	width:15px;
	height:24px;
	left: 0px;
	background: url(/rf/controls.png) no-repeat 0 -24px;
	z-index:1000;
	top:121px;
	font-size:0px;
}

.bx-wrapper .bx-next {
	position:absolute;
	right: 0px;
	width:15px;
	height:24px;
	background: url(/rf/controls.png) no-repeat -15px -24px;
	top:121px;
	z-index:1000;
	font-size:0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -15px 0;
}
