@charset "utf-8";
/* CSS Document */
.page-item-234 a {
border-left:2px solid #9e804b;
border-top:2px solid #9e804b;
border-bottom:2px solid #fff;
border-right:2px solid #fff;
background:#ddd493;
padding:6px 16px;
}
#main {
	position:relative;
	overflow:hidden;
	height: 270px;
	top:-60px;
}

/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}

/* single page */
.page {
	padding:10px;
	height: 270px;
	width:880px;
	position:relative;
}
.info {
width:370px;
position:absolute;
top:90px;
left:510px;
}
.info em {
font-size:10px;
font-style:normal;
}
/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 480px;
	height: 230px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.items li{
	float:left;
	cursor:pointer;
	width:480px;
	height:230px;
	padding:0px;
	list-style:none;
	margin:0;
}

#main div.navi {
	width:260px;
	height:20px;
	background:url(images/port_img_shade.jpg) no-repeat;
	clear:both;
	padding:15px 0 0 220px;
}
div.navi a {
	width:9px;
	height:9px;
	float:left;
	margin:3px;
	background:url(images/port_img_nav.gif) no-repeat bottom left;
	display:block;
	font-size:1px;	
	cursor:pointer;

}

/* mouseover state */
div.navi a:hover, div.navi a.active {
	background-position:top left;      
}

a.browse {
cursor:pointer;
position:absolute;
top:90px;
text-indent:-999px;
overflow:hidden;
width:26px;
height:26px;
background:url(images/port_left_nav.gif) no-repeat bottom left;
}
a:hover.browse {
background-position:top left;
}
a.prevPage {
left:0;
}
a.nextPage {
right:0;
background:url(images/port_right_nav.gif) no-repeat bottom left;
}
.portWraper {
position:relative;
width:920px;
padding:0 0 0 40px;
margin:0 auto -60px auto;
}
.lowerGrunge {
height:100px;
}
