html,
body
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


/* general */
table
{
	border-collapse:collapse;
}

/* arrows */
td.arrow a
{
	text-decoration:none;
	display:block;
	width:47px;
	height:320px;
	-moz-outline: none; 
}

td.arrow a.showLeftArrow
{
	background-image:url(../images/gui/machine/hetz_left.gif);
	background-repeat:no-repeat;
	background-position:center center;	
	margin:0px 0px 0px 0px;	
	cursor:pointer;
	display:block;
	border:hidden;
}

td.arrow a.showRightArrow
{
	background-image:url(../images/gui/machine/hetz_right.gif);
	background-repeat:no-repeat;
	background-position:center center;
	margin:0px 0px 0px 0px;	
	cursor:pointer;
	display:block;
	border:hidden;
}




a.hideArrow
{	
	display:none;
	cursor:default;
	border:hidden;
}
/* end of arrows */


/* The main slider div - "static window" */
div#slider
{
	width:776px;
	height:320px;	
	
}


/* slider content div - "moving window" */	
div#sliderContentDiv
{	
	position:relative;
	left:0px;
	
	padding:30px 0px 10px 0px; 
	margin:0px 0px 0px 0px; 
		
	width:776px;	
	height:320px;		
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;		
}


div#sliderContentDiv2
{	
	position:relative;
	left:0px;
	
	padding:0px 0px 10px 0px; 
	margin:0px 0px 0px 0px; 
		
	width:776px;	
	height:320px;		
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;		
}

/* the content table */
table#content
{	
	border-collapse:collapse;		
}

table#content td
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}

table#sliderContent
{
	background-color:#ffffff;
}

table#sliderContent td
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

table#sliderContent td.yadit
{
	text-align:center;	
}
	
table#sliderContent td.slide
{
	width:776px;		
	
	text-align:center;			
	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}
/* end of the content table */


/* slide table content */
table.slideTbl
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	width:	776px;
	border-collapse:collapse;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

table#content table.slideTbl td
{
	
	padding:0px 0px 0px 10px;
 vertical-align:middle;

}
table#content table.slideTb4 td
{
	padding:12px 0px 10px 10px;
}

table#content table.slideTbl div.slideLink
{
	margin-top: 3px;
}

table#content table.slideTbl div.slideLink a
{
	color: #bf9227;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	line-height:16px;	
}


table#content table.slideTbl div.slideLink a:hover
{
	color:#000000;
	background-color: #bf9227;
	font-weight:bold;
	text-decoration:none;
		
}

table#content table.slideTbl div.slideHeader
{
	color: #bf9227;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding-bottom:8px;
}

table#content table.slideTbl div.slideText
{
	font-size:12px;
	line-height:16px;
}


table#content table.slideTbl div.slideText2
{
	
	padding-top:12px;
	padding-bottom:none;
	background-color:#ffffff;
}

table#content table.slideTbl div.slideText2 a
{

	background-color:#ffffff;
}

table#content table.slideTbl td.date
{
	padding:10px 0px 0px 10px;	
}
/* end of slide table content */



iframe
{	
	width:776px;	
}

a.scrollerLink
{
	color: #bf9227;
	font-weight:bold;
}

a.scrollerLink:hover
{
	background-color:#ebd026;
}
