/* @override http://www.CreativeLinkJobs.com/wp-content/themes/directresponse/glider.css */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 867px; 
	height: 280px;
	overflow: hidden;
/*	border:1px solid #cccccc;*/
	}
	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 881px;
		height:280px;
		overflow:hidden;
		float:left;
		padding: 0px 1em 0px 0em;	
	}
	
	div.scroller div.content {
		width: 10000px;
	}

	div#section2 {
		background:#ffffff;
	}
	
/* added styles */

.kiri {
	padding-right: 20px;
}

#my-glider, #my-glider .line {
	width: 867px; 
}


#my-glider .controls {
	width: 867px; 
}

#my-glider {
	font-size: 20px;
}

.controls a {
	font-size: 15px;
	color: #ddd;
	padding: 0 2px 0  2px;
}
