div.tut_section {
	border-style:dashed;
	border-width:2px;
	border-color:02E9FE;
	padding:10px;
	
}

h3 {
	color:e0ffff;
}

p.thumb{
	float:left;
	margin:.5em 0;
	padding:2px;
	width:800px;
}
p.thumb a{
	display:block;
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;
	border:1px solid #999;	
	margin-right:10px;
}	
p.thumb a img{
	float:left;
	position:absolute;
	width:100px;
	height:100px;
}

p.thumb a:hover{
	overflow:visible;
	z-index:1000;
	border:none;		
}
p.thumb a:hover img{
	border:1px solid #999;	
	background:#fff;
	padding:2px;
	width:auto;
	height:auto;
}

p.thumb a:hover img.special{
	width:600;
	height:450;
}

p.thumb a:hover img.special2{
	width:400;
	height:300;
}
