/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/
/* `PROJECT SLIDESHOW */

#wrapper{
width:600px;
position:relative;
}

#slideshow{
width:600px;

}

.pics { 
	
	width:   600px;  
    height:  600px;    
    padding: 0;  
    margin:  0;
    
} 
 
.pics img {  
	border:2px dashed #FCC;
    padding:0;
    margin:0;
    background-color: #eee;  
    width:   600px;  
    height:  600px; 
    border:1px solid #FFFFFF;
    top: 0pt;
    left: 10px;
} 


#nav{
position:absolute;
left:10px;
bottom:20px;
width:580px;
text-align:left;
z-index:101;
}

#nav a {
height:24px;
width:24px;
padding:4px 7px 4px 7px;
margin-left:2px;
background-color:#FFFFFF;
font-weight: bold;
font-size: 12px;
text-align: center;
color: #333333;
text-decoration: none;
border:1px solid #333333;
}
#nav a.activeSlide { background-color: #CCC; color:#FFFFFF; }
#nav a:focus { outline: none; }
