/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

.slider-wrapper { 
	margin: 20px auto;
	width: 357px;
	height: 450px;
}

.slider-wrapper img{
	margin: auto;
	display: block;
}

#gallery {
	height: 490px;
	width: 490px;
	display: block;
	margin: auto;
}
.thumb {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999;
	text-align: center;
	float: left;
	height: 150px;
	width: 120px;
	display: block;
	margin-right: 50px;
}
.thumbend {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999;
	text-align: center;
	float: left;
	height: 150px;
	width: 120px;
}
.thumbend img {
	display: block;
	margin-bottom: 8px;
}
.thumb img {
	margin-bottom: 8px;
	display: block;
}

#toprow {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top: 50px;
	height: 150px;
}
#bottomrow {
	display: block;
	clear: both;
	width: 460px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}

/* to style while page loads */
#slider {
	background-image: url(../Images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#wrapper {
	display: block;
	height: 480px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#gallerywrapper {
	display: block;
	height: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCC;
}




/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #999;
	display: block;
	height: 40px;
	width: 160px;
	text-align: center;
	float: left;
}
#links {
	height: auto;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#contact {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #999;
	display: block;
	float: left;
	height: 40px;
	width: 180px;
	text-align: center;
}
#footer p {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #999;
	font-weight: bold;
}
#menu p {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	height: 40px;
	text-align: center;
}
#copyright {
	text-align: center;
	font-size: 10px;
	clear: both;
}
