/* --------------------------- */
/* 			LosAngeles 		   */
/* A template by Brandon Jones */
/* --------------------------- */

/* --------------------------- */
/* Stylesheet Imports 		   */
/* --------------------------- */
@import url(import/reset.css);
/*@import url(import/superfish.css);*/
@import url(import/ceebox.css);

@font-face {
  font-family: "Futura";
  src: url(/fonts/Futura) format("truetype");
}

/* --------------------------- */
/* Core Styling 			   */
/* --------------------------- */
body{
	/* font: 14px 'Georgia'; */
	
	/* Changed By Andrew 2011-01-20 */
	font: 14px Arial, Helvetica, sans-serif;
}

/* --------------------------- */
/* Container 				   */
/* --------------------------- */

#container{
	width: 1000px;
	margin: 0 auto;
}

.sidenavBackground{
	background: url('/img/1-px-background.png') repeat-y 710px top;
}

/* --------------------------- */
/* Header 					   */
/* --------------------------- */

#header{
	margin-top: 2px;
	height: 158px;
}

	#header #logo {
		display:inline-block;
		float:left;
		padding:0;
		margin:0;
		border:0;
		text-indent:-999em;
		width:71%;
		height:128px;	
	}

	#header #cee {
		display:inline-block;
		float:left;
		margin:0;
		padding:0;
		border:0;
		text-indent:-999em;
		width:28.7%;
		height:128px;
		background:url("/img/Logo-Council-for-Economic-Education.png") no-repeat scroll 50% 30% transparent;
	}
	
	#header .logo {
		text-align: left;
		clear:both;
		height:110px;
	}
	
	
	#header .search {
		width:28.7%;
		height:33px;
		display:inline-block;
		float:left;
		padding:2px 0 0;
		margin:0;
		border:0;
		position:relative;
	}
/* http://www.dave-woods.co.uk/index.php/ie6-css-bugs-and-fixes-explained/ */
		#header .search .search-container{
			border: 1px solid #d9d9d9;
			width: 280px;
			background:white;
			height:25px; 
			overflow: hidden;
			position:absolute;
			top:10%
		}
		
			#header .search .search-container .search-input{
				float:left;
				width:250px;
				height:26px; 
				padding:2px 0 2px;
			}
			
			#header .search .search-container .search-button{
				float:left;
				width:25px;
				height:17px;
				padding-top:5px;
				text-align:center;
			}
		
		#header .search input.search-terms{
			color: #343434;
			font:'Arial';
			width: 240px;
			height: 21px;
			margin-left:6px;
			/* letter-spacing:1px;*/
		}
		
		

/* --------------------------- */
/* Navigation				   */
/* --------------------------- */
#navigation {
	width:100%;
	height:32px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0;
	border:0;
}

	#navigation ul li {
		float: left;
		position: relative;
		color: white;
	}
	
	#navigation ul li a {
		text-decoration:none;
		display:block;
		text-align:center;
		color:white;
	}

	#navigation ul li a:hover, #navigation ul li ul li a:hover {
		/* background:#7FB539; */
		background:#004A80 !important;
	}
	
		#navigation ul ul {
			background:#56AFE6;
			text-transform:uppercase;
			display:none;
			opacity:0.90;
			padding-top:10px;
			padding-bottom:10px;
			position:absolute;
			z-index:1000;
		}

		#navigation ul ul li {
			height:auto;
			display:block;
			float:none;
			color:#7FB539;
			padding-left:10px;
			padding-right:10px;
		}
		#navigation ul ul li a {
			text-align:left;
			display:block;
			width:auto;
			float:none;
			height:auto;
			background: transparent !important;
			font-size:12px;
			font-weight:bold;
			line-height:1em;
			padding:10px;
			color:#fff;
		
		}
	/*
			#navigation ul li ul li a:hover {
				background:#7FB539 !important;
				background:#004A80 !important;
			}	
*/

/* --------------------------- */
/* Content 					   */
/* --------------------------- */

#content{
	width: 1000px;
	min-height: 355px;
	overflow: hidden;
}

