/***************************************
   =global styles
-------------------------------------- */
.qtc_controller {
  position: relative;
}
.qtc_button,
.qtc_playbar,
.qtc_track_bg,
.qtc_track_loaded,
.qtc_play_head {
  position: absolute;
}

.qtc_movie_container {
	margin: 0 auto;
}


.qtc_install {
	color: red;
	border: 1px solid #c0c0c0;
	width: 200px;
	margin: 0 auto;
}

.qtc_err {
	color: #f00;
}

/***************************************
   =minimalist theme
-------------------------------------- */


.min .qtc_controller {
	margin-top: 6px;
}

.min .qtc_button {
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.min .qtc_play {
	background: url(../images/controls.jpg) no-repeat 0 0;
}

.min .qtc_pause {
	background: url(../images/controls.jpg) no-repeat 0 -10px;
}

.min .qtc_playbar {
	left: 15px;
	height: 9px;
	top: 1px;
}

.min .qtc_track_bg {

	
	height: 9px;
	width: 100%;
	background: #FFFFFF;
}

.min .qtc_track_loaded {	
	height: 9px;
	width: 1px;
	background: #c7c7c7;

}

.min .qtc_play_head {
	cursor: pointer;
	width: 5px;
	height: 100%;
	background: #999;
	z-index: 1;
}

