@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/patterns/patterns_copy.1.jpg);
	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/patterns/small/BriocheTravScarf_sm.jpeg); 
    height: 65px; 
    width: 65px;
}
#container a.slideb {
	background: url(../images/patterns/small/clarinairene_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slidec {
	background: url(../images/patterns/small/blithe_front_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slided {
	background: url(../images/patterns/small/cloudchaser_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slidee {
	background: url(../images/patterns/small/BriocheTNeck_sm.jpeg); 
    height: 65px; 
    width: 65px;
}
#container a.slidef {
	background: url(../images/patterns/small/WAE_MismatchSock_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slideg {
	background: url(../images/patterns/small/Astrante_LL_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slideh {
	background: url(../images/patterns/small/WAE_BlueSockAd_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slidei {
	background: url(../images/patterns/small/Mountainclimbers_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slidej {
	background: url(../images/patterns/small/carlotta_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slidek {
	background: url(../images/patterns/small/Johannajack_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slidel {
	background: url(../images/patterns/small/butterflyshawl_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slidem {
	background: url(../images/patterns/small/mensdoublerice_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.sliden {
	background: url(../images/patterns/small/ravinia_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slideo {
	background: url(../images/patterns/small/babyslacecard_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slidep {
	background: url(../images/patterns/small/shapelycowl_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slideq {
	background: url(../images/patterns/small/wae_RedCabledScarf_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slider {
	background: url(../images/patterns/small/paseo_sm.jpg); 
    height: 65px; 
    width: 65px;
}
#container a.slides {
	background: url(../images/patterns/small/JFC_mindy_sm.jpeg); 
    height: 65px; 
    width: 65px;
}
#container a.slidet {
	background: url(../images/patterns/small/intw_tun__sm.jpg); 
    height: 65px; 
    width: 65px;
}




