/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.co
Description: Web Design examples
*/
*{
	margin: 0;
	padding: 0;
}


p.copy_right {
	width: 750px;
	margin: 30px auto 0 auto;
	clear: both;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}
p.copy_right a {
	color: #1D68AF;
}
p.copy_right a:hover {
	text-decoration: none;
}
/* Content Begin */
#col {
	width: 750px;
	margin: 0px auto 0 auto;
	clear: both;
	padding-bottom:10px;
	
}
ul.thumb {
	list-style: none;
	margin: 0 auto; 
	padding:0px;
	
}
ul.thumb li {
	margin: 0; 
	padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 150px;
	

}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; 
	top: 0;

}
ul.thumb li img.hover {
	background: #444;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
#main_view {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	clear: both;
}