div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 758px; 
	height: 500px;
	overflow: hidden;
	border-right:0px solid #999900;
	border-bottom:0px solid #999900;
	border-left:0px solid #999900;
	background:none;		
}

div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:690px;
	height:480px;
	overflow:hidden;
	float:left;
	margin-left:10px;
	margin-right:10px;
	background:none;		
	}
	
div.scroller div.content {
	width: 10000px;
	padding: 10px;
	}

div#section1 {
	padding: 15px 35px 0px 35px;
			*padding: 15px 35px 0 15px;
}
div#section2 {
	padding: 0 35px 50px;
}
		
div#section3 {
	padding: 0 35px 50px;
}
div#section4 {
	padding: 0 35px 50px;
}
		
div#section5 {
	padding: 20px 35px 50px 35px;
	background-image:url(../images/expert.jpg);
	background-repeat:no-repeat;
}
		
div#section6 {
	padding: 20px 35px 50px 35px;
	background-image:url(../images/adopter.jpg);
	background-repeat:no-repeat;
}
div#section7 {
	padding: 20px 35px 50px 35px;
	background-image:url(../images/manuscript.jpg);
	background-repeat:no-repeat;
}
div#section8 {
	padding: 20px 35px 50px 35px;
	background-image:url(../images/non-profit.jpg);
	background-repeat:no-repeat;
}
div#section9 {
	padding: 20px 35px 50px 35px;
	background-image:url(../images/marketing.jpg);
	background-repeat:no-repeat;
}
div#section10 {
	padding: 20px 35px 50px 35px;
	background-image:url(../images/agent.jpg);
	background-repeat:no-repeat;
}

#quarter-top {
	background:transparent url(http://www.channelvbooks.com/images/section-bg-small.png) no-repeat 0 0;
	border-right:0px dotted #ffffff;
	color:#000000;
	float:left;
	height:215px;
	padding:10px 10px 10px;
	position: relative;
	width: 324px;
}

#quarter-img {
	float:left;
	height:100%;
	margin-right:15px;
	position: relative;
	width:100px;
}
#quarter-info {
	float:left;
	height:100%;
	padding-top: 10px;
	position: relative;
	width:205px;
}
#half-top {
	border-bottom:1px dotted #ffffff;
	color:#000000;
	float:left;
	height:250px;
	position: relative;
	width: 690px;
}
.expert {
	background:transparent url(http://www.channelvbooks.com/images/expert-long.jpg) no-repeat 0 0;
}
.adopter {
	background:transparent url(http://www.channelvbooks.com/images/adopter-long.png) no-repeat 0 0;
}
.manuscript {
	background:transparent url(http://www.channelvbooks.com/images/manuscript-long.png) no-repeat 0 0;
}
.non-profit {
	background:transparent url(http://www.channelvbooks.com/images/non-profit-long.png) no-repeat 0 0;
}
.marketing {
	background:transparent url(http://www.channelvbooks.com/images/marketing-long.jpg) no-repeat 0 0;
}
.agent {
	background:transparent url(http://www.channelvbooks.com/images/agent-long.png) no-repeat 0 0;
}
#half-top .left {
	float:left;
	width:400px;
	margin-right:20px;
	margin-left:40px;
	padding-top:20px;
	position: relative;
}
#half-top .center { 
	float:left;
	width:360px;
	padding-top:30px;
	padding-left:200px;
	position: relative;
}
#half-top .left h1, #half-top .center h1  {
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:18px !important;
	font-style:normal;
	}
.controls {
	border:0px solid #999900;
	margin-bottom:0px;
	/* background-image:url(http://www.channelvbooks.com/images/diagnal_stripes.jpg); */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	height:22px;
	padding:10px 0 5px 30px !important;
	
}
.controls a {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff !important;
	padding:5px;
	margin:5px 5px 0;
	background:#000000;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
		-webkit-transition: background-color .2s linear;
		-webkit-transition-timing-function: ease-in;
	font-size: .9em;
}
.controls a:hover {
	background:#339933;
	-webkit-transition: background-color .2s linear;
	-webkit-transition-timing-function: ease-out;
}
.controls a:active, .selected {
	background:#cc6600 !important;
}
.controls a:visited {
	background:#000000;
}


a {
	outline: none;
}