a.selected {
	text-decoration:underline !important; 
	color:#4b412f !important;
}

#mask {
	overflow:hidden;
	margin:0 auto;
}

div.scrolled-contents{
	display:block;
	position:relative;
}

div.scrolled-contents div.left-btn{
	background-image:url('images/left-btn.png');
	background-repeat:no-repeat;
	background-position:left top;
	width:50px;
	height:50px;
	position:absolute;
	left:0px;
	top:50%;
	cursor:pointer;
	float:left;
	opacity:0.8;
	filter:alpha(opacity=80);
}

div.scrolled-contents div.right-btn{
	background-image:url('images/right-btn.png');
	background-repeat:no-repeat;
	background-position:left top;
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	right:0px;
	cursor:pointer;
	float:right;
	opacity:0.8;
	filter:alpha(opacity=80);	
}

#panel {

}

#panel div.panel-items {
	float:left;
}

#panel-1 {
}

#panel-2 {
}

#panel-3 {
}
