*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

a{ 
	text-decoration: none; 
}

body {
	background-color:#444;
}



/* wrapper for component */
#componentWrapper{
z-index:50000;
	position:relative;
	/*top:150px;*/
	max-width:640px;
	height:100%;
	margin:0 auto;
}

.apvw-pagination{
	clear:both;
}

#playlist_list{
	display:none;
}





.playlistItem{
	position:relative;
	background:#333;
	/* float:left; */
	overflow:hidden;
	
	-moz-box-shadow: 1px 1px 5px #111;
	-webkit-box-shadow: 1px 1px 5px #111;
	box-shadow: 1px 1px 5px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111');
	
	margin-right:20px;
	margin-bottom:20px;
	display:none;
}

.playlistItem:hover{
	background:#fff;
}
.playlistItem:hover .ap_wall_title{
	color:#222;
}



.ap_wall_title{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;   
	position:absolute;
	top:80px;
	left:10px;
	width:120px;
	color:#eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow:hidden;
}
.ap_wall_title p{}




.playlistThumb {
	position:absolute;
	top:10px;
	left:10px;
	width:120px;
	height:68px;
	background:#111;
}
.thumbPreloader{
	position:absolute;
	width:100%;
	height:100%;
	background:#000 url('../data/loading.gif') no-repeat center center;
	display:none;
}
.youtubeIframePreview{
	position:absolute;
	width:100%;
	height:100%;
}
.flashPreview{
	position:absolute;
	width:100%;
	height:100%;
	outline:none;
}
.thumb_vid{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
}
.hitdiv{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}







/* thumb image inside playlistThumb div. */
.thumb{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
}
.hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
}
.visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	-ms-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}



.preloader{
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:9999;
	opacity:0.7;
}



#inline-1,
#inline-2{
	display:none;
}




