#parent {
width:600px;
}
#parent2 {
width:600px;
}
#cover {
position: relative 0 0;
float: left;
height: 240px;
width: 240px;
background: #fff url(../cdstore/magnifyingglass.jpg) no-repeat bottom right;
padding-bottom:42px;
}
a:link{
color:white;
}
a:visited{
color:white;
}
strong{
color:#006600;
}
form{
padding:0px;
margin:0px;
}

p.thumbsrow {
min-height:96px;
width: 500px;
color:black;
border: 1px solid green;
}


#featured {
position: relative 0 0;
float: right;
overflow:hidden;
height: 280px;
width: 300px;
}
p.featured {
font:75%;
}

#thumbnails {
position: relative 0 0;
width: 600px;
float:left;
}

	#thumbnails ul{
	padding:0px;
	margin:0px;
	float:left;
	width:600px;
	height:100px;
	/*overflow:hidden;*/
	}
	
	#thumbnails ul{
	padding-top:20px;
	height:relative;
	min-height:1800px;
	}
	
	#thumbnails li{
	padding:0px;
	margin:0px;
	overflow:hidden;
	display:inline;
	}

	#thumbnails img{
	padding-right:20px;
	width:96px;
	height:96px;
	z-index: 1;
	}
	#thumbnails a img{
	border:none;
	}
	#thumbnails a{
	z-index: 0;
	}


