#second_slidemenu{
	background:url(../img/bg_slidemenu_protofolio.jpg) repeat;
	width:187px;
	height:100%;
	position:absolute;
	left:180px;
	top:0;
	z-index:20;
	display: none;
}
#portofoliomenu{
width:187px;
height:100%;
background:url(../img/bg_menu_portofolio.jpg) no-repeat;
padding:6px 0 0 0;
z-index:21;
display: none;
}
#portofoliomenu ul {
	color:#00FF33;
	padding:0px;
	margin:0px;	
}
#content{
display:none;
}	
#left_arrow{
position:absolute;
left:368px;
top:50%;
height:74px;
width:50px;
margin:-37px 0 0 0;
background: url(../left_arrow.png);
}

#left_arrow a:link, #left_arrow a:visited{
background:url(../left_arrow.png);
}
#left_arrow:hover, #left_arrow:focus, #left_arrow:active{
background:url(../left_arrow_down.png);
}

#right_arrow{
position:absolute;
right:0px;
top:50%;
height:74px;
width:50px;
margin:-37px 0 0 0;
}


#gallery{
border:1px solid #00FF00;
position:absolute;
overflow:hidden;
width:2000em;
}
.item{
width:201px;
height:151px;
margin:0 13px 22px 13px;
float:left;
}
.group_item{
border:1px solid #FF3300;
overflow:hidden;
float:left;
margin:0 201px 0 0;
}

