/* 
 * styles.css
 *
 * @author: Chopping Block (choppinblock.com)
 *
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-width:1280px;
	margin:0 auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Your styles go here */

.gh {
	padding:30px;
	margin:0 0 0 0;
	font-size:2.5em;
	color:#ffffff;
	font-family:helvetica;
	background-color:#000000;
	text-align:center;
	
}

#images {
	background-color:#f0f0f0;
	text-align:center;
	padding:80px 0 15px 0;
}

.buttons {
	background-color:#8a8a8a;
	color:#fff;
	font-family:helvetica;
	font-size:1.5em;
	padding:10px;
	text-align:center;
}

#previous {
	padding:10px 10px 10px 10px;
}

#next {
	padding:10px 10px 10px 10px;
}

#previous:hover {
	background-color:#696969;
	color:;
}

#next:hover {
	background-color:#696969;
	color:;
}

#thumbnails img {
	width:125px;
	background-color:#f0f0f0;
	
}

#thumbnails {
	background-color:#dddddd;
	text-align: center;
	padding:15px 0 15px 0;
}














