


/* =================================================================== */

/* panes */
#slider {
	width:640px;
	height:444px;	
	float:left;
}


/* single pane */
#slider div {
	display:none;	
	color:#fff;	
	}

/* some decorations for elements inside single pane */
#slider div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#slider a {
	color:#cc9;		
	font-size:14px;
}

#slider p, #slider samp {
	color:#ccc;		
}

#slider div.narrow {
	padding-right:160px;		
}


/* override the root element to enable scrolling */
#slider {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#slider div {
	float:left;
	display:block;
	width:640px;
	height:444px;
	cursor:pointer;
	font-size:14px;
}

/* our additional wrapper element for the items */
#slider .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#slider .less, #slider .less a {
	color:#999 !important;
	font-size:11px;
}
