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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/** end reset **/

.cb {
  clear:both;
  height:1px;
  overflow:hidden;
}



body{
	font-family: helvetica, impact, times;
	text-align:center;
  background: #eee;
}

img{
	border:0;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  background: #eee;
  text-decoration: underline;
}

#container {
  width: 900px;
  margin: 4px auto;
  background: #ccc;
  padding: 0 20px;
}

.home-index .links {
  padding: 200px 0;
}
.home-index .links a {
  text-decoration: none;
  border: 1px solid #eee;
  padding: 10px 6px;
}
.home-index .links a:hover {
  border: 1px solid #ccc;
  background: #eee;
}


.header {
  padding: 6px 0;
  font-size: 22px;
}

.footer{
  font-size: 12px;
  text-align: right;
}

ul.category-menu {
  overflow: hidden;
  position: absolute;
  width: 260px;
  font-size: 14px;
  color: #bbb;
  z-index: 1000;
}

ul.category-menu li {
  text-align: left;
  background: #ccc;
}
ul.category-menu li a{
  padding: 2px;
  width: 256px;
  display: block;
}

.galleria_container {
  height: 382px;
  padding: 20px 0;
  margin-bottom: 10px;
  background: #000;
}

.ad-image-description {
  color: #fff;
}

.ad-gallery .ad-nav {
  margin-top: 4px;
}

.ad-gallery .black-wrap {
  padding: 10px 0;
  background: #000;
}

.home-index {
  color: #fff;
  background: #000;
}

.home-index a{
  color: #fff;
}
.home-index a:hover{
  color: #000;
}
.home-index #container{
  background: #000;
}

a.root {
  text-decoration: none;
}

a.root:hover {
  background: none;
  text-decoration: underline;
}


.ad-gallery .ad-image-wrapper .ad-image-description {
  background: none;
  color:#fff;
  padding:7px;
  right: 0;
  position:absolute;
  text-align:right;
  width:100%;
  font-size: 10px;
  font-size: 10px;
  text-align: left;
}

.ad-gallery .ad-image-wrapper .ad-image-description .ad-description-title {
  float: right;
}

.ad-controls {
  display: none;
}

.image-name{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 10px;
}