
/* GLOBAL
/* ---------------------------------------------------- */
ul, li{
	margin: 0;
	padding: 0;
}

#slideshow #slider_ribon{
	position: absolute;
	top: 334px;
	z-index: 101;
}

#slideshow {
	width: 675px;
	height: 421px;
	position: relative;
	overflow: hidden;
}
#slideshow_left{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
#slideshow_right{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}

/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow ul {
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 675px;
	height: 421px;
}

#slideshow .slides ul {
	overflow: hidden;
	width: 675px;
	height: 421px;
	position:relative;
}

#slideshow .slides li {
	position:absolute;
	top:0px;
	left:auto;
	height: 400px;
	width:auto;
	display:block;
}

#slideshow .slides h2 {
	margin-top: 0;
}

/* sidebtn
/* ---------------------------------------------------- */
#slideshow #navwrap {
	width: 675px;
	position: absolute;
}
#slideshow #navwrap div {
	cursor: pointer;
}

/* NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	display: block;
	clear: both;
	float: none;
	position: absolute;
	top: 345px;
	left: 50%;
}
#slideshow .slides-nav li {
	width: 17px;
	height: 17px;
	
	display: block;
	padding: 5px 5px;
	outline: none;
	font-weight: bold;
	color: #FE8DE4;
	text-decoration: none;
	font-size: 20px !important;
	cursor: pointer;
	float: left;
	text-indent: -9999px;
	background: url(images/jqueryslider_btn.png) no-repeat center;
}
#slideshow .slides-nav li.on {
	background: url(images/jqueryslider_btn_on.png) no-repeat center;
}

}
