@charset "utf-8";

/*--------------------------------------- Slideshow ---------------------------------------*/

#slideshow-wrapper{
	background:url("../img/slideshow_bg.jpg") repeat-x center top;
	height:320px;
	margin-bottom:20px;
}

#slideshow{
	width: 970px;
	margin: 10px auto 10px;
	padding: 0;
	position: relative;
}

ul.bjqs{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:none;
}

li.bjqs-slide{
	display:none;
	position:absolute;
}

ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}

#slider{
	height:310px;
	width:970px;
	position:relative;
	padding: 0;
	margin: 0px auto;
}

ul.bjqs-controls li a{
	display:block;
	position:absolute;
	text-transform:uppercase;
}

a.bjqs-prev{
	top:136px;
	left:-40px;
	background:url("http://hirobee1.com/img/slide_left.png");
	width:32px;
	height:48px;
}

a.bjqs-next{
	top:136px;
	right:-40px;
	background:url("http://hirobee1.com/img/slide_right.png");
	width:32px;
	height:48px;
}


ol.bjqs-markers{
	width: 80px!important;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
ol.bjqs-markers li{
	display: block;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 auto;
	text-indent: -9999px;
}
ol.bjqs-markers li a{
	background: url("http://hirobee1.com/img/slide_active_mark.png") left top no-repeat;
	display: block;
	margin:5px;
	text-decoration: none;
	width: 10px!important;
	height: 10px!important;
	text-indent: -9999px!important;
	color: #FF8608;
	font-size: 5px;
	padding: 0px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: url("http://hirobee1.com/img/slide_inactive_mark.png") left top no-repeat;
	width: 10px!important;
	height: 10px;
	text-indent: -9999px;
	color: #B3B3B3;
	font-size: 5px;
} 
