@charset "UTF-8";
/* ///////////////////////////////////////////////////// 

Bestandsnaam: style.css
Versie: 1.0.0 (05-11-2009)

///////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* ALGEMEEN */
	 
.clr {
	clear: both;
}

.flt_rgt {
	float: right;
}

.flt_lft {
	float: left;
}

.print {
	display: none !important;
}

.no_print {
	display: block !important;
}

a {
	color: #063;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#map {
	width: 99%;
	height: 375px;
	border: 3px solid #063;
}

#map span {
	display: none;
}

.adres {
	line-height: 14px;
}

.route {
	line-height: 14px;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	 /* GLOBALE PAGINA OPMAAK */	 

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	background: #fbfaf9;
	font: 8.5pt normal Arial, sans-serif;
	color: #666;
	overflow-y: scroll;
}

html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
}

#wrapper {
	border-bottom: 5px solid #CCC;
	padding: 0 0 20px 0;
	background: #FFF url('/img/body-back.gif') repeat-x;
}

#content {
	width: 997px;
	margin: 0 auto;
	padding: 0 0 0 35px;
}

#content_main {
	width: 743px;
	padding: 0 0 0 0;
	float: left;
}
			
#content_right {
	width: 202px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ccc;
	float: left;
}

#content_column_one {
	width: 456px;
	float: left;
	padding: 0 15px 0 0;
}

#content_column_two {
	float: left;
	width: 246px;
	padding: 0 5px 0 15px;
	margin: 0 10px 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content_column_three {
	float: left;
	width: 203px;
	padding: 0 0 0 2px;
}

.one-column-content {
	width: 950px !important;
	position: relative;
	left: -15px;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* HEADER */ 

#header-wrap {
	background: url('/img/header_world.gif') no-repeat top right;
	width: 997px;
	margin: 0 auto;
}

#header {
	width: 997px;
	height: 580px;
	margin: 0 auto;
	position: relative;
	background: url('/img/content-back.gif') no-repeat center center;
}

.header-content {
	height: 379px !important;
	background: url('/img/content-back.gif') no-repeat center bottom !important;
	margin: 0 auto 30px auto !important;
}

#header h1 {
	display: none;
}

#header h1#phone {
	display: block;
	position: absolute;
	background: url('/img/jakom-sprite.gif') no-repeat 0 -60px;
	color: #FFF;
	font-weight: normal;
	font-size: 15px;
	padding: 3px 0 0 35px;
	right: 10px;
	top:  55px;
	height: 19px;
	letter-spacing: 1pt;
}
#header h1#email{
	display: block;
	position: absolute;
	background: url('/img/email.png') no-repeat;
	color: #ffffff !important;
	font-weight: normal;
	font-size: 15px;
	padding: 3px 0 0 35px;
	right: 10px;
	top:  85px;
	height: 19px;
	letter-spacing: 1pt;
}
#header h1#email a{
	color: #ffffff !important;
}
#header #logo {
	position: absolute;
	top: 18px;
	left: 8px;
}

#header h2 {
	display: none;
}

#header #slider {
	position: absolute;
	top: 180px;
	width: 960px;
	height: 340px;
	overflow: hidden;
	border: 10px solid #FFF;
	margin: 0 0 0 8px;
}

#header #slider img {
	margin: 0;
	width: 960px;
	height: 340px;
}

.home-image {
	position: relative;
}

.home-image .homepage-titel-nl {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10;
	width: 325px !important;
	height: 73px !important;
	background: url('/img/homepage-titel-nl.png') no-repeat;
}

.home-image .homepage-titel-en {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10;
	width: 562px !important;
	height: 82px !important;
	background: url('/img/homepage-titel-en.png') no-repeat;
}

.home-image .homepage-titel-de {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10;
	width: 562px !important;
	height: 82px !important;
	background: url('/img/homepage-titel-de.png') no-repeat;
}

#header #slider-content {
	position: absolute;
	top: 180px;
	width: 960px;
	height: 175px;
	overflow: hidden;
	border: 10px solid #FFF;
	margin: 0 0 0 8px;
}

