.ImageList{
	list-style:none;
	display:block;
}

.ImageList li{
	float:left;
}

.ImageList a{
	border:none;
}

.ImageList img{
	border:none;
}


.ImageList a:hover img{
	border:none;
}

#IndexGallery {  
    height:250px;
    width:300px;
    padding: 0;  
    margin:  0;
    overflow:hidden;
} 
 
#IndexGallery img {  
    padding: 0px;  
    border:none;
    width:  auto; 
    height: 250px; 
    top:  0; 
    left: 0;
} 

#ProjectGallery {  
    height:  300px;  
    width:   780px;  
    padding: 0;  
    margin:  0;
    overflow:hidden;
} 
 
#ProjectGallery img {  
    padding: 0px;  
    border:3px #fff solid;
    width:  auto; 
    max-height: 300px; 
    margin:3px; 
} 

#GalleryNav
{
    margin:3px; 
    height:30px;
    z-index:150;
    position:absolute;
    display:none;
} 

#GalleryNav a
{
    border: none;
    position:relative;
    background: #666;
    text-decoration: none;
    margin: 1px;
    padding:1em;
    color:#fff;
}
#GalleryNav a.activeSlide
{
    background: #333;
    padding-bottom:1.5em;
}

#PortfolioGallery {  
    height:  280px;  
    width:   780px;  
    padding: 0;  
    margin:  0;
    overflow:hidden;
} 
 
#PortfolioGallery img {  
    padding: 0px;  
    border:3px #fff solid;
    width:  auto; 
    height: 280px; 
    margin:3px; 
} 