h2.title-image{
	display:block;
	float:left;
	height:63px;
	margin:0 0 10px;
	padding:0;
	text-indent:-999em;
	width:658px;
	height:250px;
}

/* --------------------------- */
/* Cu3er					   */
/* --------------------------- */

#cu3er{
	/*background: url(../img/cu3er/shadow.jpg) no-repeat bottom left;*/
	height: 374px;
	padding-left: 18px;
	width: 960px;
	overflow: hidden;
}

/* --------------------------- */
/* Quick Links				   */
/* --------------------------- */

#content ul.quick_links{
	overflow: hidden;
	margin-bottom: 30px;
	width: 1000px;
}
	#content ul.quick_links li{
		width: 210px;
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#content ul.quick_links li:last-child{
		margin-right: 0;
	}
	
	#content ul.quick_links li h3{
		display: block;
		font-size: 18px;
		/*color: #181818;*/
		font-family:futura, Arial, Helvetica, sans-serif;
		letter-spacing: -2px
	}
	
	#content ul.quick_links li h3 img{
		vertical-align: middle;
	}
	
	#content ul.quick_links li p {
		color: #666666;
		font-size: 12px;
		margin-top: 10px;
		line-height: 18px;
	}
	

	
	#content ul.quick_links li a.more{
		font-weight: bold;
		display: block;
	}
	
	.section{
		clear:both;
		margin-bottom:20px;
		display:block;
		overflow:hidden;
		width:100%;
	}
	
	.section h2 {
		border-bottom: 1px dotted #CACACA;
		color:#646464;
	}
	
	.section div{
		color:#343434;
		font-size:14px;
		vertical-align:middle;
	}
	
	.conceptList{
		font-size:14px;
		line-height:25px;
	}
	
	.conceptList li{
		width:40%;
		display:inline-block;
		padding-left:5%;
		float:left;
	}

/* --------------------------- */
/* Twitter Bar				   */
/* --------------------------- */

#twitter_bar{
	height: 50px;
	border-top: 1px dotted #cacaca;
	border-bottom: 1px dotted #cacaca;
	background: #f3fcff url(../img/twitter/twitter_icon.png) no-repeat left;
	background-position: 10px;
	margin-bottom: 10px;
}

	#twitter_bar p{
		padding: 18px;
		padding-left: 45px;
		color: #222222;
	}
	
	#twitter_bar p a{
		color: #008fd2;
	}
	
	#twitter_bar p a.follow{
		font-style: italic;
	}

/* --------------------------- */
/* Page				   	   	   */
/* --------------------------- */
#book-info{
	display:block;	
}

#book-cover{
	float:left;
	width:250px;
	height:265px;
	text-align:right;
	display:inline;
}

	#book-lesson-number{
		color:white;
		font-weight:bold;
		font-size:16px;
	}
	
	.single{
		padding:30px 12% 0 88%;	
	}
	
	.double{
		padding:30px 14% 0 86%;
	}

#book-title{
	float:left;
	padding:90px 5px 20px 70px;
	width:307px;
	height:130px
	display:inline;
}

a#add-review{
	height:44px;
	width:175px;	
	line-height:44px;
	display:block; /* allows the button width and height */
	text-decoration:none !important;
	color:white !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	font-size:14px;	
}

a:active#add-review, a:visited#add-review, a:link#add-review {
	background:url( 'http://www.councilforeconed.org/rating/images/review-button.png' ) center 100% repeat-x;
}

a:hover#add-review{
	background:url( 'http://www.councilforeconed.org/rating/images/review-button.png' ) center 0% repeat-x;
}

div.submit-button{
	height:20px;
}

input.submit-button{
	height:22px;
}
.submit-button{
	background:white;
	font-family:Arial;
	border: 1px solid #343434;
	cursor:pointer;
	font-size:14px;
	text-align:center;
	vertical-align:middle;	
	background:#AAA;
	padding: 0 10px;
	margin:0;
}


.related_lessons{
	margin-top:10px;
	
}

.related_lessons h3{
	font-size:14px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-style:italic;
}

.publication{
	display:block;
	margin-bottom:20px;
	overflow: auto;
	width:100%;
}

.publication-left{
	display:inline-block;
	width:25%;
	vertical-align:text-top;
	float:left
}

