@charset "UTF-8";
/* CSS Document */

#slideshow {
  position:relative;
  overflow:hidden;
}

/* container for slides */
.images {
  position:relative;	
  width:698px;
  height:434px; /* 523px; */
  border:1px solid #cccccc;
  float:left;	
  cursor:pointer;
  background:#ffffff;
  overflow:hidden;
  margin-bottom:10px;		
}

.frontpage .images {
  margin-bottom:0px;
}

.exhibitionView .images {
	position:relative;	
	width:316px;
        height:300px;
        border: 1px solid #fff; /* TK */
	float:left;	
	cursor:pointer;	
}

.exhibitionView .imagesMeta .imagesNameContainer {
	position:relative;	
	height: 40px;
        margin-top: 8px;
	width:318px;
	float:left;
        border:none; /*  */
}

/* single slide */
.images div.slide {
	display:none;
	position:absolute;
	top:10px;
	left:10px;
        right:10px;		
	height:508px;
        width:698px;
	font-size:12px;
}

/* single slide */
.exhibitionView .images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:250px;
	font-size:12px;
}

.exhibitionView .imagesMeta .imagesNameContainer p {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:20px;
}

.eventDescription {
  position:absolute;
  right:19px;
  top:25px;
  width:280px;
  min-height:200px;
  padding:10px;
  background:#d2d2d2 url(../GFX/slide_bg.jpg) repeat-x;
}

.eventDescription h3 {
  font-size:3.2em;
  color:#333333;
}

#content .eventDescription p.relatedLocation {
  margin-bottom:3px;
}

#content .eventDescription p.relatedLocation,
.eventDescription span {
  font-size:1.3em;
  color:#333333;
}

/* single tab */
.tabs a {
	/*float:left;*/
        height:15px;
        width:15px;
	margin-right:5px;
        background:url(../GFX/slideshow_button_bg.jpg) repeat-x;
	display:inline-block;
	font-size:0.9em;
        text-align:center;
        color:#333333;
        line-height:15px;		
}

.tabs a.current {
  background:url(../GFX/slideshow_button_bg_selected.jpg) repeat-x;
  color:#333333;
}

/* prev and next buttons */
.forward, .backward {
	float:left;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
}

.forward {
  background:url(../GFX/slideshow_button_next.jpg) no-repeat center center;
}

.backward {
  background:url(../GFX/slideshow_button_prev.jpg) no-repeat center center;
}

.frontpage .forward, 
.frontpage .backward {
  position:absolute;
  display:block;
  width:40px;
  height:40px;
  cursor:pointer;
  text-indent:-9999px;
  z-index:100;
}

.frontpage .forward {
  background:url(../GFX/slideshow_next.gif) no-repeat center center;
  bottom:12px;
  right:12px;
}

.frontpage .backward {
  background:url(../GFX/slideshow_prev.gif) no-repeat center center;
  bottom:12px;
  right:53px;
}

.frontpage .forward:hover {
  background:url(../GFX/slideshow_next_hover.gif) no-repeat center center;
}

.frontpage .backward:hover {
  background:url(../GFX/slideshow_prev_hover.gif) no-repeat center center;
}

.exhibitionView .imagesMeta .backward {
  clear:left;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 288px; 
    height:90px; 
    float:left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
  float:left;
  margin-right:7px;
} 

div.scrollable div.items div a { 
  padding:1px;
  display:block;
  margin-bottom:3px; 
} 

div.scrollable div.items div a:hover { 
  padding:0px;
  border:1px solid #000000; 
} 

div.scrollable div.items div span { 
  font-size:1.1em;
} 

.browse {
  float:left;
  display:block;	
  width:15px;
  height:15px;
  cursor:pointer;
  margin-top:20px;
}

.right {
  background:url(../GFX/slideshow_button_next.jpg) no-repeat center center;
}

.left {
  background:url(../GFX/slideshow_button_prev.jpg) no-repeat center center;
}

.frontpage #content .tabs {
  margin-bottom:0px;
  display:none;
}