
#slideupbox {
    position:fixed;
    width:100%;
    height:200px;
    bottom:-200px;
	text-align:center;
	z-index:16000004;
}
.togglebutton {
    float:left; 
    margin-top:-28px; 
    cursor: pointer; 
    color:#FFF;
    font-size:14px;
    font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
    width:128px;
    height:30px;
    text-align:center;
    padding-top:2px;   
}

.togglebuttonUp {
    float:left; 
    margin-top:-28px; 
    cursor: pointer; 
    color:#FFF;
    font-size:14px;
    font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
    width:128px;
    height:30px;
    text-align:center;
    padding-top:4px;  
	background: transparent url(favorites_up.png) no-repeat right bottom;
  
}


.togglebuttonDown {
    float:left; 
    margin-top:-28px; 
    cursor: pointer;  
    color:#FFF;
    font-size:14px;
    font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
    width:128px;
    height:30px;
    text-align:center;
	background: transparent url(favorites_down.png) no-repeat right bottom;
}

.togglebuttonUpEx {
    float:right; 
    cursor: pointer; 
    color:#FFF;
    font-size:14px;
    font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
    width:128px;
    height:20px;
    text-align:center;
    padding-top:4px;  
	background: transparent url(favorites_up.png) no-repeat right bottom;
  
}

.togglebuttonDownEx {
    float:right;   
    cursor: pointer;  
    color:#FFF;
    font-size:14px;
    font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
    width:128px;
    height:20px;
    text-align:center;
    padding-top:4px; 
	background: transparent url(favorites_down.png) no-repeat right bottom;
}
#innerfavorites
{
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 16%;
	margin-left: 10%; 
	border-top:2px solid #95ABB7;
	border-left:2px solid #95ABB7;
	border-right:2px solid #95ABB7;
	background:white;
	height:200px;  
}

.togglefavUp
{
	background: transparent url(js/ddpanel/favorites_up.png) no-repeat right bottom;
    width:150px;
    height:24px;
}

#toggerIcon{
	margin: 7px;
	float: left;
}