#slider-box {
   width: 390px;
   height: 140px;
   background-image: url(../images/slider_yellow.png);
   background-repeat: no-repeat;
   padding: 3px;
   margin-left: 10px;
   margin-top: 15px;
}

.slider-action {
   float: left;
   margin: 5px 3px;
   width: 20px;
   height: 125px;
   cursor:pointer;
}

/* panes */
#flowpanes {
   position: relative;
   float:left;
   overflow:hidden;
   width:335px;
   background-color: #fffdeb;
   margin-top: 2px;
}

#flowpanes div {
   float:left;
   display:block;
   width: 325px;
   height: 125px;
   cursor:pointer;
   font-size: 11px;
   padding: 2px 5px;
}
#flowpanes div img {
   margin-right: 5px;
}
#flowpanes .items {
   width:20000em;
   position:relative;
   clear:both;
   margin:0;
   padding:0;
}

/* single pane */
/*#flowpanes div {
	display:none;	
	color:#fff;	
	margin:20px 40px;
}
*/
/* some decorations for elements inside single pane */
/*#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}
*/

