body {
	background-image: none;
	background-color: #000000;
	padding: 0 0 0 0px;
	text-align: left;
	color: white;
}

h1 {
	margin: 30px 0 10px 0;
	padding: 0;
	color: white;
	font-size: 1.5em;
}

.returnToKwicks {
	display:block;
	border:1px dashed #888;
	padding:5px;
	float:right;
}
.returnToKwicks:hover {
	background-color: #5e5e76;
	text-decoration: none;
	color: #aaa;
}

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

/* example 1 */
#example1
{
position: absolute;
left: 55%;
bottom: 0;
z-index: 1;
}

#example1 .kwicks li
{
	width: 125px;
	height: 100px;
	margin-right: 5px;
}
#example1 .cnpml
{
 display:block;
 background-image: url('../images/cnpml2.png');
 height: 100px;
}
#example1 .ucatee
{
 display:block;
 background-image: url('../images/ucatee2.png');
 height: 100px;
}
#example1 .saicm
{
 display:block;
 background-image: url('../images/saicm2.png');
 height: 100px;
}
#example1 .premio
{
 display:block;
 background-image: url('../images/premio2.png');
 height: 100px;
}

#example1 .kwicks span 		{ display:none; }

#example1 #kwick1 { 
	background-color: #53b388;
	background-image: url('../images/premio2.png');
}
#example1 #kwick2 {
	background-color: #5a69a9;
	background-image: url('../images/cnpml2.png');
}
#example1 #kwick3 {
	background-color: #c26468;
	background-image: url('../images/saicm2.png');
}
#example1 #kwick4 { 
	background-color: #bf7cc7;
	background-image: url('../images/ucatee2.png');
}

/* example 2 */
#fla {
position: absolute;
z-index:0;
}

