@charset "UTF-8";
/* CSS Document */

	
/* root element for horizontal scrollables */

.scrollable {
	position: relative;
	overflow: visible;
	width: 677px;
	height: 432px;
}

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

/* single scrollable item */
.item {
	float: left;
	width: 677px;
	height: 469px;
}

/* main navigator */

#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#main_navi li {
	background-color:#333;
	border-top:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	list-style-type:none;
	padding:10px;
	width:190px;
	cursor:pointer;
}

#main_navi li:hover {
	background-color:#444;
}

#main_navi li.active {
	background-color:#555;
}

#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

#main div.navi {
	margin-left:250px;
	cursor:pointer;
}

/* this makes it possible to add next button beside scrollable */

.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons - SMALL portfolio */

a.browse {
	background:url(../images/portfolio/hori_large.png);
	background-repeat: no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	z-index: 10;
}

/* right */

a.right  {
	background-position: 0 -30px;
	z-index: 15;
	position: absolute;
	top: 200px;
}

a.right:hover { 
	background-position:-30px -30px;
}

a.right:active 	{ 
	background-position:-30px -30px;
} 

/* left */

a.left  {
	z-index: 10;
	top: 200px;
	background-image: url(../images/portfolio/hori_large.png);
	position: absolute;
} 

a.left:hover { 
	background-position:-30px 0px;
}

a.left:active  { 
	background-position:-30px 0px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* prev, next, prevPage and nextPage buttons - LARGE portfolio */

a.browse-LARGE {
	background:url(../images/portfolio/hori_large.png);
	background-repeat: no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	z-index: 10;
}

/* right */

a.right-LARGE  {
	background-position: 0 -30px;
	z-index: 15;
	position: absolute;
	top: 170px;
}

a.right-LARGE:hover { 
	background-position:-30px -30px;
}

a.right-LARGE:active 	{ 
	background-position:-30px -30px;
} 

/* left */

a.left-LARGE  {
	z-index: 10;
	top: 170px;
	background-image: url(../images/portfolio/hori_large.png);
	position: absolute;
} 

a.left-LARGE:hover { 
	background-position:-30px 0px;
}

a.left-LARGE:active  { 
	background-position:-30px 0px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* prev, next, prevPage and nextPage buttons - MEDIUM portfolio */

a.browse-MEDIUM {
	background:url(../images/portfolio/hori_large.png);
	background-repeat: no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	z-index: 10;
}

/* right */

a.right-MEDIUM  {
	background-position: 0 -30px;
	z-index: 15;
	position: absolute;
	top: 185px;
}

a.right-MEDIUM:hover { 
	background-position:-30px -30px;
}

a.right-MEDIUM:active 	{ 
	background-position:-30px -30px;
} 

/* left */

a.left-MEDIUM  {
	z-index: 10;
	top: 185px;
	background-image: url(../images/portfolio/hori_large.png);
	position: absolute;
} 

a.left-MEDIUM:hover { 
	background-position:-30px 0px;
}

a.left-MEDIUM:active  { 
	background-position:-30px 0px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/* prev, next, prevPage and nextPage buttons - BLANK portfolio */

a.browse-BLANK {
	background-repeat: no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	z-index: 10;
}

/* right */

a.right-BLANK  {
	background-position: 0 -30px;
	z-index: 15;
	position: absolute;
	top: 185px;
}

a.right-BLANK:hover { 
	background-position:-30px -30px;
}

a.right-BLANK:active 	{ 
	background-position:-30px -30px;
} 

/* left */

a.left-BLANK  {
	z-index: 10;
	top: 185px;
	position: absolute;
} 

a.left-BLANK:hover { 
	background-position:-30px 0px;
}

a.left-BLANK:active  { 
	background-position:-30px 0px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
 	
/* sub nav */

.navi {
	margin-left: 0px;
	width: 200px;
	height: 20px;
}

.navi a {
	width: 9px;
	height: 9px;
	float: left;
	margin: 2px;
	background: url(../images/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

.navi a:hover {
	background-position: 0 -9px;      
}

.navi a.active {
	background-position: 0 -18px;
}
