a			{ outline: none;}
a:focus		{ outline:none;}


#wrapper {
    width: 800px;
    font: 11px;
    margin: 25px auto;
}

#wrapper h2.title	{ width: 165px; height: 32px; text-indent: -9999px; 
			   background: url("images/work.png") no-repeat;
			  padding-bottom: 20px;
		  }

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
	}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 338px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url("images/leftshadow.png") repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url("images/rightshadow.png") repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
	background: #fef7ea;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #9e0039;
	font-size: 14px;
	}

.inside p {
	font-size: 11px;
	color: #ccc;
}

#wrapper a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#wrapper a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}