#scroller {
	width:324px;
	background-color:#ffffff;
	height:42px;
	position:relative;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: absolute;
	height: 42px;
	width: 324px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 42px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding-bottom: 2px; 
	/* removing default styling */
	margin: 0;
	background-color:#ffffff;		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu a:hover div {
	display: block;
}
.sc_menu img {
	border: 0
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}
#left_detail img {
	filter:alpha(opacity=100);
	opacity:1;
	margin-left:-3px;
}
@-moz-document url-prefix() {
#left_detail img {
	margin-left:0
	}
}
#left_detail {
	height:86px;
	vertical-align:middle
}
.project_info {
	width:324px;
	font-size:10px
}
.project_info p {
	margin:0;
	text-align:justify;
	height:86px;
	padding-right:2px
}
.project_info img {
	padding-right:2px
}
#descriptions {
	height: 90px;
	width:324px;
	background: url(../images/scroller/background-gray.jpg) repeat-y