.show{
	font-weight: normal;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;

	}
.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/logo.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.index:hover{
 background-image:url(/public/images/logo_hover.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.index-active{
  background-image:url(/public/images/logo_hover.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.about{
  background-image:url(/public/images/menu/o_nas.png);
  background-repeat:no-repeat;
  width:155px;
  height:47px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}

.about:hover{
  background-image:url(/public/images/menu/o_nas_hover.png);
  background-repeat:no-repeat;
  width:155px;
  height:47px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.about-active{
  background-image:url(/public/images/menu/o_nas_hover.png);
  background-repeat:no-repeat;
  width:155px;
  height:47px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio{
  background-image:url(/public/images/menu/portfolia.png);
  background-repeat:no-repeat;
  width:454px;
  height:65px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio:hover{
  background-image:url(/public/images/menu/portfolia_hover.png);
  background-repeat:no-repeat;
  width:454px;
  height:65px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio-active{
  background-image:url(/public/images/menu/portfolia_hover.png);
  background-repeat:no-repeat;
  width:454px;
  height:65px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.ilustrators{
 background-image:url(/public/images/menu/ilustratorzy.png);
  background-repeat:no-repeat;
  width:389px;
  height:54px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.ilustrators:hover{
 background-image:url(/public/images/menu/ilustratorzy_hover.png);
  background-repeat:no-repeat;
   width:389px;
  height:54px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.ilustrators-active{
 background-image:url(/public/images/menu/ilustratorzy_hover.png);
  background-repeat:no-repeat;
   width:389px;
  height:54px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.photographers{
 background-image:url(/public/images/menu/photographers.png);
  background-repeat:no-repeat;
  width:378px;
  height:55px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.photographers:hover{
 background-image:url(/public/images/menu/photographers_hover.png);
  background-repeat:no-repeat;
  width:378px;
  height:55px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.photographers-active{
 background-image:url(/public/images/menu/photographers_hover.png);
  background-repeat:no-repeat;
  width:378px;
  height:55px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.none{
	display: none;
}