@charset "utf-8";
/* CSS Document */

#slider {
	width: 640px;
	margin: 0 auto;
	position: relative;
	padding: 0 5px;
	border-bottom: 1px solid #a2bfc4;
	border-top: 1px solid #dae6e9;
}

.scroll {
	height: 380px;
	width: 615px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;

}

.scrollContainer div.panel {
	padding: 10px;
	height: 210px;
	width: 590px;
	float: left;
	position: relative;
}

#header-portfolio	{
	padding: 7px;
	background-image: url('img/header-portfolio.gif');
	background-repeat: no-repeat;
	height: 110px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	text-align: center;
}

ul.navigation li {
	display: inline;
	margin-right: 7px;
}

ul.navigation a {
	padding: 5px;
	color: #666;
	text-decoration: none;
}

ul.navigation a:hover {
    background-color: #FFF;
	border-bottom: 1px solid #9CC; 
}

ul.navigation a.selected {
    background-color: #fff;
	border-bottom: 1px solid #9CC;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	width: 39px;
	height: 156px;
	text-indent: -9999px;
}

/* Dotted line around active button in Firefox */
:-moz-any-link:focus {
    outline-style: none !important;
    outline-width: 0px !important;
}
/* End Dotted line around active button in Firefox */

.scrollButtons.left {
    left: -20px;
	background: url('img/arrow-left.png') no-repeat top;
}

.scrollButtons.right {
    right: -20px;
	background: url('img/arrow-right.png') no-repeat top;
}

.scrollButtons.left:hover, .scrollButtons.right:hover {
	background-position: bottom;
}

.hide {
    display: none;
}

img.screenshot {
	border: 0;
	margin: 0 5px 5px 0;
	float: left;
}

.panel h1 {
	font-weight: normal;
}

.panel h2 {
	margin: 0;
	font-weight: normal;
}

.panel h4 {
	color: #999;
	margin-top: 0;
	font-weight: normal;
}

.panel .key-techs {
	border-top: 1px solid #69C;
	clear: both;
}

.em-skill {
	background: #FFC;
	font-size: 0.9em;
	border-bottom: 1px solid #FF0;
}

.em-ql {
	background-color: #fff;
	border-bottom: 1px solid #9CC;
}

h2 {
	font-weight: normal;
}
