* {  margin: 0; 
	padding: 0; }
	
html, body {
	height:100%;
}	

body { 
	padding: 0;
	margin: 0;
	text-align: center;
	font: 0.8em Arial, Helvetica, Sans-Serif; 
	background: #f8f8f8;
	color: #000;
	}
	
a {
	color: #a62e60;
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}

#jsoff {
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #000;
	}
	
	
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-250px; 
	float:left;
	}
	
		
#content { 
	position:relative;
	text-align:left;
	height: 500px;
	width: 950px;
	margin: 0 auto;
	background: transparent;
	clear:left;
	}
	
	
#artpress { 
	width: 225px;
	float: left;
	}
	
#portfolio { 
	width: 720px;
	float: right;
	position: relative;
	margin: 40px 0 0 0;
	}
	

.linky a{
	margin: 0 0 0 120px;
	padding: 5px 10px 5px 10px;
	width: 450px;
	height: 300px;
	position: absolute;
	top: 45px;
	font-size: 1em;
	font-weight: bold;
	z-index: 1000;
}


div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 700px;	 
	height:400px;	
	
}


#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}




#thumbs div {
	float:left;
	width:700px;
	height:400px;
	color:#000;
}


#thumbs div.active {
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-size:13px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
	
	
div.scrollable {
	float:left;		
}


.prev {
	position:absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
}

a.prev, a.prevPage  {
	display:block;
	width:50px;
	height:400px;
	background:url(img/goleft.png) no-repeat;
	float:left;
	cursor:pointer;
}

.next {
	position:absolute; 
	top: 0; 
	left: 660px;
	z-index: 1; 
}

a.next, a.nextPage {
	clear: right;
	display:block;
	width:50px;
	height:400px;
	background:url(img/goright.png) no-repeat;
	float:left;
	cursor:pointer;
}


a.disabled {
	background:url(img/disabled.png) no-repeat; 
	cursor:default;
}


div.navi {
	margin-left:300px;
	width:150px;
	height:14px;
}

div.navi a {
	width:14px;
	height:14px;
	float:left;
	margin:15px 0 0 10px;
	background:url(img/navigator.gif) no-repeat;     
	cursor:pointer;	
}

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

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