#slider {
	width: 100%;
}

#templatemo_wrapper {
	width: 280px;
	margin: 0 auto;
}

#templatemo_main {
	clear: both;
	width: 300px;
	padding: 20px 0;
	height: 500px;
}

#templatemo_sidebar {
	width: 290px;
}

#templatemo_content {
	width: 300px;
}

#header h1 { display: block; width: 315px; height: 166px; margin: 0 auto 80px; padding: 0 }
#header h1 a { float: left; margin-top: 25px; width: 315px; height: 166px; background: url(../images/templatemo_logo.png); text-indent: -10000px; }

#menu {
	clear: both;
	float: left;
}

.scroll {
	width: 280px;
	height: 500px;
	overflow: auto;
	/* overflow-x: hidden; */
    position: relative;
	clear: left;
}

.scrollContainer div.panel {
	width: 270px;
	height: 500px;
	padding: 10px 10px 40px;
	overflow: hidden;
}
.panel p {
	font-size: 10px;
	line-height: 12px;
}
ul.subnav {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.subnav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 96px;
}
ul.subnav a {
	display: block;
	padding: 8px 15px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font: 10px Helvetica, sans-serif;
	background: #445F8E;
}
ul.subnav a:hover, ul.subnav a.select {
	background: #C09C77
}
ul.subnav a:focus {
    outline: none;
}


.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0
}

.scrollButtons.right {
    right: 0
}

.hide {
    display: none;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper {
	display: inline-block;
	border: 1px solid #C09C77;
	padding: 5px;
	margin-bottom: 10px;
	background: #C09C77
}
.image_fl {
	float: left;
	margin: 0px 10px 0 0
}
.image_fr { float: right; margin: 3px 0 0 20px }

blockquote { font-style: italic; margin: 0 0 0 10px;}
