.imgholder{
	position:relative;
	width:130px;
	height:130px;
	border-radius:100px;
	float:left;
	margin:10px 0px;
}
/* thumbnails style */
.imgholder img{
	position:absolute;
	left:-70px;
	top:-10px;
	width:130px;
	height:130px;
	z-index:5;
	border-radius:130px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	opacity:0.3;
	filter: alpha(opacity = 30);
	box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	
	transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	
	transition: 
		opacity 1s,
		transform 1s ease-in-out 0.3s;
	-moz-transition: 
		opacity 1s,
		-moz-transform 1s ease-in-out 0.3s;
	-webkit-transition: 
		opacity 1s,
		-webkit-transform 1s ease-in-out 0.3s;
}
.imgholder:hover img{
	opacity:1;
	filter: alpha(opacity = 100);
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.imgholder figcaption{
	position:absolute;
	font-size:12px;
	font-weight:bold;	
	top:45%;
	width:130px;
	color:#0a4d9b;
	text-shadow:-1px -1px 0 #fff;
	z-index:4;
	margin-top:-16px;	
	transition: 
		top 0.5s ease-out;
	-moz-transition: 
		top 0.5s ease-out;
	-webkit-transition: 
		top 0.5s ease-out;
		text-align:center;
}
.caption-1 {left:-30px;}
.caption-2 {left:-84px;}
.caption-3 {left:-139px;}
.caption-4 {left:-29px;}
.caption-5 {left:-83px;}
.caption-6 {left:-138px;}
.caption-7 {left:-29px;}
.caption-8 {left:-84px;}
.caption-9 {left:-139px;}
.imgholder:hover figcaption{
	top:98%;
}
/* decorations style */
.imgholder .circle{
	position:absolute;
	border-radius:110px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.imgholder .outer1{
	top:-8px;
	left:-8px;
	width:100px;
	height:100px;
	z-index:2;
	

}
.imgholder:hover .outer1{

}
.imgholder .outer2{
	top:-18px;
	left:-18px;
	width:136px;
	height:136px;
	z-index:1;
	

}
.imgholder:hover .outer2{
	opacity:0.9;
	filter: alpha(opacity = 90);
	transform: scale(1,1) rotate(-10deg);
	-ms-transform: scale(1,1) rotate(-10deg);
	-moz-transform: scale(1,1) rotate(-10deg);
	-webkit-transform: scale(1,1) rotate(-10deg);
}
section, nav, hgroup{
	display:block;
}

/* clearfix */
.clearfix {
	clear:both;
}

#wrapper-1{ float:left; width:390px; margin-left:0px;}
#wrapper-2{ float:left; width:390px; margin-top:10px;margin-left:-2px;}
#wrapper-3{ float:left; width:390px; margin-top:10px;margin-left:-3px;}

}
#wrapper h2{
	margin:0;
	color:#0082E0;
	text-shadow:1px 1px 1px #777;
	font-size:33px;
	font-family:Arial Narrow, Arial, sans-serif;
}

#wrapper hgroup h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:0 1px 0 #fafafa;
	color:#444;
	margin:0;
}

	*{
		margin: 0;
		padding: 0;
		}
	body{
		font: 62.5%/15px Arial;
		}
	#cols{
		position: relative;
		overflow: hidden;
		margin: -10px 20px;
		}
		* html #cols{
			height: 1%;
			}
		#right, #left{
			position: relative;
			float: left;
			width: 410px;
			padding: 5px;
			font-size: 14px;
			text-align: justify;
			margin-right: 0px;
			margin-left: 19px;
				}
		.nn{
			overflow: hidden;
			height: 15px;
			}
			#left .nn{
				float: right;
				clear: right;
				}
			#right .nn{
				float: left;
				clear: left;
				}
				.n0{width: 0; height: 15px;}
				.n1, .n10{width: 85px;}
				.n2, .n9 {width: 85px;}
				.n3, .n8 {width: 85px;}
				.n4, .n7 {width: 85px;}
				.n5, .n6 {width: 85px;}
	#ball{
		position: absolute;
		top: 18px;
		left: 133px;
		width: 150px;
		height: 120px;
		padding-top: 30px;
		font-size: 40px;
		line-height: 1;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background: url(red.gif) no-repeat;
		}
