.desc {
	display: none;
	text-align: center;
	padding-top: 10px;
	color: white;
	font-size: 12px !important;
}
.desc span {
	color: #ccc;
}
/* MTF */
.haccordion .header,.haccordion .content {
	float: left;
	height: 460px;
}
.haccordion .header {
	width: 11px !important;
	background: #000;
	color: red;
	cursor: pointer;/*margin-right:10px;*/
}
.haccordion .content.visible {
	display: block;
	width: 300px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}
.haccordion .content {/*display:none;*/
	width:60px;
	overflow: hidden;
	background-color: #000;
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter: alpha(opacity=10);
	cursor: pointer;
	margin-right: 10px !important;
}
.haccordion .content:hover {/*display:none;*/
	opacity:1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	cursor: pointer;
	margin-right: 10px;
}



.contents {
	display: block;
	width: 700px;
	height: 200px;
	background: #CC66FF;
}
ul.blocks {
	padding: 0;
	width: 1000px;
	display: block;
	height: 200px;
}
ul.blocks li {
	width: 200px;
	margin: 0 0 0 0px;
	float: left;
	display: block;
	height: 200px;
}
.holder {
	margin: 0;
	display: block;/* TEMP */
	margin-bottom:20px;
}
.scroll-pane {
	width: 200px;
	background: #000;
	float: left;
	padding: 0;
}
#pane1 {
	height: 510px;
	width: 100%;
	padding: 0;
	display: block;
	overflow: hidden;
}
a.jScrollArrowLeft {/* background:url(img/basic_arrow_up.gif) no-repeat 0 0;*/
}
a.jScrollArrowLeft:hover {/* background-position:0 -15px;*/
}
a.jScrollArrowRight {/* background:url(img/basic_arrow_down.gif) no-repeat 0 0;*/
}
a.jScrollArrowRight:hover {/* background-position:0 -15px;*/
}
a.jScrollActiveArrowButton,
a.jScrollActiveArrowButton:hover {/* background-position:0 -30px;*/
}
#framer {
	max-width: 1500px;
	border: solid 0px red;
}
#piccont {
	width: 10000px !important;
	height: 500px;
	margin-left: 30px;
}
