.bannerHolder{
	/* The main banner unordered list */
	height:240px;
	width:240px;
	float:left;
	margin:15px 15px;
	padding:13px;
	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;
}

.banner{
	/* The banner divs */
	position:relative;
	width:240px;
	height:240px;
	overflow:hidden;
	float:left;
	margin:0px;
}

.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;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
}

.banner .cornerTL{ left:-53px;top:-53px; }
.banner .cornerTR{ right:-53px;top:-53px; }
.banner .cornerBL{ left:-53px;bottom:-53px; }
.banner .cornerBR{ right:-53px;bottom:-53px; }

.banner p{
	display:none;
	left:0;
	top:15px;
	width:95%;
	z-index:200;
	position:absolute;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:white;
	font-size:11px;
	text-align:left;
	cursor:pointer;
    padding:10px;
}
.ctitle, .ctitle a { font-size:16px; font-weight:bold;color:white; }