#header #slider-content img {
	margin: 0;
	width: 960px;
	height: 175px;
}

#header #nav {
	position: absolute;
	bottom: 24px;
	right: 15px;
}

.header-content #nav {
	position: absolute;
	bottom: -11px !important;
	right: 15px;
}

#header #nav a {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 1px solid #666;
	text-decoration: none;
	color: #063;
	text-align: center;
	margin: 0 3px;
	line-height: 13px;
}

#header #nav a.activeSlide { 
	background: #063; 
	border: 1px solid #063;
	color: #FFF;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* TOPMENU */ 	

ul#topmenu {
	margin: 0;
	padding: 5px 3px 0 0;
	list-style: none;
	text-align: right;
}

ul#topmenu li {
	display: inline-block;
}

ul#topmenu li.Home a, ul#topmenu li.Contact a, ul#topmenu li.Sitemap a   {
	width: 13px;
	height: 10px;
	text-indent: -10000px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	display: block;
	margin: 0 5px;
	padding: 0 8px 0 0;
	text-decoration: none;
}

ul#topmenu li.Home a {
	background: url('/img/jakom-sprite.png') no-repeat 0 -136px;
}

ul#topmenu li.Contact a {
	background: url('/img/jakom-sprite.png') no-repeat 0 -77px;
}

ul#topmenu li.Sitemap a {
	background: url('/img/jakom-sprite.png') no-repeat 0 -491px;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* LAND KEUZE */	

#header #select_country {
	position: absolute;
	right: 10px;
	top: 35px;
	z-index: 20;
	height: 70px;
}

#header #select_country #nl {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -1144px;
	margin: 0;
	padding: 0;
	display: block;
}

#header #select_country #nl:hover {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -1002px;
	margin: 0;
	padding: 0;
	display: block;
}

#header #select_country #en {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -671px;
	margin: 0;
	padding: 0;
	display: block;
}

#header #select_country #en:hover {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -529px;
	margin: 0;
	padding: 0;
	display: block;
}

#header #select_country #de {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -458px;
	margin: 0;
	padding: 0;
	display: block;
}

#header #select_country #de:hover {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -316px;
	margin: 0;
	padding: 0;
	display: block;
}

#header #select_country #active-nl {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -1073px;
	margin: 0;
	padding: 0;
	display: block;
}

#header #select_country #active-en {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -600px;
	margin: 0;
	padding: 0;
	display: block;
}

#header #select_country #active-de {
	width: 177px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -387px;
	margin: 0;
	padding: 0;
	display: block;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* HOOFDMENU */ 	 

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
	position: absolute;
	top: 153px;
	left: 8px;
	z-index: 30;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
	margin: 0 3px;
}

.de li {
	float: left;
	position: relative;
	margin: 0 0px;
}

.sf-menu li.Home {
	margin: 0 10px 0 8px;
}

.sf-menu li a {
	display: block;
	position: relative;
	height: 37px;
	background: transparent;
	padding: 0 0 0 16px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
}

.de li a {
	font-size: 14px;
}

