@charset "UTF-8";
/* CSS Document */
/* css to be used on all portfolio pages to format the viewing */
	#folioimage {
	width: 380px;
	height: auto;
	float:left;
	}
	
	
img.displayed {
	display: block;
	margin-left:auto;
	margin-right:auto;
	}


	
	/* foliodesc = portfolio desciption, or the description to the main image on the content box */
	
	#foliodesc{
	float:right;
	width:140px;
	padding-left:10px;
	}
	
	
	/*
	
#foliodesc{
	float:right;
	width:140px;
	margin-right:50px;
	}*/
	
	/*thumbnail attributes for the portfolio description sidebar*/

/*#thumbs {
	position:absolute;
}

#foliothumbs {
	display:inline;
}

#foliothumbs li {
	display:inline;
}

#foliothumbs li a  {
    display:block;
    float:left;
    height:40px;
    margin-right:10px;
}

#foliothumbs li a .button {
    display:inline;
    float:left;
    height:40px;
    padding:0;
}

#foliothumbs li a:hover {
	border:none
}

#foliothumbs li a:hover .button {
	border:none
}

#foliothumbs a .text, #foliothumbs a .icon {
	display:none;
}


#foliothumbs a:hover .icon {
	display:block;
	position:absolute;
	height:20px;
	top:190px;
	left:320px;
}


#foliothumbs li a  {
    display:block;
    float:left;
    height:40px;
    margin-right:10px;
}

#foliothumbs li a .button {
    display:inline;
    float:left;
    height:40px;
    padding:0;
}

#foliothumbs li a:hover {
	border:none
}

#foliothumbs li a:hover .button {
	border:none
}

#foliothumbs a .icon {
	display:none;
}


#foliothumbs a:hover .icon {
	display:block;
	position:absolute;
}*/
