/*--------------------------------------------
container
--------------------------------------------*/
.tu {
     width:491px;
	 margin:0px;
	 overflow: hidden;
	 position: relative;
}
h2.title_name {
     font-family: 'Times New Roman',Times,serif;
	 font-weight: normal;
     font-size: 4em;
	 margin: 0;
     padding: 50px 0 20px 0;
     text-align: center;
}
h2.title_name span {
     font-family: 'Times New Roman',Times,serif;
     color: #f9f66d;
	 font-size: 0.9em;
	 font-style: normal;
     font-weight: normal;
     line-height: normal;
}
h2.title_name small {
     color: #505e70;
     display: block;
     font-family: normal Verdana,Arial,Helvetica,sans-serif;
     font-size: 0.19em;
     letter-spacing: 1.0em;
	 font-weight: bold;
     line-height: normal;
     text-transform: uppercase;
	 padding: 3px 0 0 0;
}
div.examples_body h3 {
     color: #f9f66d;
     font-size: 130%;
	 padding-bottom: 15px;
	 background: url(http://sunflowamedia.com/images/solid-line-news.gif) repeat-x bottom;
}

/* The main banner unordered list */
.bannerHolder {
     width: 491px;
	 margin:0px;
	 padding: 0px;
	 overflow: hidden;

	/* CSS3 rounded corners */
	 -moz-border-radius:12px;
	 -webkit-border-radius:12px;
	 border-radius:12px;
}

/* Hiding the bullets of the li elements: */
.bannerHolder li {
	 list-style: none;
	 display: inline;
}

/* The banner divs */
.banner {
     width: 150px;
	 height: 100px;
	 position: relative;
	 overflow: hidden;
	 float: left;
	 display: inline;
	 margin: 0px 0px 10px 10px
}

/* The banner divs */
.banner img {
	 display: block;
	 border: none;
}

/* The dark animated divs */
.banner div {
	 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; }

/* The "Visit Company" text */
.banner p {
     width: 100%;
	 left: 0;
	 top: 57px;
	 z-index: 200;
	 position: absolute;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 color: #FFF;
	 font-size: 12px;
	 text-align: center;
	 cursor: pointer;
	 display: none;	/* hidden by default */
}