#sub_main 
{
	display: table;
	position: relative;
	width:639px;
	height: 610px;
}

#sub_main .thumnail_nav {
	display: table-cell;
	position: relative;
	width: auto;
	height: auto;
	color: #02136a;
	text-align: center;
	vertical-align: middle;
}

.thumnail_nav ul {
	list-style: none;
	display: block;
	padding: 0;
	width: 40px;
}

.thumnail_nav ul li {
	list-style: none;
	text-align:center;
	display: block;
	padding-bottom: 30px;
}

#nav li a, #nav ul li a:visited
{
	display: block;
	text-decoration: none;
	background: #c5daeb;
	padding-top: 4px;
	width: 30px;
	height: 26px;
	border: 1px solid #586f81;
	text-align: center;
	font-size: 18px;
	color: #586f81;
}


#nav li.activeSlide a, #nav li a:hover
{ 
	background: #faa; 
	color: black 
}


#sub_main .slideshow 
{
	display: table-cell;
	display: block;
	width: 600px;
	height: auto;
	color: #02136a;
	text-align: center;
	padding: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

.slide {
	width: 600px;
	height: auto;
	text-align: center;
}

.slide #top_text {
	width: 590px;
	height: 100px;
	padding: 10px;
}

.slide #bottom_text {
	text-align: center;
	width: 590px;
	height: auto;
}

#top_text h2
{
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	padding-top: 15px;
	padding-bottom: 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;
}

#bottom_text p, #top_text p {
	text-align: center;
	color: #636363;
}

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

.slide #image_sec {
	display: block;
	width: 520px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#image_sec #image {
	display: table-cell;
	text-align: center;
}

#image img {
	padding: 2px;
	color: #9e9e9e;
}

#image_sec img {
	padding: 2px;
	color: #9e9e9e;
	text-align: center;
}

.navigations {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	width: 640px;
	text-align: center;
	vertical-align: middle;
}

.funcs
{
	display: block;
	position: absolute;
	height: auto;
	z-index: 1000;
	top: 117px;
	left: 43%;
	text-align: center;
}

.funcs #prev {
	display: table-cell;
	float: left;
	width:15px;
	height:12px;
	cursor: pointer;
	padding: 2px;
}

.funcs #next {
	display: table-cell;
	float: left;
	width:15px;
	height:12px;
	cursor: pointer;
	padding: 2px;
}

.funcs #pause {
	display: table-cell;
	float: left;
	width:15px;
	height:12px;
	cursor: pointer;
	padding: 2px;
}

.funcs #resume {
	display: table-cell;
	float: left;
	width:15px;
	height:12px;
	cursor: pointer;
	padding: 2px;
	padding-left: 6px;
}


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