/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.webtv-carousel .webtv-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.webtv-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.webtv-carousel .webtv-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.webtv-carousel .webtv-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.webtv-carousel .webtv-wrapper-outer.autoHeight{
	-webkit-transition: height 700ms ease-in-out;
	-moz-transition: height 700ms ease-in-out;
	-ms-transition: height 700ms ease-in-out;
	-o-transition: height 700ms ease-in-out;
	transition: height 700ms ease-in-out;
}
	
.webtv-carousel .webtv-item{
	float: left;
}
.webtv-controls .webtv-page,
.webtv-controls .webtv-buttons div{
	cursor: pointer;
    color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;

}
.webtv-controls.clickable{
    width:100%;
    text-align:center;
}
.webtv-controls.clickable .webtv-buttons2 div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.webtv-controls {
text-align:center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.webtv-carousel  .webtv-wrapper,
.webtv-carousel  .webtv-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.webtv-controls .webtv-buttons .webtv-prev{
  left: -45px;
  top: 55px; 
}
 
.webtv-controls .webtv-buttons .webtv-next{
  right: -45px;
  top: 55px;
}

#sync1 .item {
            
            padding: 0px 0px;
            margin: 5px;
            color: #FFF;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            text-align: left;
        }

        #sync2 .item {
		font-family:Cuprum;
            background: #C9C9C9;
            padding: 5px 0px;
            margin: 5px;
            color: #FFF;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            text-align: center;
            cursor: pointer;
			
        }

   #sync2 .item img { height:80px;}         #sync2 .item h1 {
                font-size: 18px;
            }

        #sync2 .synced .item {
            background: url(../images/bgvideo.jpg) left top repeat;
        }



