.bannerHolder{
	/* The main banner unordered list */

	height:270px;
	width:270px;
	float:left;
	margin:20px 25px 20px 15px;
	margin-left:100px;
	padding:10px;
	background:#f7f7f7;
	border:1px solid #eee;
	/* CSS3 rounded corners */

	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.bannerHolder1{
	/* The main banner unordered list */

	height:270px;
	width:550px;
	float:left;
	margin:20px 25px 20px 0px;
	margin-left:0px;
	padding:10px;
	background:#f7f7f7;
	border:1px solid #eee;
	/* CSS3 rounded corners */

	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.bannerHolder2{
	/* The main banner unordered list */

	height:540px;
	width:550px;
	float:left;
	margin:20px 25px 20px 0px;
	margin-left:0px;
	padding:10px;
	background:#f7f7f7;
	border:1px solid #eee;
	/* CSS3 rounded corners */

	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}



.bannerHolder li{
	/* Disabling the bullet of the li elements: */
	list-style:none;
	display:inline;
}

.bannerHolder1 li{
	/* Disabling the bullet of the li elements: */
	list-style:none;
	display:inline;
}


.bannerHolder2 li{
	/* Disabling the bullet of the li elements: */
	list-style:none;
	display:inline;
}

.banner{
	/* The banner divs */
	position:relative;
	width:125px;
	height:125px;
	overflow:hidden;
	float:left;
	margin:5px;
}

.banner img{
	/* The banner divs */
	display:block;
	border:none;
}

.banner div{
	/* The dark animated divs */
	
	position:absolute;
	z-index:100;
	background-color:#222;
	width:60px;
	height:60px;
	cursor:pointer;
	
	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
		
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
}

/*	Positioning the animated divs outside the
	corners of the visible banner area: */

.banner .cornerTL{ left:-63px;top:-63px; }
.banner .cornerTR{ right:-63px;top:-63px; }
.banner .cornerBL{ left:-63px;bottom:-63px; }
.banner .cornerBR{ right:-63px;bottom:-63px; }

.banner p{
	/* The "Visit Company" text */
	
	display:none;	/* hidden by default */
	
	left:0;
	top:57px;
	width:100%;
	z-index:200;
	position:absolute;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:white;
	font-size:11px;
	text-align:center;
	
	cursor:pointer;
}

/* The styles below are only necessary for the styling of the demonstration page: */

#main{
	position:relative;
	margin:0 auto 30px 10px;
	width:500px;
}



h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:30px;
	background-color:#f8f8f8;
}

h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
	position:absolute;
	right:40px;
	top:40px;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
