/* -------------------------- */
/* Horizontal Sliding Gallery
/* -------------------------- */

#galleryh 
{
	padding:0; 
	margin:0 auto 5em auto; 
	list-style-type:none; 
	overflow:hidden; 
	width:584px; 
	height:350px; 
	background-repeat:no-repeat; 
}

#galleryh li { float:left; }

#galleryh li p
{
position:absolute;
color: #7B5F77;
background:#AFAFAF;
display:none;
width:4100px;
top:580px;
border:1px;
font: normal 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#galleryh li:hover p { display:block; }

#galleryh li a 
{
	display:block; 
	height:350px; width:28px; 
	float:left; 
	text-decoration:none; 
	border-right:1px solid #fff; 
	cursor:default; 
}
#galleryh li a img { width:28px; height:350px; border:0; }
#galleryh li a:hover { background:#eee; width:360px; }
#galleryh li a:hover img { width:360px; }


#galleryh li a img.defaultimage { width:360px; height:350px; border:0; }
#galleryh li a:hover img.defaultimage { width:360px; height:350px;}
#galleryh a.default { width:360px; height:350px; border:0; }

/* -------------------------- */
/* IE 5.0 Gallery
/* -------------------------- */
#galleryie
{
	border-right: #888 1px solid;
	padding-right: 0px;
	border-top: #888 1px solid;
	padding-left: 0px;
	background: url(../printfabricarchive/images/win_backh.gif) #fff;
	padding-bottom: 0px;
	margin: 0px auto;
	overflow: hidden;
	border-left: #888 1px solid;
	width: 895px;
	padding-top: 0px;
	border-bottom: #888 1px solid;
	list-style-type: none;
	height: 270px;
}

#galleryie li { float:left; }

#galleryie li a 
{
	display:block; 
	height:240px; width:28px; 
	overflow:hidden; 
	float:left; 
	text-decoration:none; 
	border-right:1px solid #fff; 
	cursor:default; 
}

#galleryie li a img {border:0;}

#galleryie li a:hover { background:#eee; width:320px; }