.sf-menu .menu-right {
	width: 6px;
	height: 37px;
	background: transparent;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

.sf-menu li:hover a {
	background: #FFF url('/img/menu-hover-l.jpg') no-repeat top left;
	color: #063;
}

.sf-menu li:hover .menu-right {
	background: #FFF url('/img/menu-hover-r.jpg') no-repeat top right;
	color: #063;
}

.sf-menu li:hover ul li, .sf-menu li ul li {
	float: left;
	position: relative;
	margin: 0 0 0 2px;
	min-width: 150px;
}

.sf-menu li:hover ul li a {
	display: block;
	height: 16px;
	position: relative;
	background: #FFF;
	padding: 9px 5px 5px 10px;
	text-decoration: none;
	color: #063;
	text-transform: uppercase;
	font-size: 12px;
}

.sf-menu li ul li a {
	display: block;
	height: 16px;
	position: relative;
	background: #FFF;
	padding: 9px 5px 5px 10px;
	text-decoration: none;
	color: #063;
	text-transform: uppercase;
	font-size: 12px;
}

.sf-menu li:hover ul li:hover a {
	background: #063;
	color: #FFF;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 37px; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* CONTENT */ 

.text {
	line-height: 18px;
	letter-spacing: 0.7pt;
	margin: 0 0 20px 0;
}

.text table.tabel-met-randen {
	width: 100%;
}

.text table.tabel-met-randen td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

.text a img {
	border: 0;
}

.text h1 {
	color: #063;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0.7pt;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.text h2 {
	color: #063;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.7pt;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.text h3 {
	color: #063;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.7pt;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.text h4 {
	color: #063;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.7pt;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 22px;
}

.text h5 {
	color: #063;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.7pt;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 22px;
}

.text h6 {
	color: #063;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.7pt;
	text-transform: none;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 22px;
}

.grey-textfield {
	padding: 10px !important;
	background: #FAFAFA;
	width: 710px;
}

#content_column_two .text {
	line-height: 18px;
	letter-spacing: 0.7pt;
}

#content_column_two .text h3 {
	color: #063;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.7pt;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: 22px;
}

.text .leesmeer, .text .read-more a {
	color: #063;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url('/img/read-more.gif') no-repeat center right;
}

.text .leesmeer:hover, .text .read-more a:hover {
	text-decoration: underline;
}

.text .back {
	color: #063;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url('/img/jakom-sprite.gif') no-repeat 0 0;
}

.text .back:hover {
	color: #063;
	text-decoration: underline;
	padding: 0 0 0 15px;
	background: url('/img/jakom-sprite.gif') no-repeat 0 0;
}

#content_main .text {
	padding: 0 15px 0 0;
}

.even {
	padding: 10px !important;
	width: 690px;
	background: #FFF;
}

.oneven {
	padding: 10px !important;
	width: 690px;
	background: #FAFAFA;
}

.content_image img {
	border: 1px solid #ccc !important;
	padding: 3px;
	float: right;
	margin: 0 0 10px 15px;
}

.content_image:hover img {
	border: 1px solid #063 !important;
}

.gallery {
	margin: 10px 0;
}

.fancybox_gallery img {
	border: 1px solid #ccc !important;
	padding: 3px;
}

.fancybox_gallery:hover img {
	border: 1px solid #063 !important;
	padding: 3px;
}

.sitemap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap li a {
	font-weight: bold;
}

.sitemap li ul {
	list-style: none;
}

.sitemap li ul li a {
	font-weight: normal;
}

.sitemap .even, .sitemap .oneven {
	cursor: default;
	border: 0 !important;
	width: 932px !important;
}

.sitemap .even:hover, .sitemap .oneven:hover {
	cursor: default;
	border: 0 !important;
}

