#portfoliomain {

margin: 0 auto 0 auto;
position:relative;
float:left;
}


/*first page thumbnails*/
.mainthumbs 
{
	/*background: #c7c697;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;*/
	display: inline;
	text-align: center;
	float: left;
	width: 106px;
	height: 130px;
	margin: 0px 7px 5px 10px;
	padding: 4px;
	position: relative;
	
}

.mainthumbs img
{
	background: url("../images/bg_paperback.jpg") repeat;
	border-color: #ebe2c9;
	border-style: solid;
	border-width: 3px;
	padding: 6px;
	width: 100px;
	/*height: 75px;*/ /* images have variable heights */
	display: block;
}



.mainthumbsmall   /*second page thumbnails*/
{
	/*background: #979775;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;*/
	display: inline;
	text-align: center;
	float: left;
	width: 106px;
	height: 130px;
	margin: 0px 7px 5px 10px;
	padding: 4px;
	position: relative;
	
}

.mainthumbsmall img
{
	
	background: url("../images/bg_paperback.jpg") repeat;
	border-color: #ebe2c9;
	border-style: solid;
	border-width: 3px;
	padding: 6px;
	width: 100px;
	/*height: 67px;*/ /* images have variable heights */
	
}

.mainthumbs a:link, .mainthumbs a:active, .mainthumbs a:visited,
.mainthumbsmall a:link, .mainthumbsmall a:active, .mainthumbsmall a:visited

{color: #685806; text-decoration:none; padding: 0 10px 0 10px;}


.mainthumbs a:hover, .mainthumbsmall a:hover  {color: #0066cc;}