@charset "UTF-8";
/* CSS Document */

/* container for slides */
.images {
	position:relative;	
	height:403px;
	width:700px;
	float:left;	
	cursor:pointer;	
}

/* single slide */
.images div.slide {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:256px;
}

.images div.slide .overlay {
  background:url(../GFX/transparent.png) repeat-x;
  width:700px;
  height:60px;
  position:absolute;
  left:0px;
  top:353px;
}

.images div.slide .overlay h2 a {
  padding:10px;
  color:#454545;
  float:left;
}

.images div.slide .overlay a {
  padding:5px;
  margin-right:20px;
  float:right;
}


.images div.slide .overlay a:hover {
  text-decoration:underline;
}

/* tabs (those little circles below slides) */
ul.tabs {
  position:absolute;
  left:10px;
  top:10px;
  width:700px;
  z-index:10;
}

/* single tab */
ul.tabs li {
  float:left;
}

ul.tabs a {
	margin:3px;
        width:25px;
        height:21px;
        text-align:center;
	background:url(../GFX/slide_btn.jpg) no-repeat;
	display:block;
	font-size:12px;
        border:1px solid #ffffff;
        color:#ffffff;
        padding-top:4px;		
}

/* mouseover state */
ul.tabs a:hover {
  background:url(../GFX/slideshow_knapp.jpg) no-repeat;            
}

/* active state (current page state) */
ul.tabs a.current { 
  background:url(../GFX/slideshow_knapp.jpg) no-repeat;     
} 	


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
