
#slidedeck_frame {
	width: 100%;
	height: 915px;
	position: relative;
	overflow:hidden;
	background: white;
	/*border: 1px solid green;*/
}

dl.slidedeck {
	position: relative;
	width: 100%;
	height: 185px !important;
	margin: 0;
	padding: 0;
	float: right;
	background: transparent;
}

dl.slidedeck > dd {
	position: relative;
	margin: 0;
	height:auto !important;
	overflow: hidden;
}

dl.slidedeck dd.slide_1{

}

/*Homepage overrides*/

#kr-slider #slidedeck_frame {
	width: 100%;
	height: 915px;
	position: relative;
	overflow:hidden;
	background: white;
	/*cborder: 1px solid green;*/
}

#kr-slider div.slidedeck {
	position: absolute;
	height: 100%;
	margin: 0;
	padding: 0;
	xfloat: right;
	background: transparent;
}

#kr-slider div.slidedeck > div {
	position: relative;
	margin: 0;
	overflow: hidden;
	float:left;
}

#kr-slider div.slidedeck div.slide_1{

}

#kr-slider .slideControl {
    margin: 0 auto;
    width: 952px;
}




/*::::::::::::::: SLIDEDECK SLIDE STYLE (END) :::::::::::::::*/

/*::::::::::::::: CAPTION STYLE (BEGIN) :::::::::::::::*/

div.caption{
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	width: 50%;
	padding: 10px 20px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	top: 250px;
	left: 20px;
}

div.caption h3, div.caption p, div.title h3, div.title p{
	margin:0;
	padding:0;
	font-size: 12px;
}

div.caption h3{
	font-size: 14px;
}

div.title{
	padding: 20px 0 0 20px;
	width: 50%;
}

div.title h3{
	font-size:22px;
	margin: 0 0 10px 0;
}

/*::::::::::::::: CAPTION STYLE (END) :::::::::::::::*/

/*::::::::::::::: VERTICAL NAVIGATION STYLE (BEGIN) :::::::::::::::*/

#slidedeck_frame:hover ul.galleryArrows{
	display:block;
}

ul.galleryArrows{
	position:absolute;
	display: none;
	margin: -14px 0 0;
	padding: 0;
	list-style:none;
	overflow:visible;
	top: 50%;
	width:820px;
	z-index:10;
	border: 1px solid red;
	height: 30px;
}

ul.galleryArrows li{
	position: absolute;
	margin: 0;
	padding: 0;
}

ul.galleryArrows li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 0;
	line-height:30px;
	padding: 27px 0 0;
	background: url(../images/galleryNav.png) 0 0 no-repeat;
}

ul.galleryArrows li.next a{
	background-position: -27px 0;
}

ul.galleryArrows li.prev{
	left: 10px;
}

ul.galleryArrows li.disabled a{
	cursor: default;
}

ul.galleryArrows li.next.disabled a{
	background-position: -27px -27px;
}

ul.galleryArrows li.prev.disabled a{
	background-position: 0 -27px;
}

ul.galleryArrows li.next{
	right: 10px;
}

/*ul.galleryNav{
			position:absolute;
			top: 595px;
			padding: 0;
			list-style:none;
			z-index:10;
			display: block;
			left: 26%;
		  } THIS IS THE ORIG, but we moved the nav out of the div so we could display rel*/


ul.galleryNav {
    display: block;
    left: 17px;
    list-style: none outside none;
    padding: 0;
    position: relative;
    top: 588px;
    z-index: 10;
}



		ul.galleryNav li{
			display:block;
			float:left;
			margin: 0 10px 0 0;
			padding: 0;
		}

		ul.galleryNav li a{
			display:block;
			position:relative;
			overflow:hidden;
			height:0;
			width:16px;
			line-height: 23px;
			padding: 16px 0 0;
			background: url('../images/galleryNav.png') no-repeat;
		}

		ul.galleryNav li.active a{
			background: url('../images/galleryNav-active.png') no-repeat;
		}

#kr-mainsection #procontent .kr-related #sd-frame, #kr-mainsection #procontent .kr-related-lookbook #sd-frame, #kr-mainsection #procontent .mini-slider #sd-frame {overflow: hidden;} 
dl.slidedeck > dd {width: 100%; position: absolute; top: 0; background: #fff;}
		
/*::::::

::::::::: VERTICAL NAVIGATION STYLE (END) :::::::::::::::*/

