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

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



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

div.scrollable {
	position:relative;
	overflow:hidden;
	width: 545px;
	margin: 0px 0px 10px;
	float:left;
	padding: 5px 0px;
	height: 200px;
} 
div.scrollable div.items {
	width:20000em;
	position:absolute;
	padding: 0px;
	margin: 0px;
} 
div.scroll-post-container {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	float: left;
	width: 260px;
	background-color: #dde2d3;
	margin: 0px 5px 0px 0px;
	height: 180px;
}
a.next, a.nextPage {
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin: 35px 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:35px 0px 0px;
	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;		
}
.fade-prev {
	background-image: url(../images/fade-prev.png);
	background-repeat: repeat-y;
	display: none;
	position: absolute;
	height: 200px;
	width: 100px;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.fade-next {
	background-image: url(../images/fade-next.png);
	background-repeat: repeat-y;
	display: none;
	position: absolute;
	height: 200px;
	width: 100px;
	top: 0px;
	right: 0px;
	z-index: 1000;
}
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: 16px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding: 0px 0px 3px;
}
h3.scroll-post-title a {
	color: #7b7b78;
	text-decoration: none;
	font-weight: normal;
}
h3.scroll-post-title a:hover {
	color: #000000;
}
p.scroll-post-content {
}
a.read-more {
}
a:hover.read-more {
}
#ie-warning {
	background-image: url(../images/warning.png);
	background-repeat: repeat;
	position: absolute;
	height: 99px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #9f9c40;
	display: none;
}
#ie-warning p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0px auto;
	width: 900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#ie-warning p a {
	color: #00F;
	text-decoration: underline;
	background-image: none;
	border-style: none;
}
.small-listing-gallery {
	margin: 5px 5px 0px 0px;
	padding: 0px;
	float: left;
}
.post-special .small-listing-gallery {
	margin: 5px;
}
.small-listing-gallery li {
	margin: 0px;
	padding: 0px;
	border: 3px solid #b8bdb0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	list-style-type: none;
	height: 100px;
	width: 100px;
}
