/* Tutorials */

#tut_title {
	text-align: center;
}

.tut_intro {
	position: static;
	width: 730px;
	background-color: #000000;
	border: 1px #999999 solid;
	color: #FFFFFF;
	text-align: left;
	line-height: 115%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tut_intro img {
	margin-bottom: 3px;
}

.tutorial_proper {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.tutorial_proper img	{
	vertical-align: text-bottom;
}

#tutorial_list {
	position: relative;
}

#tutorial_list a img {
	height: 400;
	width: 200;
	border-width: 0;
	position: absolute;
	top: 10%;
	left: 38%;
	visibility: hidden;
}

#tutorial_list a:hover img {
	visibility: visible;
}