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

a{ 
	text-decoration: none; 
}

body {
    overflow-x: hidden;  /*avoid h bar*/
	background-color:#FFFFFF;
    font-family: 'FrizQuadrataRegular' !important;
  background: url('../media/bgimage.gif');
}

.componentPlaylist {
    max-width: 950px;
  margin: 0 auto;
}
@mixin  vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@mixin  horizontal-align {
  position: relative;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#colophon {
    bottom:-100px;
    height:15px;
    clear:both;
    position:relative;
    width:100%;
    text-align:center;
}
#kimlogo{
    position: relative;
    top:0px;
    left: 65%;
    height: 70px;
    
}
/* wrapper for component */
#componentWrapper{
	width:95%;
	height:95%;
	margin-top:1px;
}

#playlist_list{
	display:none;
}





.playlistItem{
	position:relative;
	top:90px;
	left:0px;
	width:304px;
	height:173px;
	background:#FFFDFD;
	float:left;
	overflow:hidden;
    padding: 2px;
}

.playlistThumb {
	position:absolute;
	width:300px;
	height:169px;
	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;
	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;
}




/* icons */
.ap_wall_ic_hold{
	position:relative;
	top:-50px;
	right:0px;
	display:block;
	width: 50px;
	height: 50px; 
	float:right;
	margin-left:1px;
}
.ap_wall_ic_link{
	background: #111; 
	background: rgba(0,0,0,0.3) url('../data/icons/link.png') no-repeat center center;
}
.ap_wall_ic_link:hover{
	background: #fff; 
	background: rgba(255,255,255,0.2) url('../data/icons/link.png') no-repeat center center;
}
.ap_wall_ic_rem{
	background: #111; 
	background: rgba(0,0,0,0.3) url('../data/icons/remove.png') no-repeat center center;
}
.ap_wall_ic_rem:hover{
	background: #fff; 
	background: rgba(255,255,255,0.2) url('../data/icons/remove.png') no-repeat center center;
}
.ap_wall_ic_exp{
	background: #111; 
	background: rgba(0,0,0,0.3) url('../data/icons/expand.png') no-repeat center center;
}
.ap_wall_ic_exp:hover{
	background: #fff; 
	background: rgba(255,255,255,0.2) url('../data/icons/expand.png') no-repeat center center;
}
.ap_wall_ic_cust{
	background: #111; 
	background: rgba(0,0,0,0.3) url('../data/icons/custom.png') no-repeat center center;
}
.ap_wall_ic_cust:hover{
	background: #fff; 
	background: rgba(255,255,255,0.2) url('../data/icons/custom.png') no-repeat center center;
}
.ap_wall_ic_play{
	background: #111; 
	background: rgba(0,0,0,0.3) url('../data/icons/play.png') no-repeat center center;
}
.ap_wall_ic_play:hover{
	background: #fff; 
	background: rgba(255,255,255,0.2) url('../data/icons/play.png') no-repeat center center;
}

/* end icons */
