.pc_panel {
	position: fixed;
	background: transparent url(../images/bgSlide.png) repeat top left;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	right: 0px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 999999;
	opacity: 0.98;
	filter: alpha(opacity=98);
	-ms-filter: "alpha(opacity=98)";
	-moz-opacity:0.98;
}

.pc_label {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: 0px 0px 1px #fff;
	cursor: pointer;
}

.pc_panel .expand {
	background: #010101 url(../images/expand.gif) no-repeat center center;
	left: 6px;
}

.pc_panel .collapse {
	background: #010101 url(../images/collapse.gif) no-repeat center center;
	left: 6px;
}

.pc_panel .close {
	background: #010101 url(../images/close.gif) no-repeat center center;
	right: 5px;
}

.pc_title {
	width: 100%;
	height: 20px;
	background: #000;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 20px;
	text-indent: 10px;
	letter-spacing: 1px;
}

.pc_panel .selected {
	
}

.pc_panel .selected img {
	
}

.pc_link {
	width: 300px;
	cursor: pointer;
	overflow: hidden;
	background: transparent url(../images/bgSlide.png) repeat top left;
	float: left;
	margin: 5px 10px 15px;
}

.pc_wrapper {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

.pc_slider {
	position: absolute;
}

.clear {
	clear: both;
}
