html, body, p {
     border: 0 none;
     margin: 0;
	 padding:0;
     outline-style: none;
     outline-width: 0;
     vertical-align: baseline;
	 font-size: 12px;
}

div#container {
     width: 100%;
     margin: 0 auto;
     overflow: hidden;
}
div.examples_body {
     width: 750px;
	 margin: 50px auto 0 auto;
	 clear: both;
	 overflow: hidden;
	 position: relative;
}



.bannerHolder {
     width: 726px;
	 margin: 20px 0 15px 0;
	 padding: 20px 10px 20px 10px;
	 background-color: #f7f7f7;
	 border: 1px solid #eee;
	 overflow: hidden;

	
	 -moz-border-radius:12px;
	 -webkit-border-radius:12px;
	 border-radius:12px;
}


.bannerHolder li {
	 list-style: none;
	 display: inline;
}


.banner {
     width: 330px;
	 height: 195px;
	 position: relative;
	 overflow: hidden;
	 float: left;
	 display: inline;
	 margin: 0 10px
}


.banner img {
	 display: block;
	 border: none;
}


.banner div {
	 position: absolute;
	 z-index: 100;
	 background-color: #000;
	 width: 60px;
	 height: 60px;
	 cursor: pointer;

	
	 -moz-border-radius:100px;
	 -webkit-border-radius:100px;
	 border-radius:100px;
}


.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 {
     width: 100%;
	
	 left: 30px;
	 top: 50px;
	 z-index: 200;
	 position: absolute;
	;
	 cursor: pointer;
	 display: none;	
}