/* CSS Document */

.vid-block-01{
	border-bottom:1px dotted #e4e4e4;
	}
	
.vid-block-01 .actions,#play{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	
	}

.video-block .slides{
	position:relative;
	}


	
#play a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;}
	
	
#play a:after,.video-block .play:after{
    content: "\e833";
    display: inline-block;
    font-family: "fontello";
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 35px;
    margin-left: 0.1em;
    margin-right: 0.3em;
    position: absolute;
   left: 0.25em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 0;
    width: 1em;
	color:#666;
	text-decoration:none;
		
		}
		
.video-item-text p{
	display:none;}
	
label[for=video_library_search]{
	display:none;
	}
	
	
#vid-search{
	padding:1em 0;
	margin-bottom:2em;
	display:block;
	float:left;
	width:100%;
	border-bottom:1px dotted #ccc;
	}