#FootballTeam{
width:708px;
position:relative;
left:20px;
top:20px;
  background-color:rgba(0, 0, 0, 0.7);
border: 2px solid black;
  -webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
		box-shadow: 3px 9px 7px rgba(0,0,0,.4);
		border-width:2px;
}
#vratari img{
  margin-left:30px;
  position:relative;
  bottom:18px;
  		width:135px;
		height:150px;
}
#vratari p{
   font-size:15px;
    font-family:sans-serif;
   text-align:center;
     position:relative;
  bottom:18px;
 
}


#zashtitnici img{
  margin-left:30px;
  position:relative;
  bottom:10px;
  		width:135px;
		height:150px;
}
#zashtitnici p{
   font-size:15px;
    font-family:arial;
   text-align:center;
     position:relative;
  bottom:10px;
}

#zashtitnici2 img{
  margin-left:30px;
  position:relative;
  top:22px;
  		width:135px;
		height:150px;
}
#zashtitnici2 p{
   font-size:15px;
    font-family:arial;
   text-align:center;
     position:relative;
  top:22px;
}

#half img{
  margin-left:30px;
  position:relative;
  bottom:12px;
  		width:135px;
		height:150px;
}
#half p{
   font-size:arial;
    font-family:bold;
   text-align:center;
     position:relative;
  bottom:12px;
}

#half2 img{
  margin-left:30px;
  position:relative;
  bottom:22px;
  		width:135px;
		height:150px;
}
#half2 p{
   font-size:15px;
    font-family:arial;
   text-align:center;
     position:relative;
  bottom:22px;
}

#napadateli img{
  margin-left:30px;
  position:relative;
  bottom:42px;
  		width:135px;
		height:150px;
}
#napadateli p{
   font-size:15px;
    font-family:arial;
   text-align:center;
     position:relative;
  bottom:42px;
}

#napadateli2 img{
  margin-left:30px;
  position:relative;
  bottom:18px;
  		width:135px;
		height:150px;
}
#napadateli2 p{
   font-size:15px;
    font-family:arial;
   text-align:center;
     position:relative;
  bottom:18px;
}

 h4{
   position:relative;
   bottom:20px;
   left:12px;
   width:683px; 
   color:white; 
   font: bold 24px/45px sans-serif, Sans-Serif; 
   background: rgba(0, 0, 0, 0.7);
  
   -webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
 }
  #iztocnik {
 color:orange;
 position:relative;
 bottom:9px;
 font-size:18px;
 text-align:right;
 right:5px;
 }
 .playerBlock{
   background-color:rgba(0, 0, 0, 0.6);
  border: 1px solid black;
 position:fixed;
 display:none;
left:758px;
top:200px;

    -webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
			cursor:pointer;
				border-width:2px;
 }
 .playerBlock p{
   font-size:19px;
   font-family:Ariel;
   position:relative;
   right:15px;
 }
 .mainImage{
   width:180px;
   height:230px;
   margin:3px;
 }