#slideout {
	background-color:transparent;
    position:absolute;
    height:40px;
    width:160px;
    right:8%;
    top:-23px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#clickme {
    float:left;
	background-color:transparent;
        width:160px;
        height:40px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#slidecontent {
        float:right;
}
