body {
	background:url(background.jpg);
	background-repeat: no-repeat;
	background-position: 100px 0px;
	background-color: #C4C6B8;
	font-family:"Tahoma","Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	margin-left: 15px;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	left: 0 !important;
	width: 18px;
}

.vscrollerbarbeg {
	width: 18px;
	background: url(vscrollbar.png) 0px -9px;
}

.vscrollerbarend {
	height: 9px;
	width: 18px;
	background: url(vscrollbar.png) no-repeat;
}

.vscrollerbasebeg {
	width: 18px;
	height: 18px !important;
	background: url(vscrollbarend.png) 0px 0px no-repeat;
}

.vscrollerbaseend {
	height: 18px;
	width: 18px;
	background: url(vscrollbarend.png)  -18px 0px no-repeat;
}

.vscrollerbar, .hscrollerbar {
	padding: 18px;
	z-index: 2;
}

.scrollerjogbox {
	width: 18px;
	height: 18px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #C4C6B8;
}

.box_title {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: #FEDD23;
	width:995px;
	text-align: right;
	padding-right: 1px;
	top: 125px;
	z-index:-1;
}

.box_title_shadow {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: black;
	width:995px;
	text-align: right;
	top: 126px;
	z-index:-2;
}

.box_info {
	font-size: 10px;
	font-weight: bold;
	color: black;
	padding-left: 400px;
}

.clip_title {
	font-size: 14px;
	font-weight: bold;
	color:#FEDD23;
}

a {
	color:#FEDD23;		
}

.small {
	font-size:6px;
}

.selector {
	font-size:13px;
	color:#000000;
	font-weight: bold;
	text-shadow: 1px 1px #FFFFFF;
	padding-top:10px;
}

.clips a {
	background:url(button.png);
	display:block;
	background-color:#F5F3E4;
	height:75px;
	width:320px;
	font-size:13px;
	border: 2px solid #FEDD23;		
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
	cursor: url(play.cur),default;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;

}

.clips a span {
	display:block;		
	font-size:11px;
	color:#333333;
}

.clips a em {
	font-size:12px;
	font-style:normal;
	color:#FEDD23;
}	

.clips a var {
	font-size:10px;
	font-style:normal;
	color:#606060;
	cursor: url(save.cur),default;
}

.clips a:hover {
	background-color:#9FA18C;
}