.publication-right{
	display:inline-block;
	width:74%;
	vertical-align:text-top;
	float:left;
}

.publication-right a{
	color:#222;
	font-size:14px;
	font-weight:bold;
}

.publication-right a:link, a:active, a:visited{
}

.publication-right a:hover{
}

.publication-right p{
	color:#666;
	margin-bottom:10px;
}

.publication-inside-left{
float:left;	
width:50%;
}

.publication-inside-right{
float:left;	
width:49%;	
}

#page{
	width: 667px;
	float: left;
	padding-left: 18px;
}

	#page h2{
		font-weight:bold;
		font-size:16px;
		margin-bottom: 7px;
		color:black;
	}
	#page .subtitle{
		font-family: 'Arial';
		font-size: 14px;
		font-weight: bold;
		color:#676767;
	}
	
	#page .title,
	#page .author h2,
	#page #comments h2,
	#page #reply h2{
		font-family: 'Arial';
		font-size: 20px;
		font-weight: bold;
		border-bottom: 1px dotted #cacaca;
		padding-bottom: 10px;
		margin-top: 5px;
	}
	
		.cufon-active #page .title,
		.cufon-active #page .author h2,
		.cufon-active #page #comments h2,
		.cufon-active #page #reply h2{ 
			font-size: 22px;
			padding-top: 0px;
		}
	
	#page #bodyHeader {
		padding: 10px 0;
		/* Changed By Andrew 2011-01-20 */
		font-family: Arial, Helvetica, sans-serif;
		/* font-family: Georgia; */
		font-style: normal;
		color: #000000;
		font-size: 14px;
		border-bottom: 1px dotted #cacaca;
		line-height:20px;
	}
	
	#page #bodyHeader p {
		padding: 10px;
	
	}

	#page #bodyHeader img {
		/* border: 1px solid #cacaca; */
		padding:3px;
		display:block;
		margin: 0 auto;
	}

	#page ul#entries{
		margin-top: 15px;
	}
		#page .review-container{
			clear:both;	
		}
		#page .review-container .review-rating{
			float:left;
			width:150px;
			text-align:center;
			font-size:12px;

		}
		#page .review-container .review-content{
			float:left;
			position:relative;
			width:470px;
			padding: 10px 5px 15px 40px;
			font-size:14px;
		}
		
		
		/* List CSS */
		#page ul#entries li{
			border-bottom: 1px dotted #cacaca;
			padding-bottom: 25px;
			overflow: hidden;
			margin-bottom: 25px;
			width: 667px;
		}
	
		#page ul#entries li img.avatar{
			float: left;
			border: 1px solid #c8c8c8;
			padding: 2px;
			margin-right: 10px;
		}
		
		#page ul#entries li img.border{
			border: 1px solid #c8c8c8;
			padding: 2px;
		}
		
		#page ul#entries li .entry{
			color: #666666;
			font-size: 12px;
			width: 445px;
			float: right;
		}
		
			#page ul#entries li .entry h2, .cufon-active #page h2{
				font-size: 24px;
				/* Changed By Andrew 2011-01-20 */
				font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif
				/* font-family: Georgia; */
				/*font-style: italic;*/
				color: #222222;
			}
			
				.cufon-active #page ul#entries li .entry h2{ 
					font-size: 26px;
				}
				
			#page ul#entries li .entry h3{
				font-size: 18px;
				font-family: Georgia;
				font-style: italic;
				color: #222222;
			}
			
				.cufon-active #page ul#entries li .entry h3{ 
					font-size: 18px;
				}
				
			#page ul#entries li .entry h4{
				font-size: 14px;
				font-family: Georgia;
				font-style: normal;
				color: #222222;
			}
			
			#page ul#entries li .entry h5{
				font-size: 14px;
				font-family: Georgia;
				font-style: normal;
				color: #222222;
			}
				
			#page ul#entries li .entry small{
				font-size: 11px;
				margin-top: 15px;
				margin-bottom: 15px;
				display: block;
			}
			

			
			#page ul#entries li .entry p{
				line-height: 18px;
				margin-bottom: 10px;
			}
			
				#page ul#entries li .entry p strong{
					color: #222222;
					font-weight: normal;
				}
				

			
			#page ul#entries li .entry hr{
				height: 1px;
				border-top: 1px dotted #b0b0b0;
				margin-top: 15px;
				margin-bottom: 15px;
			}
			
			#page ul#entries li ul{
				margin-bottom: 10px;
				margin-top: 10px;
			}
				#page ul#entries li ul li{
					border: 0px;
					padding: 0;
					margin-bottom: 5px;
				}
				
			#page ul#entries li ol{
				margin-bottom: 10px;
				margin-top: 10px;
			}
				#page ul#entries li ol li{
					border: 0px;
					padding: 0;
					margin-bottom: 5px;	
				}
				
			#page ul#entries li blockquote{
				margin-left: 30px;
				color: #333333;
			}
			
			#page ul#entries li .tags{
				background: #000;
				color: #FFF;
				padding: 5px;
			}
			
				#page ul#entries li .tags a{
					color: #cccccc;
				}
		
		/* Single CSS */
		#page ul#entries li .entry.single{
			float: none;
			width: auto;
		}
		
			#page ul#entries li .entry.single p{
				line-height: 20px;
			}
			
			#page ul#entries li .entry.single small{
				margin-top: 0;
			}
		
		#page .browse_entries a{
			font-family: 'Arial';
			font-size: 20px;
			font-weight: bold;
		}
		
		.cufon-active #page .browse_entries a{ 
			font-size: 28px;
		}
		
		#page .browse_entries a.p{
			float: left;
		}
		
		#page .browse_entries a.m{
			float: right;
		}
		
	
	/* Author */
	#page .author{
		border-bottom: 1px dotted #cacaca;
		overflow: hidden;
		width: 667px;
		padding: 0 0 30px;
		margin-bottom: 15px;
	}	
	
		#page .author h2{
			border: 0;
		}
		
		#page .author h3{
			font-size: 14px;
			/* Changed By Andrew 2011-01-20 */
			font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;

			/* font-family: Georgia; */
			font-style: italic;
			color: #222222;
		}
			
			.cufon-active #page .author h3{ 
				font-size: 14px;
			}
		
		#page .author img{
			border: 1px solid #cfcfcf;
			float: left;
			width: 78px;
			height: 78px;
		}
		
		#page .author .info{
			float: right;
			width: 580px;
			line-height: 21px;
			color: #666666;
		}
		
	#page .review-publication{
		border-top: 1px dotted #cacaca;
	}

	#page .review-publication h2, #page .review-lesson h2 {
		padding-top:4px;
	}
	
	#page .review-publication .no-reviews, #page .review-lesson .no-reviews{
		padding-left:10px; 
		padding-top:15px;
		color:#666;
	}
	
	#page .review-publication .review-button, #page .review-lesson .review-button{
		clear:both;
		padding-top:20px;	
	}
	
	/* Comments */
	#page #comments{
		border-bottom: 1px dotted #cacaca;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
		#page #comments h2{
			border: 0px;
		}
		
		#page #comments ul.comment_list li{
			width: 667px;
			overflow: hidden;
			margin-bottom: 10px;
		}
	
			#page #comments ul.comment_list li .avatar{
				float: left;
				width: 78px;
				text-align: right;
			}
				#page #comments ul.comment_list li .avatar img{
					border: 1px solid #cfcfcf;
				}
				
				#page #comments ul.comment_list li .avatar a{
					color: #1fa3da;
				}
				#page #comments ul.comment_list li .avatar small{
					color: #727272;
				}
				
			#page #comments ul.comment_list li .comment{
				float: right;
				width: 530px;
				background: #f8f8f8;
				border: 1px solid #cfcfcf;
				padding: 15px;
				color: #666666;
				font-family: Arial;
			}
			
				#page #comments ul.comment_list li .comment p{
					line-height: 18px;
				}
				
	/* Reply */
	#page #reply{
	
	}
	
		#page #reply h2{
			border: 0;
		}
		
		#page #reply img{
			float: left;
			width: 78px;
			border: 1px solid #cfcfcf;
			margin-top: 10px;
		}
		
		#page #reply form{
			float: right;
			width: 550px;
		}
		
		#page #reply form input,
		#page #contact form input,
		#page #reply form textarea,
		#page #contact form textarea{
			display: block;
			background: #f8f8f8;
			border: 1px solid #cfcfcf;
			padding: 15px;
			width: 500px;
			margin: 10px 0 10px;
		}
		
		#page #contact form input,
		#page #contact form textarea{
			width: 500px;
		}
		
		
		#page #reply form textarea,
		#page #contact form textarea{
			height: 100px;
			font: 12px 'Arial';
		}
		
		#page #reply form .button,
		#page #contact form .button{
			background: #000;
			color: #FFF;
			padding: 13px;
			border:1px solid #cfcfcf;
			width: auto;
		}
		
		/* Contact */
		#page #contact{
			margin-top: 10px;
		}
		
			#page ul#entries li .entry #contact h2{
				font-size: 18px;
				
				/* Changed By Andrew 2011-01-20 */
				font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
				
				/* font-family: Georgia; */
				font-style: italic;
				color: #222222;
			}
				
				.cufon-active #page ul#entries li .entry #contact h2{ 
				    font-size: 18px;
				}
				
		/* Gallery */
		ul.gallery{
			margin-top: 10px;
			width: 670px;
			margin-bottom: 20px;
		}
			ul.gallery li{
				float: left;
				width: 106px;
				margin-right: 10px;
				margin-left: 10px;
				margin-top: 6px;
				margin-bottom: 6px;
			}
			
		
			ul.gallery li img{
				border: 1px solid #cfcfcf;
				padding: 2px;
			}
