/* RESET */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: top;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {   outline: none !important; text-decoration:none;}

/* END RESET */
body
{
	font-family:arial,verdana;
	color:#000;
}
#page
{
	width:900px;
	height:738px;
	/*		position: absolute; 
			top: 50%;
			left: 50%;
			margin-left: -450px;
			margin-top:  -369px;*/
	margin:0 auto;
}
#header
{
	text-align:left;
	padding-bottom:15px;
	padding-top:20px;
	height:55px;
}
#header a
{
	text-decoration:none;
	color: #000 !important;
	font-weight:bold;
	font-size:14px;
	padding-top:45px;
}

#content
{
	position:relative;
	width:900px;
	height:600px;
}
#slideshow
{
	width:100%;
	height:600px;
	overflow:hidden;
}
#footer
{
	font-weight:bold;
	margin-top:15px;
	font-size:12px;
	height:30px;
}
#footer a
{
	text-decoration:none;
	color: #000 !important;
	font-weight:bold;
}
.slideshow_nav_wrapper
{
	position:absolute;
	right:0px;
	bottom:-25px;
	z-index:999;
}
.slideshow_nav_wrapper ul
{
	list-style-type:none;
}
.slideshow_nav_wrapper ul li
{
	float:left;
	padding-left:10px;
}
.slideshow_nav_wrapper ul li a
{
	display:block;
	width:11px;
	height:11px;
	text-indent: -9000px;
	background: url("img/dots.png") no-repeat center top transparent;
}
.slideshow_nav_wrapper ul li.activeSlide a
{
	background: url("img/dots.png") no-repeat center bottom transparent;
}

#facebook-content {
    background: url("img/facebook_content_bg.png") no-repeat scroll 0 0 transparent;
    bottom: 250px;
    height: 446px;
    left: -292px;
    padding-top: 7px;
    position: fixed;
    text-align: left;
    width: 330px;
    z-index: 99;
}