/* ---------About--------- */

h1{
    font-weight: 900;
	font-size: 24px;  
	font-family: 'Mouse Memoirs', sans-serif;
}

#about{
	width:960px;
	height:360px;
	margin:20px 0;
	background: url(../img/logo.jpg) top left no-repeat;
	background-color:#333;
}

.mtx{
	margin-bottom:40px;
}

/* ---------Showcase--------- */

#alist{
	width:960px;
	margin: 0 auto;
	margin-top:24px;
	overflow: hidden;
}

.atitle, .asub {
	width:225px;
    margin:0 0 0 0;
	text-align: center;
	font-family: 'Pragati Narrow', sans-serif;
	line-height: 24px;
	display: inline-block;
}

.atitle {
	font-size: 18px;
	margin-bottom:8px;
}

sl1{
	font-size: 15px;
}

sl2{
	font-size: 13.4px;
}

.asub {
	font-size: 16px;
    font-weight: 100;
}

.asub img {
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

ims{
	margin:0 5px;
	}

#showcase {
	width: 1000px;
	margin-right: -20px;
}

#showcase .child {
	width: 230px;
	height:300px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	display: inline;    /*for ie*/
}

#showcase .child .img, #showcase .child .img2 {
	width: 220px;
	height: 220px;
	background-color: #fff;
	margin-bottom: 12px;
}

#showcase .child .img:hover {
	filter: alpha(opacity=80); 
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;
	zoom:1;
	transition: .2s;
}

#showcase .child .title {
	font-weight: bold;
	margin-bottom: 12px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}