img a, a img {
	border: none;
	}
#my-glider {width: 958px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #C2C4C3;
	}
div.glider_wrapper{
	width: 956px;
	border: 1px solid #C2C4C3;
	background-color: #7994A5;
}	
	
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 938px; 
	height: 117px;
	overflow: hidden;
	margin: 0 auto;
	}
	
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	height:117px;
	overflow:hidden;
	border-left: 1px solid #C2C4C3;
	border-right: 1px solid #C2C4C3;
	background-image: url(/images/libhome/bg_bookshelf2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
		}
div.scroller div.shelves {
	height: 117px;
	margin: 0 auto;
		}

#my-glider .scroller .shelves .section ul {
	padding: 0;
	margin: 18px 0 0 0;
	}
#my-glider .scroller .shelves .section ul li {
	display:inline;
	list-style-type:none;
	padding: 0 5px;
	margin: 0;
}		
		
		
div.controls {
		background-color: #7994A5;
		color: #FFF;
		font-size: 75%;
		height: 30px;
		padding-top: 10px;
		font-weight: bold;
			}
		
div.controls a {
	padding: 5px 20px;
	position: relative;
		}
	
div.controls a:link {
		text-decoration: none;
		color: #fff;
		}
div.controls a:visited {
		text-decoration: none;
		color: #fff;
		}
div.controls a:hover {
		text-decoration: underline;
		color: #fff;
		}			
		
.activo {
		background: #6E4335; outline: none;
}

