

 /*front-page*/
 #front-page .square{
/* -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
  border-radius: 7px; */
  background:  #7030A0;
  color:#FFF;
  text-align: center;;
  margin-bottom: 10px;
  font-weight: normal;
 width:140px;
  height: 140px;
-moz-box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');
}
#front-page .square:hover{
  background:rgb(177,126,216);
  cursor: pointer;
  color:#000;
  font-weight: normal;
}
#front-page a{
  padding:5px;
  color:#FFF;
  text-decoration: none;
  letter-spacing: 0.4px;
  display:block;
font-weight: bold;
  line-height: 25px;
  font-size: 1.1em;
}
#front-page a:hover{
   color:#000;
 }
#front-page .square-empty{
    width:140px;
  height:140px;
  margin-bottom: 10px;
}
#front-page .square-8{
  width:290px;
  height: 140px;
}


#front-page a.onerow{
  padding: 55px 5px 65px 5px;
}
#front-page a.tworow{
  padding: 50px 5px 65px 5px;
  line-height: 15px; ;
}
#front-page a.threerow{
  padding: 45px 5px 45px 5px;
  line-height: 15px;
}
#front-page a.fourrow{
padding: 20px 5px 30px 5px;
}
#front-page .square-no{
  width:140px;
  height:140px;
  background:  #342842; /*#402A39;*/
  margin-bottom: 10px;
 /* -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;*/

}
/*End front-page */


.next {
	float:right;


} 
