/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	background-color:#1b2d48;
	
	float:left;
	height:370px;
	position:relative;
	width:628px;
	z-index:100;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	border:3px solid #1c2d49;
}

#slideshow_bottom {
	
	height:7px;
	width:628px;
	margin-top: 0px;
	display: block;
	clear: both;
	float: none;
	z-index: auto;
	margin-bottom: 16px;
}
#slideshow ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 1%; /* IE fix */	
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	margin: 6px;
	height: 330px;
	text-align: left;
}

#slideshow .slides ul {
	width: 616px;
}

#slideshow .slides li {
	width: 616px;
	padding: 0px;
	float: left;
}

#slideshow .slides h2 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	letter-spacing:-1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#slideshow .slides p {
	width: 600px;
}

#slideshow .slides a {
}

#slideshow .slides img {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#slideshow .navigation {
	width: auto;
	text-align: center;
	height: auto;
}


#slideshow .slides-nav {
	padding: 0px;
	float: left;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	width: 556px;
	display: block;
}

#slideshow .slides-nav a {
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#slideshow .slides-nav a span {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-image: url(../../../templates/bisekol/images/slides_nav_off.gif);
	text-indent: -9999px;
}

.js #slideshow .slides-nav a.activeSlide,
.js #slideshow .slides-nav a.activeSlide span {
	display: inline;
	padding: 0px;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	}

.js #slideshow .slides-nav a.activeSlide span {
	text-indent: -9999px;
	display: inline-block;
	padding: 0px;
	height: 12px;
	width: 12px;
	background-image: url(../../../templates/bisekol/images/slides_nav_on.gif);
}

.js #slideshow #cycle_prev{
	height: 26px;
	width: 26px;
	background-image: url(../../../templates/bisekol/images/control_left.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
}

.js #slideshow #cycle_next{
	height: 26px;
	width: 26px;
	background-image: url(../../../templates/bisekol/images/control_right.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

.js #slideshow #cycle_pause{
	color: #fff;
	cursor: pointer;
	float: left;
}

.js #slideshow #cycle_resume{
	color: #fff;
	cursor: pointer;
	float: left;
}

#cycle_resume.resume,#cycle_pause.pause {
	text-decoration: underline;
} 

