﻿/*  <SLIDE SHOW BOX>
--------------------------------------------------*/
#slideshowBox {width:520px; background-color:#ccccff; border:1px solid #9a9898; padding:5px 10px; margin:0 auto}
#slideshowBox h1 {color:#4f4d4d; font-weight:bold; font-size:100%; margin:0 0 5px 0}
#slideshowBox p { text-indent:0; margin:10px 0 5px 0; clear:both}
#slideshowBox h6 {font-size:77%; color:#999; text-align:right; font-style: italic; font-weight:normal}

/*  <SLIDE SHOW IMAGE>
--------------------------------------------------*/
.slideShowImage img {width:450px;height:300px; margin-left:25px}



/*  <SLIDE SHOW THUMBS>
--------------------------------------------------*/
.slideShowThumbs {height:26px; width:510px; margin:0 auto   }
.slideShowThumbs ul  {
	height:24px;max-width:438px;
	padding:0; margin:0 5px; list-style:none; 
	display:block;	float:left;
}
.slideShowThumbs ul li {float:left;list-style:none;	display:inline;}
.slideShowThumbs ul li a {
	height:14px;width:10px; border:1px solid #000;
	margin:10px 7px 0 0;padding:0;
	display:block;text-align:center; line-height:14px;
	color:#666;text-decoration:none;	font-size:55%;
	background: #ccc;
}

.slideShowThumbs ul li a.active, 
.slideShowThumbs ul li a:hover {
	color:#fff;background:#002244;
}


/*  <NEXT> <PREV> = 95px>
--------------------------------------------------*/
a.prevImg {height:11px;width:36px;display:block;float:left;
	margin:15px 0 0 0; padding:0;
	background:url(/images/prev.jpg) no-repeat;
}
a.prevImg:hover {background:url(/images/prev.jpg) no-repeat -36px 0px}

a.nextImg {height:9px;width:36px;display:block;float:left;
	margin:15px 0 0 0; padding:0;
	background:url(/images/next.jpg) no-repeat;
}
a.nextImg:hover {background:url(/images/next.jpg) no-repeat -36px 0px}


/*  <PROJECTBOX>
--------------------------------------------------*/
.projectBox {padding:0; min-height:36px}
.projectBox h2 {color:#4f4d4d; font-weight:bold; font-size:100%; margin:20px 0 5px 0}
.projectBox p {line-height:150%;}
#home #content .projectBox p {font-size:90%}

/*  <SLIDESHOWCONTENT>
--------------------------------------------------*/
.slideShowContent {display:none}
.noJS { font-size:90%; font-style:italic; padding:0; margin:0}
