
/* Fotoğraf Galerisi */

.cercevekucuk
{
    float:left;
    padding:5px;
    background-color:Silver;
    margin:2px;
    
    }
    
.ortaresim
{
    text-align:center;
}


/* Fotoğraf Galerisi */

.cercevebuyuk 
{
  	text-align:center;
	margin:0;
	padding:2px;
	width:740px;
	
}

.uyelerresim {
	float:left;
	margin:2px 2px 2px 10px;
	padding:5px;
	height:160px;
	text-align:center;
	background-color:#af862b;
	
}
.uyelerresim img {
    border:none;
}
.uyelerresim a 
{
    color:Black;
    text-decoration:none;        
}
    
.uyelerresim a:hover 
{
    color:navy;
}
.uyelerresim h3
{
    margin:5px 0px;
    padding:2px 0px;
    background-color:#fef875;
    font-size:10pt;
}