#BSBSlideShow {
	display: none;
	position: relative;
	height: 278px;
	width: 743px;
}

#BSBSlideShow ul {
	position: relative;
	padding: 0;
	margin: 0;
	left: 0px;
}

#BSBSlideShow li {
	list-style: none;
	left: 0;
	z-index : 1;
	position: absolute;
}

#BSBSlideShow .backward,
#BSBSlideShow .forward {
	opacity: 0;
	position: absolute;
	z-index: 4;
	cursor: pointer;
}

#BSBSlideShow .backward img {
	position: absolute;
	width: 66px !important;
	height: 37px !important;
	bottom: 20px;
	left: 0; 
}

#BSBSlideShow .forward img {
	position: absolute;
	width: 66px !important;
	height: 37px !important;
	bottom: 20px;
	right: 0;
}

#BSBSlideShow .forward {
	position: absolute;
	height: 60%;
	width: 10%;
	top: 5%;
	right: 5px;
}

#BSBSlideShow .backward {
	position: absolute;
	height: 60%;
	width: 10%;
	top: 5%;
	left: 5px;
}

#BSBSlideShow #navigation_bullets {
	z-index: 4;
	position: absolute;
	bottom: 0px;
	left: 5px;
	opacity: 0;
	padding: 13px 20px 13px 13px;
}

#BSBSlideShow #navigation_bullets div {
	float: left;
}

#BSBSlideShow #navigation_bullets .navigation_bullet {
	z-index: 4;
	margin-left: 4px;
	width: 14px;
	height: 14px !important;
	background-size: 100% 100%;
	background-image:url("images/bullet.png");
}

#BSBSlideShow #navigation_bullets .navigation_bullet.closed:hover,
#BSBSlideShow #navigation_bullets .navigation_bullet.open:hover {
	cursor: pointer;
}

#BSBSlideShow #navigation_bullets #navigation_startstop {
	z-index: 4;
	margin-left: 4px;
	width: 14px;
	height: 14px !important;
	cursor: pointer;
	background-size: 100% 100%;
}

#BSBSlideShow #navigation_bullets #navigation_startstop.play {
	background-image:url("images/bullet_pause.png");
}

#BSBSlideShow #navigation_bullets #navigation_startstop.pause {
	background-image:url("images/bullet_start.png");
	width: 14px;
}

#BSBSlideShow .text {
	position: absolute;
	z-index: 4;
	width: 300px;
	height: auto;
	background-color: #fff;
	font-size: 14px;
	color: #3a3c3c3c;
	bottom: 15px;
	right: 0px;
	opacity: 0.9;
	padding: 0.6em 0.3em 0.4em 0.6em;
	font-family: Verdana,Geneva,sans-serif;
}

#BSBSlideShow .textboxcontent {
	display: inline;
}

#BSBSlideShow .linkbutton {
	z-index: 4;
	background-color: rgb(178,18,26);
	font-size: 12px;
	color: #000;
	margin: 1em 0.5em 0 auto;
	padding: 0.3em 0.7em 0.3em 0.5em;
	font-family: Verdana,Geneva,sans-serif;
	float: right;
}

#BSBSlideShow .linkbutton :link,
#BSBSlideShow .linkbutton :visited,
#BSBSlideShow .linkbutton :focus,
#BSBSlideShow .linkbutton :active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#BSBSlideShow .linkbutton:hover {
	background-color: rgb(208,48,56);
}
