#scroll {
	position:relative;
	overflow:hidden;
	/*border:1px solid #ddd;
	height:360px;*/
}

#tools {
	width:9999em;
	position:absolute;
}

.tool {
	float:left;
	/*height:340px;*/
	position:relative;
}

.details {
	background-color:transparent;
	padding:5px 20px;
	position: absolute;
	bottom:0;
	left:0;
	text-align:left;
	font-size:1em;
}

.details a {
	color:#fff;
	text-decoration: none;
}

.details a:hover {
	color:#3479d3;
	text-decoration: none;
}

.details h1 {
	width:450px;
	color:#fff;
	background-color:#000;
	font-size:2.5em;
	padding:5px;
	margin:5px 0;
}
.details h2 {
	width:600px;
	font-size:0.9em;
	color:#fff;
	background-color:#000;
	margin:5px 0;
	padding:5px;
	text-transform:uppercase;
}


#thumbs {
	height:90px;
	position:absolute;
	top:50px;
	width:50px;
	left:500px;
}

.t {
	padding:0 !important;
	border:0 !important;
}

.t a {
	background-color:#BBBBBB;
	font-size:0.9em;
	margin:0 20px 15px 15px;
	padding:5px;
	display:block;
	width:170px;
	float:left;
	height:20px;
	cursor:pointer;
	color:#000;
}

.t a.active {
	cursor:pointer !important;
	background-color:#FFFFFF;
}

.navi {
	margin-left:230px;
}