#slider {
    position: relative;
	width: 100%;
}

#templatemo_wrapper {
	width: 840px;
	padding: 0 90px;
	margin: 0 auto;
	background: url(../images/templatemo_wrapper.jpg) no-repeat top center;
}

#header {
	width: 840px;
	height: 40px;
	text-align: center;
   
    alignment-baseline: central;
	
}
#judul {
    padding: 20px 0px 0px 0px ;
    font-size: 28px;
    
	width: 840px;
	height: 40px;
	text-align: center;
	
}
#header h1 { margin: 0; padding: 10px 0 0 0; height: 67px; display: block; text-indent: - 10000px; }

#menu {
	width: 840px;
	margin: 0 auto;
	height: 46px;
}


#content {
	width: 840px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
	color: #FEFDFD;
	padding: 0 20px 0 0;
}
#content .input_field{
    margin-bottom: 5px;
    height: 20px;
}
#social_box {
	clear: both;
	width: 840px;
	height: 85px;
	padding: 0 20px 0 0;
	text-align: right;
	background: url(../images/templatemo_followus.png) 220px center no-repeat
}

#social_box a {
	display: inline-block;
	margin-left: 30px;
	width: 60px; height: 60px;
}

#footer {
	width: 840px;
    height: 50px;
	padding: 200px 20px 20px 0;
	color: #CCC;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #CCC;
}

.scroll {
    height: 440px;
    width: 840px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 390px;
    width: 840px;
	padding: 30px 20px 20px;
	overflow: hidden;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}