*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

a{ 
	text-decoration: none; 
}

ul{
	list-style: none;
}

body {
	background:#161823;
}




#componentWrapper{
	position:absolute;
	top:0px;	
    right: 20px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#componentWrapper #playlist_list{
	display:none;
}

#componentWrapper .componentHolder{
	position:absolute;
	top:0px;	
    left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#componentWrapper .mediaHolder1, 
#componentWrapper .mediaHolder2{
	position:absolute;
	display:none;
}

#componentWrapper .componentPlaylist{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	background-color: #161823;
	display:none;
}


#componentWrapper .componentPlaylist .playlist{
	display:none;
}

#componentWrapper .thumbHolder{
	position:absolute;
	left:140px;
	
	
	overflow:hidden;
}

#componentWrapper .thumbWrapper{
	position:absolute;
	top:0px;
	left:0px;
	
}

#componentWrapper .playlistItem{
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	height:80px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem:last-child {  
   margin-bottom:0px;
}  

#componentWrapper .playlistItem2{
	position:relative;
	top:0px;
	left:0px;
	width:130px;
	height:80px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem2:last-child {  
   margin-bottom:0px;
}   

#componentWrapper .playlistItem3{
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	height:80px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem3:last-child {  
   margin-bottom:0px;
}  

#componentWrapper .playlistItem4{
	position:relative;
	top:0px;
	left:0px;
	width:200px;
	height:133px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem4:last-child {  
   margin-bottom:0px;
}   


#componentWrapper .playlistItem5{
	position:relative;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
    margin-bottom: 5px;
    border: solid 1px #333;
}

#componentWrapper .playlistItem5 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#componentWrapper .playlistItem5 img {
}

#componentWrapper .playlistItem5:last-child {  
   margin-bottom:0px;
}   


#componentWrapper .playlistItem6{
	position:relative;
	top:0px;
	left:0px;
	width:150px;
	height:100px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem6:last-child {  
   margin-bottom:0px;
}   
 




#componentWrapper .gallery_fullscreen{
	position:absolute;
	bottom:20px;
	right:20px;
	width:30px;
	height:30px;
}


#componentWrapper .music_toggle{
	position:absolute;
	width:30px;
	height:30px;
	top:20px;
	right:20px;
	
	display:none;
}




.slideshow_controls{
	position:absolute;
	width:110px;
	height:30px;
	top:20px;
	right:0px;
	
	display:none;
}

.slideshow_controls .controls_next, 
.slideshow_controls .controls_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	margin-left:10px;
	float:right;
}

.slideshow_controls .controls_prev{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	float:right;
}







#componentWrapper .data_controls{
	position:absolute;
	width:70px;
	height:30px;
	top:20px;
	right:120px;
	
}


#componentWrapper .link_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	float:right;
	display:none;
}


#componentWrapper .info_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	float:right;
	margin-left:10px;
	display:none;
}

#componentWrapper .info_holder{
	position:absolute;
	top:60px;
	right:0px;
	
    font-size: 12px;
	color:#e5e5e5;
	padding: 5px;
	
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica","Arial","Verdana","sans-serif","PingHei","Hiragino Sans GB";
	
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
				
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	display:none;
}

#componentWrapper .info_holder a{
	color:#e5e5e5;
	text-decoration:underline;
}

#componentWrapper .info_holder a:hover, a:active{
	text-decoration:underline;
}








#componentWrapper .playlist_toggle{
	position:absolute;
	width:30px;
	height:30px;
	bottom:20px;
	right:-50px;
	display:none;
}

#componentWrapper .prevMenuBtn{
	position:absolute;
	width:30px;
	height:30px;
	display:none;
	
}

#componentWrapper .prevMenuBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}

#componentWrapper .nextMenuBtn{
	position:absolute;
	width:30px;
	height:30px;
	display:none;
	
}

#componentWrapper .nextMenuBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}


#componentWrapper .prevThumbBtn{
	position:absolute;
	width:30px;
	height:30px;
	display:none;
	
}

#componentWrapper .prevThumbBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}

#componentWrapper .nextThumbBtn{
	position:absolute;
	width:30px;
	height:30px;
	display:none;
	
}

#componentWrapper .nextThumbBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}





#componentWrapper .menuHolder{
	position:absolute;
	left:35px;
	overflow:hidden;
    top: 0px;
    width: 100px;
	
}

#componentWrapper .homepage a {
    color: #fff;
	position:absolute;
	left:35px;
    font-size: 12px;
	overflow:hidden;
    top: 30px;
    width: 100px;
    z-index: 122;
	
}

#componentWrapper .menu {
	position:relative;
	left:35px;
	overflow:hidden;
    top: 0px;
    width: 100px;
    height: 100%;
	
}

#componentWrapper .menu ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 155px;
}

#componentWrapper .menuWrapper{
	position:absolute;
	top:0px;
	left:0px;
	
}


#componentWrapper .menu_item{
	
	position:absolute;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	margin-bottom:15px;
}

#componentWrapper li.item {
    margin: 10px 0;
	font-size:12px;
    font-weight: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica","Arial","Verdana","sans-serif","PingHei","Hiragino Sans GB";
}

#componentWrapper li.item a {
    color: #fff;
}



#componentWrapper .componentPreloader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0px 0px -20px;
	background:#000 url('../image/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:999;
	opacity:0.7;
}


.fontMeasure{
	visibility:hidden;
}













	
#publicFunctions{
	position: absolute;
	padding: 10px 25px 20px 20px;
	background:#444;
	left:50px;
	top:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#fff;
	list-style:circle;
	z-index:9999;
	
	-moz-box-shadow: 2px 2px 5px #222;
	-webkit-box-shadow: 2px 2px 5px #222;
	box-shadow: 2px 2px 5px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
	
	display:none;
}

#publicFunctions li a{
	color:#fff;
}

#publicFunctions li a:hover, #publicFunctions li .current{
	text-decoration: underline;
}