/* -------------------------------------- 
	Galerijas "Floristika" noformējums 
	----------------------------------- */
	
div#gallery {
	padding: 4em 0 0 0;
	border: 0px solid #afc;
	font-size: 100%;
	}
	
div#gallery h2 {
	font: normal 1em 'Futura MD TL', Futura, Arial, sans-serif;
	color: #fff;
	padding: 0 0 0 25em;
}

ul#albumlisting {
	list-style: none;
	padding: 2em 0 0 3.5em;
	margin: 0;
	color: #E2E1E1;
	font: normal 0.8em/2em Arial, sans-serif;
	border: 0px solid green;
	width: 14em;
	height: 360px;
	overflow: hidden;
}

ul#albumlisting li a {
	color: #D9B699;
}

/* Album scrolling styles */

/* Album container div */
div#scrollup {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 14em;
    margin: 0 0 0 4em;
    padding: 0;
    color: #E2E1E1;
    font: normal 0.8em/2em Arial, sans-serif;
    border: 0px solid green;
  }

/* Scrollable part of list */
div.headline {
    position: absolute;
    top: 310px;
    left: 5px;
    height: 295px;
    width: 14em;
}

div#scrollup a {
	color: #D9B699;
}

a#button_up {
  display: block;
  margin: 0 0 0 5.5em;
  width: 27px;
  height: 13px;
  background-image: url(img/button_up1.gif);
  overflow: hidden;
}


a#button_down {
  display: block;
  margin: 0 0 0 5.5em;
  width: 27px;
  height: 13px;
  background-image: url(img/button_down1.gif);
  overflow: hidden;
}



div#mycarousel {
	width: 35em;
	height: 70px;
	border: 0px solid #C62330;
	position: absolute;
	top: 27em;
	right: 2em;
	background-image: url(img/scrollbar_h.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}


/* old scroll button style
div#mycarousel a#scrollleft {
	background-image: url(img/button_left1.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 29px;
	display: block;
	position: absolute;
	top: 10px;
	left: -10px;
	opacity: 0.2;
	border: 1px solid: green;
}

div#mycarousel a#scrollright {
	background-image: url(img/button_right1.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 29px;
	display: block;
	position: absolute;
	top: 10px;
	right: -20px;
	opacity: 0.2;
	border: 1px solid: green;
}
*/

div#mycarousel #scrollleft {
	/* background-image: url(img/button_left1.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 12px;
	height: 50px;
	ackground-color: green; */
	margin: 3px 3px 0 0;
}

div#mycarousel #scrollright {
	/* background-image: url(img/button_right1.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 12px;
	height: 50px;
	ackground-color: green; */
	margin: 3px 0 0 3px;
}

div#image {
	position: absolute;
	top: 2em;
	right: 2em;
	background-image: none;
	width: 41em;
	height: 24em;
	ackground-color: #161514;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

div#mycarousel a img {
	border: 1px solid #E0B089;
	margin: 1px 1px 10px 6px;
	opacity: 0.8;
}

div#mycarousel a:hover img, div#mycarousel a.active_image img {
	border: 2px solid #fff;
	margin: 0 0 10px 5px;
	opacity: 1;
}

div#gallery div#menu {
  
}


div#gallery div#menu ul {
	background-image: url(img/bonsens3.gif);
	background-position: 2em 54px;
	padding: 110px 0 1em 2em;
	font-size: 0.8em;
}

