/* 
    Created on : 02.Şub.2014, 17:06:42
    Author     : zide
*/
#linkbox{
	width:150px;
	height:110px;
	padding-top:10px;
        margin: 10px;
	}
#linkbox a{
	display:block;
	text-decoration:none;
	bottom:5px;
	width:150px;
	text-align:center;
	font-size:1.3em;
	color:#FFF;
	font-weight:800;
	line-height:100%;
	height:40px;
        
	}
#linkbox img
{
    border-style: none;
}
#linkbox a:first-child{
  height: 70px;
}

#linkbox a:hover
{
    color:#09f;
}