#taxonomy-carousel{
  padding-top:9px;
  background-color:#0081c6;
  width:950px;
}


/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #000;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: white;
		text-align: left;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 0;
			text-align: left;
			position: absolute;
			left:0px;
			top:20px;
			width:221px;
			display: none;
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin: 0;
		text-align:left;
		position:absolute;
		left:0;
		bottom:0;
		background: url('./img/anotace_bg.png');
		padding:7px 5px 8px 7px;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 2px 0px 2px;
			cursor: pointer;
			font-size: 12px;
			color: #a1d4ee;
		}
	
		.showcase-button-wrapper span.active
		{
		  color:white;
			font-weight:bold;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background:url('./img/thumbmail_wrapper_bg.png') 0 0 repeat-y;
		width:252px;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 252px;
			height: 64px;
			padding: 0;
			cursor: pointer;
			border: none;
			background:url('./img/thumbmail_bg.png') top right no-repeat transparent;
			position: relative;
		}
		
		.showcase-thumbnail a{
      text-decoration:none !important;
      display:block;
      height:41px;
    }
		
		.showcase-thumbmail-content{
      padding:5px 10px 5px 15px;
      width:227px;
    }
		
		.showcase-thumbnail-name{
      height:41px;
    }
		
		.showcase-thumbnail-name h3{
      color:white;
      font-style:italic;
      font-size:14px;  
    }
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active,
		.showcase-thumbnail:hover
		{
			border: none;
			background-image:url('./img/thumbmail_active_bg.png');
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 0px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 5px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		background:url('./img/control_up.png') 122px 5px no-repeat;
	}
	
	.showcase-thumbnail-button-backward:hover{
    background-image:url('./img/control_up_hover.png');
  }
	
	.showcase-thumbnail-button-forward
	{
		background:url('./img/control_down.png') 122px 5px no-repeat;
	}	
  
  .showcase-thumbnail-button-forward:hover{
    background-image:url('./img/control_down_hover.png');
  }	
  
  .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
  .showcase-thumbnail-button-backward .showcase-thumbnail-vertical{	
  	height: 7px;
    width: 14px;
    display:block;
  }
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
		
		.showcase-caption-name,
    .showcase-caption-perex{
      background: url('./img/anotace_bg.png') repeat transparent;
      display:inline-block;
      *display:inline;
      zoom:1;      
      color:white;
    }
		
		.showcase-caption-name{
      font-size:16px;
      font-style:italic;
      padding:21px 10px 17px 10px;
      margin-bottom:1px;
      font-weight:bold;
      min-width:300px;
      max-width:670px;
      text-decoration:underline;
    }
    
    .showcase-caption a:hover .showcase-caption-name{
      text-decoration:none;
    }
    
    .showcase-caption-perex{
      padding:12px 10px;
      width:300px;
    }
    
    #taxonomy-carousel-bottom-shadow{
      width:950px;
      height:17px;
      background:url('./img/bottom_shadow.png') 0 0 no-repeat transparent;
    }
    
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

