
.slide #top_text {
	width: 600px;
	height: 85px;
	padding: 10px;
}

#top_text {
	text-align: center;
}

#top_text bigblueh3 {
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	color: #23adfe;
	padding-bottom: 4px;
}

#top_text h4, #bottom_text h4 {
	text-align: center;
	font-size: 15px;
	font-weight: lighter;
	color: #2d2d2d;
	padding-bottom: 2px;
}

#image_caption {
	position: absolute;
	right: 7%;
	bottom: 22%;
}

#image_caption h4 {
	font-size: 12px;
	text-align: left;
}

.navigations2 {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	width: 500px;
	left: 6%;
	text-align: center;
	vertical-align: middle;
}

.funcs2
{
	display: block;
	position: absolute;
	width: 500px; 
	height: auto;
	left: 50%;
	top: -124px;
	z-index: 1000;
	text-align: center;
}

.funcs2 #prev {
	display: table-cell;
	float: left;
/*	background-image:url(../images/prev.png);
	background-repeat:no-repeat;*/
	width:15px;
	height:12px;
	cursor: pointer;
	padding: 2px;
}

.funcs2 #next {
	display: table-cell;
	float: left;
	/*background-image:url(../images/next.png);
	background-repeat:no-repeat;*/
	width:15px;
	height:12px;
	cursor: pointer;
	padding: 2px;
}

.funcs2 #pause {
	display: table-cell;
	float: left;
/*	background-image:url(../images/pause.png);
	background-repeat:no-repeat;*/
	width:15px;
	height:12px;
	cursor: pointer;
	padding: 2px;
}

.funcs2 #resume {
	display: table-cell;
	float: left;
/*	background-image:url(../images/resume.png);
	background-repeat:no-repeat;*/
	width:15px;
	height:12px;
	cursor: pointer;
	padding: 2px;
	padding-left: 6px;
}

html, body {
text-align: center;
}
p {text-align: left;}
