#picsholder {
	width : auto;
	width : 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#content #right #picsholder ul {

}

#content #right #picsholder ul li {
  display : inline; 
}

#content #right #picsholder ul a {
	display : block;
	float : left;
	border : 0px solid #37C6F4;
	text-decoration : none;
	width : 125px;
	height : 125px;
	cursor : pointer;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content #right #picsholder ul a:hover {
	border : 0px solid #8CC63F;
}
#content #right #picsholder ul a:active {
	width : 320px;
	height : 300px;
	position : absolute;
	left: 354px;
	top: 0px;
	text-align: center;
	background-color: #FFFFFF;
	outline: none;
}
#content #right #picsholder ul a:focus {
	width : 320px;
	height : 300px;
	position : absolute;
	left: 354px;
	top: 0px;
	text-align: center;
	background-color: #FFFFFF;
	outline: none;
}
#firstpic {
	border: 0px solid #37C6F4;
	background-repeat: no-repeat;
	height: 300px;
	width: 320px;
	margin-bottom: 10px;
}
#content #right #picsholder p {
	padding-right: 10px;
	padding-left: 23px;
}

