.shapescontainer {
	width: 400px;
	margin-top: 10px;
	height:100px;
	margin-left: 35px;
}

.shape1 a {
  	display: block;
	float: left;
 	width: 122px;
	height: 120px;
  	background: url(images/shape_01.png) no-repeat 0 0;

}

.shape1 a:hover{ 
  background-position: 0 -121px;
  cursor: pointer;
  float: left;
}

.shape1 span
{
  display: none;
  
}

.shape2 a {
  	display: block;
	float: left;
 	width: 122px;
	height: 120px;
  	background: url(images/shape_02.png) no-repeat 0 0;

}

.shape2 a:hover{  background-position: 0 -121px;
  float: left;
  cursor: pointer;
}

.shape2 span
{
  display: none;
  
}
.shape3 a {
  	display: block;
	float: left;
 	width: 122px;
	height: 120px;
  	background: url(images/shape_03.png) no-repeat 0 0;

}

.shape3 a:hover{  background-position: 0 -121px;
  float: left;
  cursor: pointer;
}

.shape3 span
{
  display: none;
  
}
.shape4 a {
  	display: block;
	float: left;
 	width: 122px;
	height: 120px;
  	background: url(images/shape_04.png) no-repeat 0 0;

}

.shape4 a:hover{  background-position: 0 -121px;
  float: left;
  cursor: pointer;
}

.shape4 span
{
  display: none;
  
}
.shape5 a {
  	margin-top: 0px;
	display: block;
	float: left;
 	width: 122px;
	height: 120px;
  	background: url(images/shape_05.png) no-repeat 0 0;

}

.shape5 a:hover{  background-position: 0 -121px;
  float: left;
  cursor: pointer;
}

.shape5 span
{
  display: none;}
  
 .shape6 a {
  	margin-top: 0px;
	display: block;
	float: left;
 	width: 122px;
	height: 120px;
  	background: url(images/shape_06.png) no-repeat 0 0;

}

.shape6 a:hover{  background-position: 0 -121px;
  float: left;
  cursor: pointer;
}

.shape6 span
{
  display: none;
}
.shape7 a {
  	margin-top: 0px;
	display: block;
	float: left;
 	width: 122px;
	height: 120px;
  	background: url(images/shape_07.png) no-repeat 0 0;

}

.shape7 a:hover{  background-position: 0 -121px;
  float: left;
  cursor: pointer;
}

.shape7 span
{
  display: none;
 }
  
   .shape8 a {
  	margin-top: 0px;
	display: block;
	float: left;
 	width: 122px;
	height: 120px;
  	background: url(images/shape_08.png) no-repeat 0 0;

}

.shape8 a:hover{  background-position: 0 -121px;
  float: left;
  cursor: pointer;
}

.shape8 span
{
  display: none;
  
  
}

