.videoPage #videoDetail{
	position: relative;
	padding: 20px;
}
.videoPage #vidCam{
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 34%;
	max-width: 350px;
}
.videoPage .videoPane{
	position: relative;
	width:100%;
	height: 0;
	padding-bottom: 151.794872%;
	margin-bottom: 300px;
}
.videoPage #videoSlider{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.videoPage #videoSlider .carousel-control{
	top: auto;
	bottom: -20px;
	background:url('/images/_pages/_global/arrowLeftRightSprite.png') 0 0 no-repeat;
	-moz-background-size: 200% 200%;
	-webkit-background-size: 200% 200%;
	-o-background-size: 200% 200%;
	-ms-background-size: 200% 200%;
	background-size: 200% 200%;
	width: 17px;
	height: 28px;
	z-index: 3;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
.videoPage #videoSlider .carousel-control.right{
	background-position: 100% 0px;
}
.videoPage #videoSlider .carousel-control:hover{
	background-position: 0 100%;
}
.videoPage #videoSlider .carousel-control.right:hover{
	background-position: 100% 100%;
}
.videoPage #countPages{
	position: absolute;
	bottom: -13px;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-weight: bold;
}
.videoPage .videoTop{
	position: relative;
	padding: 20px;
	text-align: right;
}
.videoPage .videoCategory{
	margin-left: 30px;
	font-weight: bold;
}
.videoPage .videoCategory.active{
	color:white;
}
.videoPage .vidDeet{
	margin-top:20px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.videoPage .shareLinks{
	padding-top: 10px;
	margin-bottom: 20px;
}
.innerVidSlide{
	position: relative;
	padding: 20px;
}
.innerVidSlide .videoThumb{
	display: inline-block;
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 3%;
}
.innerVidSlide .videoThumb.active{
	-moz-box-shadow: 0 0 0 2px #FFF;
	-webkit-box-shadow: 0 0 0 2px #FFF;
	-o-box-shadow: 0 0 0 2px #FFF;
	box-shadow: 0 0 0 2px #FFF;
	box-shadow: 0 0 0 2px rgba(255,255,255,.7);
}
.innerVidSlide .videoThumb:nth-child(even){
	margin-right: 0;
}
.innerVidSlide .vidImg{
	width: 100%;
}

/*
	MOBILE DROPDOWN
*/
.mobileDropDown{
	text-align: left;
	position: relative;
	z-index: 12;
}
/*
div.videoThumbGroup {
	width:381px;
	border-bottom:1px solid #fff;
	float:left;
}

a.videoThumb {
	display:block;
	font-size:.9em;
	overflow:hidden;
	padding:5px 0;
	font-weight:bold;
}

a.videoThumb p {
	margin-bottom:0;
	font-weight:normal;
}

a.videoThumb:hover,a.videoThumb.active {
	background:{primaryColor};
	color:#fff;
}

a.videoThumb img {
	display:block;
	float:left;
	height:67px;
	margin:3px 10px 3px 7px;
	width:100px;
}

a.videoThumb .title {
	font-size:1.2em;
	display:block;
	margin-top:3px;
	padding-left:5px;
	border:none;
}

.scrollable3 {
	width:381px;
	height:355px;
	position:relative;
	overflow:hidden;
}
*/
div.scrollable div.items {

	
/* this cannot be too large */
	width:20000em;
	position:absolute;
}


.like_btns {
	height:25px;
}
