div#slideshow *{
	margin:0;
	padding:0;
}

#slideshow{
	background: url(/nyk/gen3/webroot/img/ss-background.jpg);
    background-size: cover;
    background-position: top left;
	border:11px solid #fff;
	height:100%;
	margin:50px auto 0;
	max-width: 860px;
	min-height: 525px;
	position:relative;
	width:100%;
	
	-moz-box-shadow:0 0 12px #111;
	-webkit-box-shadow:0 0 12px #111;
	box-shadow:0 0 12px #111;
}

#slideshow ul{
	height:100%;
	left: 12%;
	list-style:none outside none;
	max-width: 660px;
	margin: 0 auto;
	overflow:hidden;
	position: absolute;
	top: 2%;
	width:100%;
}
div#slideshow li:hover { animation-play-state:paused; }
#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('/nyk/gen3/webroot/img/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}

/* Dynamic styling */
#main-wrapper div#slideshow {
    background-position: top right;
	max-height: 300px;
	min-height: 300px;
}
#main-wrapper div#slideshow ul {
    background-position: top right;
	left:0;
	top:8%;
}
#main-wrapper div#slideshow .arrow {
	opacity: 0.2;
}
#main-wrapper div#slideshow .arrow:hover {
	opacity: 1;
}
