/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#stus-slideshow {
	width:590px; 
	position:relative; 
	height:680px;
	margin:20px auto 0px auto;
	float: left;}
	
#nav {
	height:36px; 
	margin:0 auto;
	width: 270px;}	

#nav img {
	margin:0 5px; 
	/*display:block;*/
	cursor: pointer;
	float: left;
	display:inline;}
	
#nav p#imageNumber {
	/*background:url(../images/g_image.gif); */
	width:70px; 
	height:16px; 
	line-height:16px; 
	text-align:center; 
	font: bold 12px Tahoma, Georgia, serif; 
	color:#0065CD; 
	padding:10px 0; 
	margin:0 5px; 
	float:left; 
	display:inline;}

	
#slideshow {
	width:590px; 
	margin-top:5px; 
	/*border:1px solid #fff; */
	position:absolute; 
	/*background:transparent;*/
	background: url(../images/portfbox.jpg) transparent no-repeat;	 
	padding-bottom:10px;}
	
#slideshow img {
	display:block; 
	margin:0 auto;}
	
#slideshow a img {
	border: 1px solid #fff;
	color:#fff;}
	
#slideshow a:hover img {
	color:red;
	border: 1px solid #C8D5E5;}
	
#slideshow .entry {
	width:560px; 
	/*height: 100%;*/
	position:absolute; 
	top:40px; 
	left:10px; 
	display:none;}
	
#slideshow .entry h2 {
	background:transparent; 
	font-size:11px; 
	text-align: right;
	width:450px;
	margin:10px auto 0px auto;}
	 
#slideshow .entry p {
	background:transparent; 
	width:450px; 
	text-align: right;                                             
	margin:0 auto; 
	padding:0; 
	font: normal 10px Verdana;
	color:#006bb3;}

#slideshow .entry span {
	font-weight: normal;
}