/* --------------------------- */
/* Sidebar				   	   */
/* --------------------------- */

#sidebar{
	width: 265px;
	float: right;
	padding-right: 18px;
}

	#sidebar .box{
		border-bottom: 1px dotted #cacaca;
		margin-bottom: 25px;
		padding-bottom: 25px;
		padding-left: 5px;
	}
	
		#sidebar .box.noborder{
			border: 0;
		}

		#sidebar .box .title{
			font-family: 'Arial';
			font-size: 16px;
			font-weight: bold;
			padding-bottom: 10px;
			margin-top: 5px;
		}
		
			.cufon-active #sidebar .box .title{ 
				font-size: 22px;
				padding-top: 0px;
			}
	
	#sidebar ul.ads{
	
	}
	
	#sidebar ul.lessons{
		margin-left:16px;

	}

	#sidebar ul.lessons li, #sidebar ul li{
		line-height:20px;
	}
	
	#sidebar ul.lessons li{
	}
	#sidebar ul.lessons li.selected{
		list-style-image: url("/img/bullet.gif");
	}
	
	#sidebar ul.lessons li a,#sidebar ul li a{
		font-size: 14px;
		color: #333;
	}
	#sidebar ul.ads li{
		display: inline;
	}
		
	#sidebar .author img{
		float: left;
		margin: 5px;
		margin-left: 0;
	}
	
	#sidebar .author p{
		font-size: 11px;
		line-height: 18px;
		color: #666666;
	}
		
	#sidebar ul.categories{
		font-size: 11px;
	}
		#sidebar ul.categories li{
			margin-bottom: 8px;
		}
		
		#sidebar ul.categories li a{
			color: #aaaaaa;
		}

	#sidebar h3{
		font-family:Arial;
		padding:5px 0 5px 0;
		font-weight:bold;
	}

	#sidebar .widget{
		margin:5px 0 15px;
		color:#343434;
		display:block;
		overflow:hidden;
	}
			
	#sidebar p{
		font-size:12px;
		padding:2px 0 5px 0;
		line-height:18px;
	}

	#sidebar .emailWidget{
		height:135px;
		width:262px;
		background: url("/img/sidebar/Gradient.png" ) repeat-x;
	}

	#sidebar .funderWidget{
		padding-bottom:20px;
		width:262px;
		background: url("/img/sidebar/Gradient.png" ) repeat-x;
	}

	#sidebar .funderWidget div{
		 padding:2% 5%;
	}

	#sidebar .bookWidget{
		height:135px;
		width:264px;
	}
	
	#emailContent{
		padding:5%;
	}
	
	#emailContent .emailRetrieve{
		width:230px;
		height:30px;
		background:white;
		border: 1px solid #CCC;
	}
	
	#emailContent .emailInputContainer{
		float:left;
		width:195px;
		height:26px;
		border-right: 1px solid #CCC;
		margin:1px 0;
		background:white;
	}
	
	#emailContent input#Email{
		width:183px;
		height:16px;
		padding:5px 5px !important;
		color:#343434;
		vertical-align:middle;
		background:white;
	}
	#emailContent .emailSubmitContainer{
		float:left;
		width:30px;
		height:17px;
		padding:3px 0 0 2px;
		text-align:center;
		background:white;
		margin-top:4px;
	}
	#emailContent .emailSubmitContainer > a{
		cursor:pointer;
	}


