/* 	Title:     Styles for Andy K. Cheng
	Author:    Andy K. Cheng  */


/* __ Button Styling __ */
.viewMore { float:left; font-size:0.75em; margin:0.5em 0.5em 0 0; }
.buttons { float:left; }
.buttons span{ float:left; width:1em; height:1em; margin:0.5em 0.5em 0.5em 0; text-indent:-99999em; background:#ccc; color:#ccc; border:1px solid #ccc; cursor:pointer; }
.buttons span.active, .buttons span:hover { background:#666666; color:#666666; }

/* __ Box Module __ */
.items{
	position:absolute;
}
.items div{
	width:478px;
	height:478px;
	float:left;
	background:#f7f7f7;
	border:1px solid #ccc;
}

.mask{
	position:relative;
	width:480px;
	height:480px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}


/* __ Tooltip __ */
