#slider1 img {
	width: 316px;
	height: 595px;
	display: inline-block;
	float: left;
	margin: 8px;
}

#slider1 img.wide {
	height: 316px;
	width: 595px;
	display: inline-block;
	float: left;
	margin: 8px;
}

#slider1 {
	font-family: Helvetica;
	text-align: center;
	width: 600px;
	top: 0;
	position: relative;
}

#sliderarea {
	width: 600px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	position: absolute;
	background-color: white;
	right: 60px;
	top: 30px;
	padding: 8px;
	border: 0 solid silver;
}

#my-pager {
	display: inline-block;
	float: none;
	clear: none;
	position: relative;
	text-align: center;
	width: 600px;
	padding: 8px;
	margin-top: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.pager-active {
	font-size: larger;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 4px 8px;
	background: lightblue;
	color: white;
}

#blurb
{
	float: left;
	word-spacing: 1px;
	text-align: left;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
}

#slider1 li p {
	font: 18px/32px Georgia, "Times New Roman", Times, serif;
}

#buynow {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#buynow img {
	border-style: none;
}

#slider1 p {
	text-align: left;
	line-height: 22px;
	font-size: 18px;
	margin: 8px 8px 16px;
}

#slider1 h3 {
	font-size: 24px;
	text-align: left;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: lightblue;
}

#leader {
	left: 60px;
	position: absolute;
	display: inline-block;
	float: left;
	top: 30px;
	width: 200px;
	text-align: center;
}

#leader img {
	text-align: center;
}

.pageitem {
	display: inline;
	font-size: larger;
	margin: 8px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.pageitem a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/*#icon {
	display: inline-block;
	float: left;
	margin-bottom: 16px;
}*/

a {
	text-decoration: none;
	color: black;
}

#social {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	padding: 4px;
	margin-left: 0;
}

#social a {
	margin: 4px;
}

.like {
	display: inline-block;
	float: none;
	clear: none;
	width: 60px;
}