
.bannerHolder{
	/* The main banner unordered list */

	height:610px;
	width:940px;
	margin-left:20px;
	margin-bottom:20px;
	float:left;	
}

.bannerHolder li{

	list-style:none;
	display:inline;
}

.banner{

	position:relative;
	width:450px;
	height:290px;
	overflow:hidden;
	float:left;
	margin:10px;
}

.banner img{

	display:block;
	border:none;
}

.banner div{
	
	position:absolute;
	z-index:100;
	background-color:#FF0000;
	cursor:pointer;	
	-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:90px;
	left:150px;
	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: */