
.has_tooltip{
	cursor: pointer;
}
#slideshow {
    position:relative;
    height:240px;
    float: left;
    width: 430px;
    overflow: hidden;
    margin-right: 40px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: auto;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

body, html{
	height:100%;
}
.carousel{
	width: 100%;
	height:80%;
	min-height:500px;
	overflow: hidden;
	background: #000;
}
.carousel-inner{
	height: 100%;
	
}
.slide{
	border-bottom: none;
}
#fakeBody{
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 20;
	top:0;
	border: none !important;
	-webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.8);
    box-shadow:  0px 0px 10px rgba(0,0,0,.8);
}
.play_button_lrg{
	width: 100px;
	height: 100px;
	border-radius: 20px;
	background-color: rgba(0,0,0,.8);
	opacity: 0.7;
	border: none;
	position: absolute;
	z-index: 999;
	background-repeat: no-repeat;
	background-image: url('../images/play-lrg.gif');
	background-position: center center;
	background-size: 40px 40px;
	top: 40%;
	left: 45%;
	cursor: pointer;
	display: none;
	
}
.carousel .item{
	height: 100%;
	overflow: hidden;
}
.carousel .item .imgWrapper{
	position: relative;
	height: 100%;
	margin:0px auto;
	/* overflow:hidden; */
}
.carousel .item .imgWrapper img{
	height: 100%;
	width: auto;
	display: block;
	position: relative;
	top:0;
	left:0;
	margin: 0px auto;
	text-align: center;
	
}
.carousel-control{
	width: 50px;
}

.caro-caption{
	position: absolute;
	padding:30px;
	bottom:0;
	left:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.caro-caption .title{
	font-size:48px;
}
.caro-caption .subtitle{
	font-size:24px;
	margin-top: 0px;
	font-style: italic;
	opacity: .75;
}
#container h1{
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.6);
	margin-bottom: 10px;
	clear: both;
}
#container .imgWrapper{
	position: relative;
	width:220px;
	height:123px;
	overflow: hidden;
	margin: 10px 0px;
	margin-right: 20px;
	float: left;
	border: 1px solid #9c9c9c;
} 

#container .imgWrapper img{
	width: 100%;
	height: auto;
	/*margin-left:-10%;*/
}
#main{
	padding: 20px;
}
#footer{
	clear: both;
	bottom:0;
	padding:10px;
	color: #c0c0c0;
	background: #4e4e4e;
	text-align: right;
}
#dev{
	position : absolute;
	padding 20px 0px;
	color #fff;
	background-color: #000;
	top:0;
	left:0;
	display: none;
	z-index:99999999999;
}
.videoTooltip{
	font-size: 10px;
		border: 1px;
		width: 400px;
		padding:10px;
		-webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.8);
    box-shadow:  0px 0px 10px rgba(0,0,0,.8);
    background: rgba(0,0,0,.85);
    color: #fff;
}
.tt_title{
	font-weight: bold;
	font-size: 14px;
}
.tt_subtitle{
	font-style: italic;
}
.tt_description{
	white-space: normal;
	text-overflow: ellipsis;
	margin-top: 10px;
	color: #8d8d8d;
	max-height: 300px;
	overflow: hidden;

}
#video_container{
	margin: 0px auto;
	width: 850px;
	margin-top:0px;
	background: #000;
}
hr{
	clear: both;
	padding: 20px 0;
}
.video_play_th{
	background: rgba(0,0,0,.75);
	position: absolute;
	padding: 10px;
	line-height: 10px;
	top: 40%;
	display: none;
	left: 45%;
	border-radius: 4px;
}
	a.noShow{
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	text-decoration: none;
}
.bigger, .biggest{
	font-size: 36px;
	text-shadow: 3px 3px 1px rgba(255, 255, 255, 0.8) !important;
}
.biggest{
	font-size: 48px;
}
.v_subtitle{
	margin-top: -10px;
	font-size: 18px;
	font-style: italic;

}
.v_description{
	color: #494949;
	margin-top: 30px;
}
