.divleft
{
float:left;
}
.num
{
height:15px;
width:22px;
padding-top:1px;
display:block;
vertical-align:middle;
text-align:center}
.divright
{
float:right
}

.clear
{
clear:both
}
/*slideshow style*/

.highslide {
	cursor:  hand;
    outline: none;
}
.highslide img {
	/*border: 2px solid gray;*/
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-image {
    border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: hand;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.thumbnailtitle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:700;
line-height:20px;
color:#CE3C3C;

}



/*Scrolling content stylesheet*/


#footer_container DIV.button {
	/*POSITION: absolute; */TOP: 50px
}
#frame DIV.button {
	HEIGHT: auto
}
#scroller {
	HEIGHT: auto
}
.section {
	HEIGHT: auto
}
UL#toolbar {
	CLEAR: both; MARGIN: 0px auto; /*WIDTH: 900px;*/ LIST-STYLE-TYPE: none; HEIGHT: 45px;
}
#toolbar LI {
	FLOAT: left; TEXT-INDENT: -9999px
}
#toolbar LI A {
	DISPLAY: block; HEIGHT: 45px
}
#toolbar LI.active {
	BACKGROUND-POSITION: 50% bottom
}
#toolbar LI.inactive {
	BACKGROUND-POSITION: 50% top
}
#toolbar LI:hover {
	BACKGROUND-POSITION: 50% bottom
}
#toolbar LI#resume-tab {
	BACKGROUND-IMAGE: url(footerTab_resume.gif); WIDTH: 150px
}
#toolbar LI#contact-tab {
	BACKGROUND-IMAGE: url(footerTab_contact.gif); WIDTH: 150px
}
#toolbar LI#about-tab {
	BACKGROUND-IMAGE: url(footerTab_about.gif); WIDTH: 150px
}
#toolbar LI#profile-tab {
	BACKGROUND-IMAGE: url(footerTab_profile.gif); WIDTH: 150px
}
#toolbar LI#references-tab {
	BACKGROUND-IMAGE: url(footerTab_references.gif); WIDTH: 150px
}
#toolbar LI#private-tab {
	BACKGROUND-IMAGE: url(footerTab_private.gif); WIDTH: 150px
}
#content {
	/*WIDTH: 5400px;*/WIDTH:636px; HEIGHT: auto; text-align:left;
}
#scroller {
	BACKGROUND-ATTACHMENT: scroll; MARGIN: 0px auto; OVERFLOW: hidden; /*WIDTH: 900px;*/ WIDTH: 212px; HEIGHT: auto; text-align:left;
}
.section {
	FLOAT: left; MARGIN: 0px; /*WIDTH: 900px;*/ WIDTH: 212px; text-align:left;
}
DIV.button#left {
	LEFT: 0px
}
DIV.button#right {
	RIGHT: 0px
}

/*pagination stylesheet*/

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
