/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
	
	.showcase {
		position: relative;
		background: #094fa4; /* default bg & button color */
		margin: auto;
		width: 640px;
		height: 324px;
		overflow: hidden;  
	}

	/* Content */

	.showcase-caption {
		color: #fff;
		padding: 8px 0px;
		text-align: left;
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		display: none;
	}

	.showcase-caption a { /* section title */
		position:relative;
		padding:5px 10px 2px 10px;
		margin:0px;
		width:475px;
		font: bold 11px Arial, helvetica, sans-serif;
		line-height:12px;
		color: #ffffff;
	}

	.showcase-caption h4 a { /* caption */
		position:relative;
    display: block;
		padding:0px 10px 5px 10px;
		margin:0px;
		font: normal 16px Arial, helvetica, sans-serif;
                width: 90%;
	}


	/** Side tabs **/

	div.showcase ul#showcase-titles {
		width: 165px;
		position: absolute;
    background-color: #094FA4;
    height: 100%;
		top: 0;
		right: 0;
		margin: 0px;
		padding: 0px;
	}
	div.showcase ul#showcase-titles li {
		height: 54px;
		overflow: hidden;
		border-bottom: 1px solid #1864c0;
		list-style-type: none;
    padding: 5px 5px 5px 10px;
    width: 150px;
		cursor: pointer;
	}
    div.showcase ul#showcase-titles li a {
      display: block;
      height: 100%;
      width: 100%;
      font: normal 11px Arial;
      color: #ffffff;
    }

div.showcase ul#showcase-titles li.current-slide { /* active tab */
  background: #9e3594 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #b363ac 0%, #9e3594 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b363ac), color-stop(100%,#9e3594)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b363ac 0%,#9e3594 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b363ac 0%,#9e3594 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b363ac 0%,#9e3594 100%) !important; /* IE10+ */
  background: linear-gradient(top, #b363ac 0%,#9e3594 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b363ac', endColorstr='#9e3594',GradientType=0 ) !important; /* IE6-9 */
}

/** Bottom Caption **/
div.showcase div { display: none }
div.showcase div.current-slide { display: inline-block; }
div.showcase div.showcase-caption {
  display: inline-block;
  color: #ffffff;
  width: 475px;
  font-size: 12px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(50%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.75) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.75) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-8 */
	}

div.showcase li[class='current-slide']:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 45px;
  margin-left: -10px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 0 0;
  -o-transform: rotate(45deg);
  -o-transform-origin: 0 0;
  -ms-transform: rotate(45deg);
  -ms-transform-origin: 0 0;
  transform: rotate(45deg);
  transform-origin: 0 0;
  background: #b363ac; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b363ac 0%, #9e3594 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b363ac), color-stop(100%,#9e3594)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #b363ac 0%,#9e3594 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #b363ac 0%,#9e3594 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #b363ac 0%,#9e3594 100%); /* IE10+ */
  background: linear-gradient(135deg, #b363ac 0%,#9e3594 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b363ac', endColorstr='#9e3594',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.showcase span {
  position: relative;
}

div.showcase li[class='current-slide'] a {
  position: relative;
  color: #ffffff;
  z-index: 10;
}
