.galleryicon {
	position:relative;
	float:left;
	width:140px;
	height:125px;
	margin:10px;
}

.galleryicon img {
	width:140px;
	height:125px;
}

.page_four {
	position:relative;
	float:left;
	width:140px;
	height:125px;
	margin:10px;
}

.page_four img {
	width:140px;
	height:125px;
}

#detail_breadcrumb_home {
	color:#FFFFFF;
	font-size:9pt;
	margin-bottom:12px;
}

#detail_breadcrumbs span {
	color:#FFFFFF;
	font-size:10pt;
}

#detail_breadcrumbs {
	color:#919090;
	font-size:9pt;
	margin-bottom:12px;
}

#mininav {
	text-align:center;
	margin-top:20px;
	width:440px;
}

.navbutton {
	position:relative;
	float:left;
	margin:0px auto 0px auto;
	width:100px;
	height:25px;
	margin-left:5px;
	margin-right:5px;
	border-color:#FFF;
}

#pagination {
	position:relative;
	text-align:center;
	margin-top:20px;
}

#pagination ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
	
#pagination ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#pagination a {
	height:30px !important;
	overflow:hidden;
	padding:0;
	}
	

	
#first a {
	background:transparent url(../images/pagination.gif) 0 0;
	position:absolute;
	width:76px;
	left:0px;
	top:-6px;
	}
	
#first a:hover {
	background-position:0 -30px;
	text-decoration:none;

	}
	
#first a:active, #first a.selected {
	background-position:0 -30px;
	}	
	
#first a.dead {
	background-position:0 -60px;
	}	
	
#previous a {
	background:transparent url(../images/pagination.gif) -76px 0;
	position:absolute;
	width:96px;
	left:93px;
	top:-6px;
	}
	
#previous a:hover {
	background-position:-76px -30px;
	text-decoration:none;
	}
	
#previous a:active, #previous a.selected {
	background-position:-76px -30px;
	}	
	
#previous a.dead {
	background-position:-76px  -60px;
	}		
	
#next a {
	background:transparent url(../images/pagination.gif) -172px 0;
	position:absolute;
	width:96px;
	left:450px;
	top:-6px;
	}
	
#next a:hover {
	background-position:-172px -30px;
	text-decoration:none;
	}
	
#next a:active, #next a.selected {
	background-position:-172px -30px;
	}	
	
#next a.dead {
	background-position:-172px -60px;
	}		
	
#last a {
	background:transparent url(../images/pagination.gif) -268px 0;
	position:absolute;
	width:76px;
	left:564px;
	top:-6px;
	}
	
#last a:hover {
	background-position:-268px -30px;
	text-decoration:none;
	}
	
#last a:active, #last a.selected {
	background-position:-268px -30px;
	}	
	
#last a.dead {
	background-position:-268px -60px;
	}	