/* CSS Document */

.sample_box {
	width:450px;
	margin-bottom:20px;	
}

.sample_headStyle1 {
	border:2px solid #13a6d0;
	border-radius:20px;
	padding:8px 12px 6px;
	font-size:110%;
	color:#13a6d0;
	background:#dbf1f8;
	line-height:1;
	margin-bottom:15px;
}


.sampleList {
	text-align:center;
}
.sampleList li {
	float:left;
	width:170px;
	display:inline;
	text-align:center;
	margin-right:10px;
}

.sampleList li img {
	padding:5px 0;	
}