@charset "UTF-8";
/* CSS Document */




/* ======= content styles for yarns page photo grid and disjointed roll-over ======= */

/* The containing box for the gallery. */
#container {
	position: relative;
	width: 630px;
	height: 400px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/colors/color_copy.gif);
	background-repeat: no-repeat;
	background-position: 320px 6px;
}
/* Removing the list bullets and indentation */
#container ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
/* set the size of the unordered list to neatly house the thumbnails */
	width: 308px;
	height: 385px;
/* move the thumbnails into the correct position */
	float: left;
}
#container li {
	float: left;
}


/* Remove the images and text from sight */
#container a.gallery span {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 6px;
	left: 320px;
	overflow: hidden;
	background: #fff;
}

/* styling the :hover span */
#container a.gallery:hover span {
	position: absolute;
	width: 300px;
	height: 370px;
	top: 6px;
	left: 320px;
}


/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
	display: block;
	color: #000;
	text-decoration: none;
	border: 0;
	margin: 6px;
	cursor: default;
}
#container a.slidea {
	background: url(../images/yarns/small/01_ssock_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slideb {
	background: url(../images/yarns/small/02_ssport_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidec {
	background: url(../images/yarns/small/03_sworst_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slided {
	background: url(../images/yarns/small/04_sbulky_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidee {
	background: url(../images/yarns/small/05_solemate_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidef {
	background: url(../images/yarns/small/06_helenslace_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slideg {
	background: url(../images/yarns/small/07_heaven_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slideh {
	background: url(../images/yarns/small/08_pearl_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidei {
	background: url(../images/yarns/small/09_honor_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidej {
	background: url(../images/yarns/small/10_grace_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidek {
	background: url(../images/yarns/small/11_glory_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidel {
	background: url(../images/yarns/small/12_angel_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidem {
	background: url(../images/yarns/small/13_bullandbutt_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.sliden {
	background: url(../images/yarns/small/14_fisherman_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slideo {
	background: url(../images/yarns/small/15_lionlamb_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidep {
	background: url(../images/yarns/small/16_revelation_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slideq {
	background: url(../images/common/spacer.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slider {
	background: url(../images/common/spacer.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slides {
	background: url(../images/yarns/small/17_wooltop_sm.gif); 
    height: 65px; 
    width: 65px;
}
#container a.slidet {
	background: url(../images/yarns/small/18_shepwooltop_sm.gif); 
    height: 65px; 
    width: 65px;
}




