
/*-----[ 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: baseline;
}

body
{
  line-height: 1;
}

ol, ul
{
  list-style: none;
}

blockquote, q
{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
  content: none;
}

img
{
  border-style: none;
}

/* 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;
  border-style: none;
}

th, td, tr
{
  border-style: none;
}



/*-----[ core ]-----------------------------------------------------------------
*/
body
{
  padding: 10px;
  color: #ddd;
  font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}


/*----------[ typography ]------------------------------------------------------
*/
a
{
  color: #bbb;
  font-weight: bold;
  text-decoration: none;
}

p 
{ 
  margin-bottom: 1.0em; 
  line-height: 1.5em; 
  font-size: 0.9em;
}

h1, h2, h3
{ 
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  font-family: "Trebuchet MS", "Verdana", sans-serif;
}

h1 
{ 
  font-size: 2.2em; 
}

h1 a 
{ 
  color:#fff; 
  text-decoration: none; 
}

h1 em
{ 
  color: #999; 
  font-style: normal; 
}


/*-----[ layout ]---------------------------------------------------------------
*/
/*
#header
{
  position: fixed;
}
*/

#images 
{
  margin-top: 40px;
  width: 100%;
/*
  overflow-x: scroll;
  overflow-y: none;
*/
  white-space: nowrap;
  height: 520px;
}

#images img
{
  margin: 0 0 -15px 0;
  padding: 0;
  height: 500px;
}

/*-----[ content ]--------------------------------------------------------------
*/
.group:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.reset
{
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 1px;
  font-size: 0px;
}