/* --------------------------- */
/* Footer				   	   */
/* --------------------------- */
		
#footer{
	background:#EBEBEB;
	color:#838383;
	height: 200px;
	padding: 8px;
	margin-top: 15px;
}

	#footer .inner{
		width: 1000px;
		margin: 0 auto;
	}
	
	#footer ul.ads{
		margin-top: 35px;
	}
	
		#footer ul.ads li{
			display: inline;
			margin-right: 30px;
		}
		
		#footer ul.ads li:last-child{
			margin-right: 0px;
		}
		
		#footer ul.ads li img{
			border: 1px solid #4d4d4d;
		}
	
	#footer .copyright{
		margin-top: 20px;
		width: 480px;
		float: left;
	}
	
		#footer .copyright p{
			color: #666666;
			font-size: 11px;
		}
		
		#footer .copyright p img{
			vertical-align: middle;
		}
	
	#footer ul.quick_links{
		float: right;
		width: 480px;
		text-align: right;
		margin-top: 32px;
	}
	
		#footer ul.quick_links li{
			/*display: inline;*/
			color: #666666;
			font-size: 11px;
			margin-right: 10px;
		}
		
		#footer ul.quick_links li a{
			color: #666666;
		}
		
		#footer .footer-address{
			float:left;
			width:54%;
			margin:50px 0 0 0;
			color: #838383;
			font-size: 11px;
		}
		
		#footer .footer-address h2{
			color: #666666;
			font-size:13px;
		}

		#footer .footer-address a:link, #footer .footer-address a:visited, #footer .footer-address a:active{
			text-decoration:none;
			color:#666;
		}
		#footer .footer-address a:hover {
			text-decoration:underline;
			color:#666;	
		}
		#footer .footer-links{
			float:right;
			width:15%;
			position:relative;
			margin:50px 0 0 0;
			color: #838383;
			font-family:Arial, Helvetica, sans-serif;
		}

		#footer .footer-links h3{
			color: #666666;
			font-size:13px;
			font-weight:bold;
		}

		#footer .footer-links ul li a{
			color: #666666;
			font-size: 11px; 
		}
		
		#footer .footer-links ul li.connect{
			height: 20px;
		}
		
		#footer .footer-links ul li a img{
			vertical-align:middle;
			width:15px;
			height:15px;
		}
		
/* Easy Slider */
	#slider {
		width: 960px; 
		margin-left: 18px; 
		/* background: url(../img/cu3er/shadow.jpg) no-repeat bottom left; */
		height: 358px;
	}
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		list-style:none;
		width: 960px;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:358px;
		overflow:hidden; 
		background: transparent;
		}	
	/* numeric controls */	

	ol#controls{
		/*border-top: 2px solid #DDD;	*/
		margin: -50px 18px 0;
		padding: 10px 0 0;
		height:18px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left !important;
		list-style:none;
		height:10px !important;
		line-height:10px !important;
		}
	ol#controls li a{
		float:left !important;
		height:10px !important;
		width:10px !important;
		line-height:10px !important;
		border:1px solid #ccc !important;
		background:#efefef !important;
		color:#efefef !important;
		padding:0 !important;
		text-decoration:none;
		font-size: 1px;
		display: block;
		opacity: 0.8;
		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	

/* // Easy Slider */
		