div#content {
	background-image: none;
	padding: 0;
	margin: 0;
	}

div#sshots {
	padding: 10px 30px 0 30px;
	overflow: hidden;

	}

div.rowwrapper {
	overflow: hidden;
	width: 684px;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CDCDCD;
	}

div.sshot {
	width: 151px;
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	}

div.sshot h2 {
	height: 3.0em;
	padding: 0;
	margin: 3px 0 5px 0;
	}
div.sshot p {
	text-align: left;
	padding: 5px 0 0 0;
	margin: 0;
	}

div#more {
	width: 600px;
	padding: 0 70px 40px 70px;
	text-align: center;


	}

div#more div {
	text-align: center;
	width: 50%;
	float: left;


	}
a#next, a#prev {
	color: #00A;
	}
#next {
	width: 25%;
	display: block;
	float: left;
	text-align: left;
	}

#prev {
	width: 25%;
	display: block;
	float: left;
	text-align: right;
	}

span#prev {
	color: #AAA;
	}

span#next {
	color: #AAA;
	}

/* -=FONTS=--------------------------------------- */

div.sshot h2 {
	font-size: 85%;
	color: #9a0002;
	}
div.sshot p {
	font-size: 77%;
	}

div#more {
	font-size: 107%;
	font-weight: bold;
	color: #9a0002;
	}
div#more a {

	text-decoration: none;
	}
div#more a:hover {
	color: #9a0002;
	text-decoration: underline;
	}