/*** Base Styles ***/
.twobc_slideshow_container {
	float:left;
	background: #010101;
	position: relative;
	overflow:hidden;
	text-align:center;
	margin-bottom: 20px;
}
	.twobc_slideshow_container .twobc_position_indicator {
		
		border-radius: 25px 0 0 25px;
		height: 25px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		z-index: 1;
	}
		.twobc_slideshow_container .twobc_position_indicator .indicator {
			-moz-transition: background-color 1s ease;
			-webkit-transition: background-color 1s ease;
			-o-transition: background-color 1s ease;
			-ms-transition: background-color 1s ease;
			transition: background-color 1s ease;
			cursor: pointer;
			background: #18829c;
			border-radius: 25px;
			display: inline-block;
			margin: 7px 7px 0 7px;
			height: 7px;
			width: 7px;
		}
		.twobc_slideshow_container .twobc_position_indicator .indicator:hover {
				background-color: #9bd0d8;
		}
		
		
	.twobc_slideshow_container .twobc_position_indicator .indicator.current_slide {
		background-color: #9bd0d8;				
	}
	
	.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 {
		width:100%;
	}

/***  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;
	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 {
		
		
		padding: 0 10px 10px 10px;
		
		
	}
	.twobc_slideshow_container .ss_dark_overlay .twobc_slide_title {
		
		padding:10px 10px 0 10px;
		font-size: 1.3em;
		font-weight: bold;
		width: 75%;
		
		
	}
	.twobc_slideshow_container .ss_dark_overlay .twobcss_post_date {
		text-transform: uppercase;
	}
	.twobc_slideshow_container .ss_dark_overlay .twobcss_post_author {
		color: #18829c;
	}

/*** 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 */
				}