﻿.homeimgcontainer
{
	position:relative;
	float:left;
	width:auto;
	height:245px;
}

.homeimg {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.homeimg img {
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0;
}

.imgcontrols
{
	position:absolute;
	top: 216px;
	left: 0px;
	height: 1em;
	font-size:x-small;
	text-align:center;
	width: 232px;
	z-index: 50;
}

.imgcontrols a
{
	text-decoration:none;
}