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

a{ 
	text-decoration: none; 
}

ul{
	list-style: none;
}

body {
	background:#111;
	overflow:hidden;
}

#componentWrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #111;
}

/* flash embed */
#flashPreview{
	position:absolute;
	display:none;
	outline: none;
	top:0px;
	left:0px;
}

#componentWrapper .mediaHolder{
	position:absolute;
}

#componentWrapper .componentPlaylist{
	display:none;
}




/* slideshow controls */
#componentWrapper .slideshow_controls{
	position:absolute;
	width:100%;
	height:215px;
	top:50%;
	left:0px;
	margin-left:0;
	/*background:red;*/
	display:none;
}

#componentWrapper .controls_prev, .controls_toggle, .controls_next{
	position:absolute;
	width:46px;
	height:215px;
	top:0px;
}

#componentWrapper .controls_prev{
	left:10px;
}

#componentWrapper .controls_toggle{
	left:33px;
	display: none;
}

#componentWrapper .controls_next{
	/*left:66px;*/
	right: 10px;
	display: block;
}




/* data_controls */
#componentWrapper .data_controls{
	position:absolute;
	width:70px;
	height:100px;
	/*top:10px;*/
	bottom: 85px;
	right:260px;
	z-index: 0;
}

/* link */
#componentWrapper .link_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	right:0px;
	float:right;
	display:none;
}

/* description */
#componentWrapper .info_toggle{
	position:absolute;
	width:30px;
	height:30px;
	/*top:0px;*/
	bottom: 20px;
	right:5px;
	float:right;
	margin-left:10px;
	display:none;
}
#componentWrapper .info_holder{
	position:absolute;
	top:30px;
	right:270px;
	
	color:#e5e5e5;
	padding: 10px 20px 15px 20px;
	
	/* http://www.google.com/webfonts */
	font-family: 'Terminal Dosis', sans-serif;
	
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
				
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

	display:none;
}

#componentWrapper .info_holder a{
	color:#e5e5e5;
	text-decoration:underline;
}

#componentWrapper .info_holder a:hover, a:active{
	text-decoration:underline;
}





/* playlist toggle */
#componentWrapper .playlist_toggle{
	/*position:absolute;*/
	width:247px;
	height:38px;
	display:none;

	position: relative;
	/*bottom: 38px;*/
}


/* video seekbar */
#componentWrapper .video_seekbar{
	position:absolute;
	top:0px;
	left:0px;
	height:10px;
	/*display:none;*/
}

#componentWrapper .load_progress{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:10px;
	background:#CCC;
}

#componentWrapper .play_progress{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:10px;
	background:#666;
}

#componentWrapper .skip_intro{
	position:absolute;
	right:80px;
	bottom:30px;
	width:120px;
	height:30px;
}

#componentWrapper .skip_intro img{
	display:block;
	width:120px;
	height:30px;
}

#componentWrapper .toggle_fullscreen{
	position:absolute;
	right:30px;
	bottom:30px;
	width:30px;
	height:30px;
	display:none;
}

#componentWrapper .toggle_fullscreen img{
	display:block;
	width:30px;
	height:30px;
}

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


#publicFunctions{
	position:absolute;
	top:250px;
	left:0px;
	z-index:99999;
	background:#ccc;
	padding:20px;
	display:none;
}

#publicFunctions li{
	text-decoration:none;	
	list-style: none;
}

#publicFunctions li a{
	color:white;
}

#publicFunctions p{
	color:white;
}

#download-image {
	position: absolute;
	bottom: 85px;
	right: 373px;
	width: 114px;
	height: 20px;
	z-index: 100;
}

#download-image a:link, #download-image a:visited {
	background: url('../data/icons/btn_download_off.png') no-repeat center center;
	display: block;
	width: 100%;
	line-height: 20px;
	text-decoration: none;
}

#download-image a:hover {
	background: url('../data/icons/btn_download_on.png') no-repeat center center;
}

#add-to-cart-image {
	position: absolute;
	bottom: 85px;
	right: 258px;
	width: 114px;
	height: 20px;
	z-index: 100;
}

#add-to-cart-image a:link, #add-to-cart-image a:visited {
	background: url('../data/icons/btn_addtocart_off.png') no-repeat center center;
	display: block;
	width: 100%;
	line-height: 20px;
	text-decoration: none;
}

#add-to-cart-image a:hover {
	background: url('../data/icons/btn_addtocart_on.png') no-repeat center center;
}

#added-to-cart-image {
	display: none;
	position: absolute;
	bottom: 85px;
	right: 258px;
	width: 114px;
	height: 20px;
	z-index: 99;
}

#added-to-cart-spinner {
	display: none;
	position: absolute;
	bottom: 85px;
	right: 258px;
	width: 16px;
	height: 16px;
	z-index: 101;
}

.info-holder-close {
	position: absolute;
	top: 0;
	right: 0;
}