
#slider {
    position: relative;
	width: 100%;
}

#menuslider a{background-color: #99FFcc;
    border: 1px solid #7E7C64;
	padding:1px;}
	
#menuslider a:hover{background-color: #7E7C64;
    border: 1px solid #7E7C64;
	padding:1px;}

.selected {background-color: #7E7C64;
    border: 1px solid #7E7C64;
	padding:1px;}
	
#templatemo_sidebar {
	float: left;	
	width: 320px;
}

#templatemo_content {
	float: right;
	width: 200px;
}


#menuslider {
	clear: both;
	margin:auto;
	display:block;
}



.scroll {
    width: 200px;
    height: 300px;
    overflow: auto;
    /* overflow-x: hidden; */
    position: relative;
    clear: left;

}

.scrollContainer div.panel {
    width: 200px;
    height: 350px;
	overflow: hidden;
}

ul.navigation {
    list-style: none;

}


.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0
}

.scrollButtons.right {
    right: 0
}
