/*
© 2009 ROBO Design
http://www.robodesign.ro/
*/

/* Gallery list */

#gallery-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#gallery-list a { text-decoration: none }

#gallery-list li {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 152px;
	opacity: 0.85;
}

#gallery-list li:hover, #gallery-list li:focus { opacity: 1 }

#gallery-list img { vertical-align: middle }

#gallery-atom {
	padding: 0;
	margin: 0 0 10px 0;
	text-indent: 0;
	text-align: right;
}

#gallery-atom a {
	background: url("../images/feed-icon-16x16.png") top right no-repeat;
	padding-right: 20px;
	color: #996;
	text-decoration: none;
}

#gallery-atom a:hover, #gallery-atom a:focus { color: #000 }

/* Gallery image view */

#gallery-image {
	text-align: center;
	margin: 0;
}

#gallery-image img { border: 1px solid #999 }

#gallery-izoom {
	text-align: center;
	font-size: 0.9em;
	border-bottom: 1px solid #DCBF9D;
  padding-bottom: 5px;
  margin: 0 0 15px 0;
}

#gallery-izoom a { text-decoration: none }

#gallery-izoom a:hover, #gallery-izoom a:focus { font-weight: bold }

#gi-nav {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #DCBF9D;
}

#gi-nav p { margin: 0 }

#gi-nav a { text-decoration: none }

#gi-nav a:hover, #gi-nav a:focus { font-weight: bold }

#gi-back { text-align: center }

#gi-previ { position: absolute }

#gi-nexti {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}


