/* =================================================================== SCROLLER */

div.scroller { 
	/* modify width and height of scrolling section if necessary */		
	background-color: #EAE7D2;
	height: 140px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 780px; 
	}
	
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	float: left;
	height: 140px;
	overflow: hidden;
	padding: 20px;
	width: 780px;
	}
div.scroller div.content {
	height: 140px;
	width: 780px;
	}

div#section2 {
	background-color: #294856;
	height: 140px;
	overflow: hidden;
	}
	
ul {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	}
	



/* =================================================================== MY-GLIDER */

#my-glider {
	height: 140px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	}

#my-glider .controls {
	background-color: #51473D;	
	/*background-color: #294856;*/
	clear: both;
	height: 25px;
	margin: 2px 0 0 0;
	padding: 0;
	width: 780px;
	}

#my-glider .controls ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 780px;
	}

#my-glider .controls li {
	background-color: #51473D;
	/*background-color: #294856;*/
	border-right:1px solid #EAE7D2;
	float: left;
	list-style-type: none;
	margin: 0;
	}
	
#my-glider .controls li.first {
	background-color: #3E362F;
	border-right:1px solid #EAE7D2;	
	/*background-color: #294856;*/
	color: #FFCB2D;
	float: left;
	font-weight: bold;
	line-height: 25px;
	list-style-type: none;
	margin: 0;
	padding: 0 23px;
	}

#my-glider .controls li.last {
	background-color: #51473D;
	/*background-color: #294856;*/
	float: left;
	list-style-type: none;
	border: 0;
	margin: 0;
	}


#my-glider .controls a, 
#my-glider .control a:link, 
#my-glider .controls a:visited {
	background-color: #51473D;
	/*background-color: #294856;*/
	color: #FFFFFF;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 23px;
	text-decoration: none;
	}

#my-glider .controls a:hover {
	/*background: #365e70;*/
	background: #3E362F;
	}

#my-glider .controls li.feat-about {
	float: right;
	}

#my-glider .controls li.feat-about a {
	border-left: 1px solid #EAE7D2;
	border-right: 0;
	}

#my-glider .scroller {	
	height: 140px;
	overflow: hidden;
	width: 780px;
	}

#my-glider .scroller .content .section {
	background: url(http://library.scottsdaleaz.gov/_img/shelf.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}

#my-glider .scroller .content .section#Coming_Soon {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_Coming_Soon.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}

#my-glider .scroller .content .section#New_Fiction {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_F.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}

#my-glider .scroller .content .section#New_NonFiction {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_NF.jpg) no-repeat top left;
	height: 140px;
	line-height:139px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}

#my-glider .scroller .content .section#DVD {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_DVD.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}

#my-glider .scroller .content .section#CD {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_CD.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;

}#my-glider .scroller .content .section#Teen_Fiction {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_TeenF.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}

#my-glider .scroller .content .section#Kids_items {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_Kids.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	line-height:138px;
	}

#my-glider .scroller .content .section#Audiobook_items {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_Audiobooks.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}


#my-glider .scroller .content .section#Spanish {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_spanish.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}

#my-glider .scroller .content .section#Staff_Picks {
	background: url(http://library.scottsdaleaz.gov/_img/shelf_staff-picks.jpg) no-repeat top left;
	height: 140px;
	overflow: hidden;
	padding: 0;		
	width: 780px;
	}

#my-glider .scroller .content {
	background-color: #FAEFC2;
	height: 560px;
	width: 780px;
	}

#my-glider .scroller .content .section ul li {
	display: inline;
	list-style-type: none;
	padding: 8px;
	}


#my-glider .scroller .content .section ul {
	margin-top: 3px;
	}

#my-glider .scroller .content .section#Coming_Soon ul {margin-top: 4px;}
#my-glider .scroller .content .section#New_Fiction ul {margin-top: 4px;}
#my-glider .scroller .content .section#New_NonFiction ul {margin-top: 4px;}
#my-glider .scroller .content .section#DVD ul {margin-top: 10px;}
#my-glider .scroller .content .section#CD ul {margin-top: 44px;}
#my-glider .scroller .content .section#Teen_Fiction ul {margin-top: 4px;}
#my-glider .scroller .content .section#Kids_items ul {margin-top: 4px;}
#my-glider .scroller .content .section#Audiobook_items ul {margin-top: 44px;}
#my-glider .scroller .content .section#Spanish{margin-top: 5px;}

#my-glider .scroller .content .section#Coming_Soon ul li a img{max-height: 120px;!important}
#my-glider .scroller .content .section#New_Fiction ul li a img{max-height: 120px;!important}
#my-glider .scroller .content .section#New_NonFiction ul li a img{max-height: 120px;!important}
#my-glider .scroller .content .section#DVD ul li a img{max-height: 114px;!important}
#my-glider .scroller .content .section#Teen_Fiction ul li a img{max-height: 120px;!important}
#my-glider .scroller .content .section#Kids_items ul li a img{max-height: 120px;!important}
#my-glider .scroller .content .section#Audiobook_items ul li a img{max-height: 120px;!important}
#my-glider .scroller .content .section#Spanish ul li a img{max-height: 120px;!important}

	
	
	