.vacature h3 a {border-bottom: 3px solid #063; display: block;}
	
/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* NIEUWS */ 

.news {
	border-top: 1px solid #CCC;
	padding: 15px 0 0 0;
}

.news h4  {
	margin: 0;
	padding: 0;
	color: #063;
}

.news p {
	margin: 0;
	padding: 0;
	display: inline;
}

.news h3 {
	margin: 0 0 10px 0 !important;
	line-height: 22px;
}

.news h4 {
	color: #ccc;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.7pt;
	text-transform: none !important;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 22px;
}

.even h4, .oneven h4 {
	color: #063;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.7pt;
	text-transform: none !important;
	margin: 5px 0 -10px 0;
	padding: 0;
	line-height: 22px;
	padding: 0;
}

.news a {
	color: #063;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url('/img/read-more.gif') no-repeat center right;
}

.news a:hover{
	text-decoration: underline;
}

.news h4 a {
	color: #063;
	text-decoration: none;
	padding: 0;
	background: transparent;
}

.news h4 a:hover {
	text-decoration: underline;
}

.date {
	font-style: italic;
	margin: 0;
	padding: 0;
}

.paging	{
	text-align: right;
	margin: 10px 0 10px 0;
	font-weight: bold;
	letter-spacing: 0.7pt;
	color: #666;
	padding: 0 33px 0 0;
}

.paging a {
	padding: 2px 6px;
	border: 1px solid #ccc;
	color: #ccc;
	margin: 0 5px 0 5px;
	text-decoration: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.paging a:hover {
	color: #063;
	border: 1px solid #063;
}

.even, .oneven {
	cursor: pointer;
	border: 1px solid #FFF;
}

.even:hover, .oneven:hover {
	border: 1px solid #E2E2E2;
}

.even a img, .oneven a img {
	border: 1px solid #ccc;
	padding: 3px;
	float: left;
	margin: 0 15px 0 0;
}

.even a:hover img, .oneven a:hover img {
	border: 1px solid #063;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* PROJECTEN */	

.projects p {
	margin: 0;
	padding: 0;
	display: inline;
}

.projects h3  {
	margin: 0 0 0 0 !important;
}

.projects a.more {
	color: #063;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url('/img/read-more.gif') no-repeat center right;
}

.projects a:hover {
	text-decoration: underline;
}

.projects h4 {
	color: #063;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.7pt;
	text-transform: none;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 22px;
}

.projects h4 a {
	color: #063;
	text-decoration: none;
	padding: 0;
	background: transparent;
}

.projects h4 a:hover {
	text-decoration: underline;
}

.projects a img {
	border: 2px solid #063;
	width: 233px;
	height: 60px;
}

.projects a:hover img {
	border: 2px solid #666;
}

.projects h4  {
	margin: 10px 0 0 0 !important;
	padding: 0;
	color: #063;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* GRIJS TEKST BLOK */	

.block {
	width: 202px;
	background: url('/img/block-fill.jpg') repeat-y;
}

.block-top {
	width: 202px;
	height: 4px;
	background: url('/img/jakom-sprite.jpg') 0 -262px;
}

.block-bottom {
	width: 202px;
	height: 5px;
	background: url('/img/jakom-sprite.jpg') 0 0;
	margin: 0 0 10px 0;
}

.block .text {
	width: 182px;
	background: url('/img/block-img.jpg') no-repeat center bottom;
	min-height: 157px;
	padding: 10px;
	line-height: 18px;
	letter-spacing: 0.7pt;
	margin: 0;
}

.block .text h3 {
	color: #063;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.7pt;
	text-transform: none;
	padding: 0;
	margin: 0;
	line-height: 22px;
}

.block .text a {
	color: #063;
	text-decoration: none;
}

.block .text a:hover {
	text-decoration: underline;
}

.block .text ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style: square;
}

.block .text ul li ul li {
	margin: 0 0 0 20px;
}

.block .text ul li ul {
	margin: 0;
	padding: 0;
}

.newsletter {
	width: 182px;
	height: 21px;
	background: url('/img/jakom-sprite.jpg') no-repeat 0 -922px;
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
	padding: 9px 0 0 20px;
	color: #666;
	letter-spacing: 0.7pt;
}

.newsletter:hover {
	color: #063;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* FORMULIER */	

form {
	margin: 20px 0 0 0;
}

form .even {
	background: #FAFAFA;
	width: 710px !important;
	cursor: default;
	border: none !important;
}

form .oneven {
	background: transparent;
	width: 710px !important;
	cursor: default;
	border: none !important;
}

form .even:hover, form .oneven:hover {
	border: none !important;
}

form #cpc {
	width: 60px;
	margin: 0 5px 0 0;
}

form #cplace {
	width: 100px;
}

label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

textarea {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px;
	width: 250px;
	font: 8.5pt normal Arial, sans-serif;
	color: #666;
	letter-spacing: 0.7pt;
}

input {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px;
	width: 173px;
}

input:focus, textarea:focus {
	border: 1px solid #063;
}

span.error {
	color: #cc0000;
	margin: 0 0 0 20px;
	vertical-align: top;
}

input.error, textarea.error {
	border: 1px solid #cc0000;
}

.send_btn {
	width: 120px;
	background: #CCC;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}

.send_btn:hover {
	width: 120px;
	background: #063;
	font-weight: bold;
	color: #FFF;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* FOOTER */ 

#footer {
	height: 100px;
}

#footer ul {
	margin: 0 auto;
	padding: 20px 0 0 0;
	list-style: none;
	width: 997px;
	text-align: center;
}

#footer ul li {
	display: inline-block;
}

#footer ul li a {
	color: #063;
	margin: 0 20px;
	letter-spacing: 0.7pt;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer #webdeveloper {
	display: block;
	margin: 40px auto;
	width: 264px;
	text-decoration: none;
	color: #ccc;
}

