@charset "UTF-8";
/* CSS Document */





/* container for the scrollable items */
div#items {
	height: 380px;	
	width: 600px !important;
	opacity: 0;
	}
div#items img {
	display: none;
	height: 380px;	
	width: 600px;
	}



/* scroller-navigation
------------------------------------------------------------------ */
div#scroller-navigation {
	position: absolute;
	width: 150px;
	height: 20px;
	top: 359px;
	left: 225px;
	display: none;
	z-index: 555;
	border: 1px solid white;
	border-bottom: none;
	}

div#scroller-navigation a {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	text-indent: -1000px;
	background-color: RGB(55,208,22);
	}
div#scroller-navigation a.prev {
	background-image: url(images/leftBttnBig.png);
	left: 0;
	}
div#scroller-navigation a.next {
	background-image: url(images/rightBttnBig.png);
	right: 0;
	}
div#scroller-navigation a.prev:hover,
div#scroller-navigation a.next:hover {
	background-color: RGB(150,150,150);
	background-position: 0 0px;		
	}
div#scroller-navigation a.prev:active {
	background-position: -1px 0;		
	}
div#scroller-navigation a.next:active {
	background-position: 1px 0;		
	}


div#scroller-navigation div#section-title {
	position: absolute;
	left: 20px;
	text-align: center;
	width: 110px;
	height: 20px;
	background: white;
	}
div#scroller-navigation div#section-title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: RGB(85,85,85);
	line-height: 20px;
	}
	
div#scroller-navigation div#section-title h1.post-47 {
	font-size: 12px;
	}

div#scroller-navigation div#nav-index {
	background: white;
	background: RGBa(255,255,255,0.6);
	width: 40px;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 55px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	color: RGB(85,85,85);
	display: none;
	}









