/* Thumbnail Slider
 * Spiral Designs 2008
 */
  
#thumbnailsViewport {
/*new*/
margin:0;
padding:13px;
width: 430px;
/*new end*/
	/*width: 400px; */
}

#thumbnailsViewport #photoList li {
/*new*/
margin:0;
padding:0;
width: 60px;
/*new end*/
	/*width: 40px;
	height: 40px;*/ 
}

/** DO NOT EDIT BELOW THIS LINE **/
#thumbnailsViewport {
	position: relative;
	overflow: auto;
	margin:0 auto;
}

#thumbnailsSlider {
	margin:0px auto;
	position:relative; 
}

#thumbnailsViewport ul#photoList {
	width:436px;
	position:relative;
	z-index:1; 
	margin:0;
	padding:0;
}

#thumbnailsViewport #photoList li {
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:center;
	margin:0;
	padding:0;
	width:86px;
	height:68px;
	background-color:#FCC;
}

