/* This is to lay out thumbs in the sidebar */
.sidepicbox {
/*	float: left;
	width: 264px; */
	padding: 10px 0 10px 0px;
}
.sidepic {
	margin-bottom: 20px;
	padding: 0 0 0 0px;
	text-align: center;  
}
.ulouter {
	width: 100%;
	overflow: hidden;
}
.ul50 {
	position: relative;
	float: left;
	
}
#sidepics {
/*	width: 100%;
	overflow: hidden;*/
	float: Right; 
	position: relative;
	left: -50%
	text-align: left;
}
#sidepics ul {
	list-style: none;
	position: relative;
	left: 50%
}

#sidepics li { 
	float: left;
	position: relative;
}