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

/* ACCORDION */
/* ----------------------------------------- */



/* SMALL LISTING SCROLLING GALLERY */
/* ----------------------------------------- */

div.scrollable {
	position:relative;
	overflow:hidden;
	width: 625px;
	margin: 0px 0px 10px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 150px;
	padding: 5px 0px;
	background-color: #d3c3af;
} 
div.scrollable div.items {
	width:20000em;
	position:absolute;
	padding: 0px;
} 
div.scroll-post-container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	float: left;
	width: 295px;
	background-color: #ffffff;
	margin: 0px 0px 0px 5px;
}
a.next, a.nextPage {
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:65px 0px 0px;
	padding:0px;
	cursor:pointer;
	background-image: url(../images/scroll-next.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a.prev, a.prevPage {
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:65px 0px 0px 5px;
	padding:0px;
	cursor:pointer;
	background-image: url(../images/scroll-prev.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:center bottom;
	background-color: transparent;
}
a.disabled {
	visibility:hidden;		
}
div.navi {
	height:20px;
	text-align: center;
	margin: 0px 46px;
}
div.navi a {
	width:10px;
	height:10px;
	float:left;
	margin:3px;
	padding:0px;
	cursor:pointer;
	background-image: url(../images/scroll-nav-button.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div.navi a:hover {
	background-position:center center;
	background-color: transparent;
}
div.navi a.active {
	background-position:center bottom;
}
h3.scroll-post-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px dotted #982313;
	padding: 0px 0px 3px;
}
h3.scroll-post-title a {
	color: #982313;
	text-decoration: none;
}
h3.scroll-post-title a:hover {
	color: #641107;
	text-decoration: underline;
}
p.scroll-post-content {
	font-size: 11px;
	color: #908576;
	margin: 0px;
}
a.read-more {
	color: #982313;
	text-decoration: none;
	font-weight: bold;
}
a:hover.read-more {
	text-decoration: underline;
}
