/* Thumbnail Slider
 * Spiral Designs 2008
 */
  
#thumbnailsViewport {
	width: 365px; 
}

#thumbnailsViewport #photoList li {
	width: 95px;
	height: 88px; 
}
#left_arrow {
	float: left;
	position: relative;
	height: 95px;
	width: 26px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: visible;
	visibility: visible;
	z-index: 2;
	top: 10px;
	left: 5px;
}
#right_arrow {
	float: left;
	position: absolute;
	height: 96px;
	width: 26px;
	padding-left: 15px;
	top: 10px;
	overflow: visible;
	visibility: visible;
	z-index: 5;
	left: 395px;
	top:27px;
}

/** DO NOT EDIT BELOW THIS LINE **/
#thumbnailsViewport {
	position: relative;
	overflow: hidden;
	margin: 0;
	float:left;
	clear:right;
}

#thumbnailsSlider {
	margin:0px auto;
	position:relative; 
}

#thumbnailsViewport ul#photoList {
	width:10000000px;
	position:relative;
	z-index:1; 
	margin:0px;
	padding:0px;
}

#thumbnailsViewport #photoList li {
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:center;
	margin:0;
	padding:0px;
}
/**the second slider**/
#thumbnailsViewport1 {
	position: relative;
	overflow: hidden;
	margin: 0;
	float:left;
	clear:right;
}

#thumbnailsSlider1 {
	margin:0px auto;
	position:relative; 
}
#thumbnailsViewport1 ul#photoList1 {
	width:10000000px;
	position:relative;
	z-index:1; 
	margin:0px;
	padding:0px;
}
#thumbnailsViewport1 #photoList1 li.v {
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:center;
	margin:0;
	padding:0px;
}
#left_arrow1 {
	float: left;
	position: relative;
	height: 95px;
	width: 26px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: visible;
	visibility: visible;
	z-index: 2;
	top: 10px;
	left: 5px;
}
#right_arrow1 {
	float: left;
	position: absolute;
	height: 96px;
	width: 26px;
	padding-left: 15px;
	top: 10px;
	overflow: visible;
	visibility: visible;
	z-index: 5;
	left: 395px;
	top:27px;
}
#thumbnailsViewport1 {
	width: 365px; 
}

#thumbnailsViewport1 #photoList1 li.v {
	width: 95px;
	height: 88px; 
}
