.show{
	font-weight: normal;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
        padding-top:5px;

	}
.exp, .hide{
    cursor: pointer;
}
.more{
	position: absolute;
	background-color: #E7E0D3;
	width: 200px;
	padding-top:20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	display: none;
}
.index{
 background-image:url(/public/images/logo2.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.index:hover{
 background-image:url(/public/images/logo2hover.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  /*outline: 2px solid red;*/
}
.index-active{
  background-image:url(/public/images/logo2hover.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}

.newslink{
  background-image:url(/public/images/menu/news3_en.png);
  background-repeat:no-repeat;
  width:141px;
  height:42px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 38px;
}

/**/
.newslink:hover{
  background-image:url(/public/images/menu/news3_en_hover.png);
  background-repeat:no-repeat;
  width:141px;
  height:42px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 38px;
}
.newslink-active{
  background-image:url(/public/images/menu/news3_en_hover.png);
  background-repeat:no-repeat;
  width:141px;
  height:42px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 38px;
}

.about{
  background-image:url(/public/images/menu/o_nas3_en.png);
  background-repeat:no-repeat;

  width: 165px;
  height: 32px;
  margin-left: 26px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}

.about:hover{
  background-image:url(/public/images/menu/o_nas3_en_hover.png);
  background-repeat:no-repeat;

  width: 165px;
  height: 32px;
  margin-left: 26px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.about-active{
  background-image:url(/public/images/menu/o_nas3_en_hover.png);
  background-repeat:no-repeat;

  width: 165px;
  height: 32px;
  margin-left: 26px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio{
  background-image:url(/public/images/menu/portfolia3_en.png);
  background-repeat:no-repeat;
  width:325px;
  height:49px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio:hover{
  background-image:url(/public/images/menu/portfolia3_en_hover.png);
  background-repeat:no-repeat;
  width:325px;
  height:49px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio-active{
  background-image:url(/public/images/menu/portfolia3_en_hover.png);
  background-repeat:no-repeat;
  width:325px;
  height:49px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.ilustrators{
 background-image:url(/public/images/menu/illustrators3_en.png);
  background-repeat:no-repeat;
  width:302px;
  height:39px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 9px;
}
.ilustrators:hover{
 background-image:url(/public/images/menu/illustrators3_en_hover.png);
  background-repeat:no-repeat;
   width:302px;
  height:39px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 9px;
}
.ilustrators-active{
 background-image:url(/public/images/menu/illustrators3_en_hover.png);
  background-repeat:no-repeat;
   width:302px;
  height:39px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 9px;
}
.photographers{
 background-image:url(/public/images/menu/photographers3_en.png);
  background-repeat:no-repeat;
  width:210px;
  height:26px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.photographers:hover{
 background-image:url(/public/images/menu/photographers3_en_hover.png);
  background-repeat:no-repeat;
  width:210px;
  height:26px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.photographers-active{
 background-image:url(/public/images/menu/photographers3_en_hover.png);
  background-repeat:no-repeat;
  width:210px;
  height:26px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.none{
	display: none;
}