
#mplayer, #clips1, #clips2 {
	float:left;
	margin-right:20px;
}

#clips1, #clips2 {padding:5px}

#clips1 a, #clips2 a {
	display:block;
	margin-bottom:5px;
}	




/*Tab Stuff*/

/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	height: 1%;
}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
.qtcontent {
	position: absolute;
	margin: 0;
	padding: 3px;
	width:99%;
	visibility: hidden;
}
.qtcurrent {
	position:relative;
	overflow:hidden; 
}


/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
	background:#eeeeee url(/flowplayer/images/round1l.gif) no-repeat scroll 0% 0%;
	margin-left: 5px !important;
	padding: 0;
}
.qthead-round1 ul.qtabs li span {
	background: transparent url(/flowplayer/images/round1r.gif) no-repeat scroll right top;
	display: block;
	margin: 0;
	padding: 4px;
}
.qthead-round1 ul.qtabs li.open {
	background:#666666 url(/flowplayer/images/round1lo.gif) no-repeat scroll 0% 0%;
}
.qthead-round1 ul.qtabs li.open span {
	background:transparent url(/flowplayer/images/round1ro.gif) no-repeat scroll right top;
	color:#fff;
}
.qthead-round1 ul.qtabs li.hover span {
	text-decoration: underline;
}
div.current-round1 {
	clear:both;
	border-width: 1px 1px 1px; 
	border-style:solid;
	border-color: #666666;

}


#tabdisplay {width:230px;overflow:hidden}

#tabdisplay a {outline: none;}

.icons {font-weight:bold;text-decoration:underline;outline: none;
}
.noicons {background:white;}

#info {padding:5px;width:220px;float:left;}
#info span {font-weight:bold;}

