/*** Base Styles ***/
.twobc_slideshow_container {
	margin:20px auto;
	background: #010101;
	max-width: 100%;
	position: relative;
	overflow:hidden;
	text-align:center;
}
	.twobc_slideshow_container .twobc_slideshow_button {
		-moz-transition: opacity 1s ease;
		-webkit-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		transition: opacity 1s ease;
		display: inline-block;
		opacity: .3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
	}
		.twobc_slideshow_container .twobc_slideshow_button:hover {
			opacity: 1;
			filter:alpha(opacity=100); /* For IE8 and earlier */
		}
	.twobc_slideshow_container .slideshow_arrows {
		height:32px;
		position: absolute;
		width:32px;
		z-index:2;
	}
	.twobc_slideshow_container .left_ss_arrow {
		left: 10px;
		background: transparent url('../images/prev_next_overlay.png') 0 0;
	}
		.twobc_slideshow_container .left_ss_arrow .twobc_slideshow_button {
			background: transparent url('../images/prev_next_bg.png') 0 0;
			cursor: pointer;
			height:32px;
			width:32px;
		}
	.twobc_slideshow_container .right_ss_arrow {
		right: 10px;
		background: transparent url('../images/prev_next_overlay.png') 0 -32px;
	}
		.twobc_slideshow_container .right_ss_arrow .twobc_slideshow_button {
			background: transparent url('../images/prev_next_bg.png') 0 -32px;
			cursor: pointer;
			width:32px;
			height:32px;
		}
	.twobc_slideshow_container img {
		height:100%;
		margin:0 auto;
		width:auto;
	}
	
	/* img_border trying to write this one as strong as possible */
	div.twobc_slideshow_container div.twobc_slides_container div.twobc_slide_container img.twobcss_img_border {
		border: 1px solid #010101;
	}

/***  Opacity Transition ***/
.twobc_slideshow_container.op_trans .twobc_slide_container {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	position: absolute;
	top: 0;
	overflow:hidden;
	z-index: 0;
}
.twobc_slideshow_container.op_trans .slide_show {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	z-index: 1;
}
.twobc_slideshow_container.op_trans .slide_dismiss {
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	z-index: 0;
}
.twobc_slideshow_container.op_trans .slide_return_next {
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	z-index: 0;
}

/***  Left Transition ***/
.twobc_slideshow_container.left_trans .twobc_slide_container {
	-moz-transition: left 1s ease;
	-webkit-transition: left 1s ease;
	-o-transition: left 1s ease;
	-ms-transition: left 1s ease;
	transition: left 1s ease;
	left: -100%;
	position: absolute;
	z-index: 0;
}
.twobc_slideshow_container.left_trans .slide_show {
	left: 0;
	z-index: 1;
}
.twobc_slideshow_container.left_trans .slide_dismiss {
	left: 100%;
	z-index: 0;
}
.twobc_slideshow_container.left_trans .slide_return_prev {
	z-index: -1;
	left: -100%;
}
.twobc_slideshow_container.left_trans .slide_return_next {
	z-index: -1;
	left: 100%;
}

/***  Top Transition ***/
.twobc_slideshow_container.top_trans .twobc_slide_container {
	-moz-transition: top 1s ease;
	-webkit-transition: top 1s ease;
	-o-transition: top 1s ease;
	-ms-transition: top 1s ease;
	transition: top 1s ease;
	top: -100%;
	position: absolute;
	z-index: 0;
}
.twobc_slideshow_container.top_trans .slide_show {
	top: 0;
	z-index: 1;
}
.twobc_slideshow_container.top_trans .slide_dismiss {
	top: 100%;
	z-index: 0;
}
.twobc_slideshow_container.top_trans .slide_return_prev {
	z-index: -1;
	top: -100%;
}
.twobc_slideshow_container.top_trans .slide_return_next {
	z-index: -1;
	top: 100%;
}

/*** Overlay elements ***/
.ss_dark_overlay {
	text-align: left;
}

.twobc_slideshow_container .ss_dark_overlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: transparent url('../images/drop_down_bg.png');
	color: #fefefe;
}
	.twobc_slideshow_container .ss_dark_overlay .twobc_slide_description {
		display: inline-block;
		font-size: 1.2em;
		padding:10px;
		max-width: 60%;
		vertical-align: middle;
	}
	.twobc_slideshow_container .ss_dark_overlay .twobc_slide_title {
		display: inline-block;
		padding:10px;
		font-size: 1.5em;
		max-width: 40%;
		vertical-align: middle;
	}

/*** Thumbs ***/
.twobc_slideshow_container .twobc_thumb_wrapper {
	position: absolute;
	background: #010101;
	bottom: 0;
	overflow: hidden;
	height: 85px;
	z-index: 1;
}
	.twobc_slideshow_container .twobc_thumb_wrapper {
		position: absolute;
		background: #010101;
		bottom: 0;
		overflow: hidden;
		height: 85px;
		z-index: 1;
	}
		.twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container {
			position: absolute;
			margin-top: 5px;
		}
			.twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container img {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-o-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				-moz-user-select: none;
				-khtml-user-select: none;
				-webkit-user-select: none;
				-o-user-select: none;
				opacity: .3;
				filter:alpha(opacity=30); /* For IE8 and earlier */
				cursor: pointer;
				margin-right: 10px;
			}
				.twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container img:hover {
					opacity: .6;
					filter:alpha(opacity=60); /* For IE8 and earlier */
				}
				.twobc_slideshow_container .twobc_thumb_wrapper .twobc_thumb_container img.this_thumb_show {
					opacity: 1;
					filter:alpha(opacity=100); /* For IE8 and earlier */
				}
				
/** Placeholder slide **/
.twobc_slideshow_container .placeholder_slide img {
	opacity: 0;
	filter: alpha(opacity=0);
}