body{
	background-color: #412b55;
}

#AUSLb {
	position: absolute;
	max-width: 1000px;
	max-height: 346px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
   
#contContainer{
	max-height: 346px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
}

#border{
	border-radius:5px 30px;
}
    
.cont{
	float: left;
	position: relative;
	height: 346px;
	width: 1000px;
}
    
#next{
	width: 30px;
	height: 30px;
	display: none;
	position: relative;
	display:none;
	float: right;
	margin-right: 50px;
	cursor: pointer;
}

#prev{
	width: 30px;
	height: 30px;
	display: none;
	position: relative;
	display:none;
	float: right;
	margin-right: 2px;
	cursor: pointer;
}

#showem {
	width: 30px;
	height: 30px;
	display: none;
	position: relative;
	display:none;
	float: right;
	margin-right: 2px;
	cursor: pointer;
}

.active{
	background-color: blue;
}

.inactive{
	background-color: red;
}

div.p{
	font-family: Arial;
	text-align: justify;
	color: white;
	font-size: 13px;
	text-indent: 25px;
	line-height: 1.6;
}