#footer #webdeveloper:hover {
	text-decoration: underline;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* MACHINEPARK */	

#machine-slider-wrap {
	position: absolute;
	top: 180px;
	width: 960px;
	height: 338px;
	overflow: hidden;
	border: 10px solid #FFF;
	margin: 0 0 0 8px;
	background: #FFF;
}

#machine-slider { 
	width: 775px; 
	height: 338px;
	position: relative; 
	background: #FFF;
	overflow: hidden;
	padding: 0 185px 0 0;
}

#machine-slider ul.ui-tabs-nav { 
	position: absolute; 
	top: 0; 
	right: 0; 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width: 175px; 
	z-index: 20;
}

#machine-slider ul.ui-tabs-nav li { 
	padding: 0;   
	background-color: #FFFFFF;
}

#machine-slider li.ui-tabs-nav-item a { 
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	display: block; 
	color: #FFFFFF;  
	height: 39px;
	background-repeat: repeat-x;
	background-color: #063;
	text-decoration: none;
	padding: 27px 0 0 20px;
	font-size: 14px;
	letter-spacing: 0.8pt;
	cursor: pointer;
	text-transform: uppercase;
}

#machine-slider li.ui-tabs-nav-item a:hover { 
	background-repeat: repeat-x;
	background-color: #01552b;
	color: #FFF;
}

#machine-slider li.ui-tabs-nav-item { 
	position: relative;
}

#machine-slider li.ui-tabs-nav-item .arrow { 
	width: 13px;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/img/jakom-sprite.png') no-repeat 0 0;
	z-index: 10;
	display: none;
}

#machine-slider li.ui-tabs-selected .arrow { 
	display: block;
	width: 13px;
	height: 27px;
	position: absolute;
	top: 20px;
	left: -12px;
	background: url('/img/jakom-sprite.png') no-repeat 0 0;
	z-index: 10;
}

#machine-slider ul.ui-tabs-nav li.ui-tabs-selected a { 
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #063;
}

#machine-slider .ui-tabs-panel { 
	width: 775px; 
	height: 338px;
	position: relative;
	border-right: 2px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#machine-slider .ui-tabs-hide { 
	 position: absolute;
	 left: -10000px;
}

#machine-slider img {
	width: 785px !important;
	height: 338px !important;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* YOUTUBE PLAYLIST */	

#ytvideo {
    float: left;
	margin-right: 10px;
}

.yt_holder {
    background: #FAFAFA;
    padding: 10px;
    float: left;
    border: 1px solid #e2e2e2;
	margin: 0 0 15px 0;}


.yt_holder ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 272px;
}

.yt_holder ul li {
    list-style: none;
    display: inline;
    background: #FFF;
    float: left;
    width: 120px;
    margin-bottom: 5px;
	padding: 2px;
	margin: 0 5px 10px 5px;
	border: 1px solid #FFF;
}

.yt_holder ul li:hover {
	border: 1px solid #e2e2e2;
}

.yt_holder ul li img {
    width: 120px;
    float: left;
    margin: 0 5px 5px 0;
    border: 0;
}

.yt_holder ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
}

.yt_holder .currentvideo {
	border: 1px solid #063;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* FANCYBOX */	

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/img/fancy_title_right.png') repeat-x;
}

/* ////////////////////////////////////////////////// */
