/*::::::::::::::: PAGE STYLE (BEGIN) :::::::::::::::*/

body{
	font-family: Arial, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}
a:active, a:focus { outline: none; }

/*::::::::::::::: PAGE STYLE (END) :::::::::::::::*/

/*::::::::::::::: SLIDEDECK SLIDE STYLE (BEGIN) :::::::::::::::*/

#slidedeck_frame {
	width: 998px;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin: 9px 0 0 0;!important
	border: 1px solid #ccc;
}

dl.slidedeck {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: right;
	
	/*background: url('/content/website/slidedeck/kb_homepage_slide_bg.png') no-repeat;*/
}

dl.slidedeck > dd {
	position: relative;
	margin: 0;
	overflow: hidden;
}

/*dl.slidedeck dd.slide_1{
	background: url('photo-gallery/homepage_slide_w50_folder.png') center center no-repeat;
}

dl.slidedeck dd.slide_2{
	background: url('photo-gallery/homepage_slide_w50_asus.png') center center no-repeat;
}

dl.slidedeck dd.slide_3{
	background: url('photo-gallery/homepage_slide_w50_surface.png') center center no-repeat;
}

dl.slidedeck dd.slide_4{
	background: url('photo-gallery/gallery-photo_04.jpg') center center no-repeat;
}*/

/*::::::::::::::: 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:1000px;
	z-index:10;
}

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('https://az664625.vo.msecnd.net/komplett-ie-content/website/theme/buttons/kbgallerynav.png') 0 0 no-repeat;
}

ul.galleryArrows li.next a{
	background-position: -27px 0;
}

ul.galleryArrows li.prev{
	left: 5px;
}

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: 5px;
}
	
ul.galleryNav{
	position:absolute;
	bottom: 5px;
	margin: 0;
	padding: 0;
	list-style:none;
	z-index:10;
	left: 50%;
}

ul.galleryNav li{
	display:block;
	float:left;
	margin: 0;
	padding: 0;
}

ul.galleryNav li a{
	display:block;
	position:relative;
	overflow:hidden;			
	height:0;
	width:15px;
	line-height: 20px;
	padding: 15px 0 0;
	/*background: url('/content/website/theme/buttons/kbGalleryNav.png') -8px -60px no-repeat;*/
}

ul.galleryNav li.active a{
	background-position: -35px -60px;
}
