/*
Theme Name: Oxford Open Learning
Theme URI: http://www.ool.co.uk/
Description: The main theme for Oxford Open Learning Main Site.
Author: Freshinc.co.uk
Version: 1.0
Tags: Education, Courses
*/

/* =Menu
-------------------------------------------------------------- */

.menu-header {
	float: left;
}

#access {
	margin: 0 auto;
	width: 980px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 200px;	
	background: #fff;
	padding: 0px;
	border: 1px solid #ccc;
	border-top: none;
	/*box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);*/
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:5px 0 5px 10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
}


		#feature-banner {
			float: left;
			height: 250px;
			width: 650px;
			position: relative;
			overflow: hidden;
		}

		
			#feature-banner img#feature-tag {
				position: absolute;
				top: 20px;
				right: -5px;
				z-index: 999;
			}
			
			#feature-banner h2 a {
				font-size: 30px;
				color: #333;
				text-decoration: none;
			}
			
			#feature-banner .feature-content {
				height: 250px;
				width: 650px;
			}
			
			#feature-banner .feature-content-text {
				position: absolute;
				bottom: 30px;
				left: 30px;
				padding: 20px;
				width: 450px;
			}
			
			#feature-banner .feature-content-text p {
				padding: 0px;
			}
			
			.feature-content-text h1 a, .feature-content-text h2 a {
				font-size: 30px;
				color: #333;
				text-decoration: none;
			}

.social-icons {
	padding: 13px 13px 0 13px;
	margin: 0;
}
ul.social-icons li {
	list-style: none;
	margin: 0;
}/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
	
/**		MAIN STRUCTURE		**/

.fi-container {
	width: 980px;
	margin: 0 auto;
}


	/**		GLOBAL FORMATTING		**/
	
	.fi-one-column, .fi-two-column, .fi-three-column, .fi-four-column, .fi-five-column, .fi-six-column, .fi-seven-column, .fi-eight-column, .fi-nine-column {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.fi-quarter-row, .fi-half-row, .fi-one-row, .fi-two-row, .fi-three-row, .fi-four-row, .fi-five-row, .fi-six-row  {
		margin-bottom: 10px;
	}
	
	.fi-quarter-inner-row, .fi-half-inner-row, .fi-one-inner-row, .fi-two-inner-row, .fi-three-inner-row, .fi-four-inner-row, .fi-five-inner-row, .fi-six-inner-row  {
		margin-bottom: 10px;
		background: #333;
	}


		/**		Columns		**/
		
		.fi-one-column 		{ width: 100px; }
		.fi-two-column 		{ width: 210px; }
		.fi-three-column 	{ width: 320px; }
		.fi-four-column 	{ width: 430px; }
		.fi-five-column 	{ width: 540px; }
		.fi-six-column 		{ width: 650px; }
		.fi-seven-column 	{ width: 760px; }
		.fi-eight-column 	{ width: 870px; }
		.fi-nine-column 	{ width: 980px; }
		.fi-last-column 	{ margin-right: 0px; }
		
		/**		Rows		**/
		
		.fi-quarter-row 	{ height: 25px; }
		.fi-half-row 		{ height: 60px; }
		.fi-one-row 		{ height: 110px; }
		.fi-two-row 		{ height: 220px; }
		.fi-three-row 		{ height: 330px; }
		.fi-four-row 		{ height: 440px; }
		.fi-five-row 		{ height: 550px; }
		.fi-six-row 		{ height: 660px; }
		
		/**		Inner Rows		**/
		
		.fi-half-inner-row 		{ height: 2.98em; }
		.fi-one-inner-row 		{ height: 105px; }
		.fi-two-inner-row 		{ height: 220px; }
		.fi-three-inner-row 	{ height: 300px; }
		.fi-four-inner-row 		{ height: 410px; }
		.fi-five-inner-row 		{ height: 520px; }
		.fi-six-inner-row 		{ height: 630px; }
		
		.fi-last-row 	{ margin-bottom: 0px; }
	

	/**
		UTILITIES
	**/
	
	.fi-clr {
		clear: both;
	}/***********************************************/
/* fi-ool-theme.css  	             		   */
/*                                             */
/***********************************************/
/* General                                     */
/***********************************************/

body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff url(../img/main-background.jpg) center top no-repeat;
	padding: 0px;
	margin: 0px;
}

.shadow {
	text-shadow: #333 1px 1px 1px;
}


a:link {
	color: #7e4289;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #759C29;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #9FCF47;
	text-decoration: underline;
	font-weight:bold;
}

a:active {
	color: #9FCF47;
	text-decoration: underline;
	font-weight:bold;
}

h1 {
	font-size: 25px;
	padding: 10px 0 10px 0;
	line-height: 25px;
}

h2 {
	font-size: 20px;
	padding: 10px 0 10px 0;
	line-height: 15px;
}

h3 {
	font-size: 15px;
	padding: 10px 0 10px 0;
	line-height: 15px;
}

h4 {
	font-size: 13px;
	padding: 10px 0 10px 0;
}

h5 {
	font-size: 11px;
	padding: 10px 0 10px 0;
}

p, ul li {
	font-size: 12px;
	line-height: 15px;
}
	
p {
	padding-bottom: 10px;
}

.bold {
	font-weight: bold;
}

hr {
	border: 0px;
	height: 1px;
	border-top: 1px dotted #ccc;
	display: block;
	margin: 20px;
}

.txt-right {
	text-align: right;
}
	
.main-body ul {
	margin-bottom: 20px;
}
	
	.main-body  li {
		list-style-image: url(../images/ool-right-li-bullet.jpg);
		margin-left: 25px;
	}

	ol {
		list-style-type: decimal;
		margin-left: 20px;
		line-height: 20px;
	}
	

/** [ HEADER ] ******************/

.top-header {
	height: 153px;
}

#access {
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 1px;
    z-index: 5;
}

#access ul {
	margin: 0;
	padding: 0;
	height:41px;
}

#access li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 1px dotted #ccc;
}

#access li a {
	text-decoration: none;
	background-color: transparent;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display:block;
	float:left;
	line-height: 41px;
	padding-right: 18px;
	padding-left: 13px;
	text-shadow: #fff 1px 1px 0px;
}

#access li a:link { 
	color: #000;
	font-weight: bold;
}

#access li ul li a:link { 
	color: #333;
	font-weight: bold;
}
#access li a:visited {
	color: #000;
}

#access li a:hover {
	color: #333;
}

#access li a:active {
	color: #000;
}

.top-search {
	float: right;
}

		.top-search {
			float: right;
			text-align: right;
			padding: 0px;
			margin: 0px;
			margin-top: 3px;
		}
		
		 .top-search #search-surround {
			margin-top: 8px;
			float: left;
			width: 153px;
			height: 27px;
			background: url('../images/search-box.gif') top left no-repeat;
		}
		
		.top-search #search-surround input.searcher {
			width: 143px;
			height: 27px;
			border: none;
			padding-left: 10px;
			background: none;
		}
		
		.top-search #go-button {
			margin-top: 5px;
			float: left;
			width: 25px;
			height: 25px;
			border: none;
			padding-left: 10px;
			background: none;
			margin-right: 7px;
		}


	
/** [BANNER] **********************/

.banner-tel {
	font-size: 16px;
	font-weight: bold;
	color: #868686;
	position: absolute;
	top: 28px;
	right: 0px;
	width: 300px;
	text-align: right;
	padding-right: 10px;
	text-shadow: #fff 1px 1px;
}
.banner-tel span {
	top: 24px;
	font-size: 35px;
	color: #000000;
	display: block;
	line-height: 25px;
	letter-spacing: -3px;
}

/** [ OFFER POD ] *******************/

.offer-pod {
		margin: 0 0 10px 0;
		height: 118px;
		position: relative;
}
	
		.offer-pod .offer-content {
			position: absolute;
			z-index: 999;
			width: 180px;
			float: right;
			padding-top: 15px;
			padding-right: 10px;
			right: 10px;
			line-height: 10px;
		}
	
		.offer-pod .offer-title {
			font-size: 15px;
			font-weight: bold;
		}
		
		.offer-pod img {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
		
		.offer-pod a {
			/*color: #fff;*/
		}

/** [ HOME PAGE ] *******************/

	.home-content {
		background: url(../img/ool-main-content-back-blank-w-seps.jpg) no-repeat;
	}
	
	


	.homepage-copy {
		width: 400px;
		margin-left: 20px;
	}
	
	.home-content h1 {
		font-size: 22px;
		font-weight: bold;
		color: #7e4289;
		letter-spacing: -1px;
		text-shadow: #fff 1px 1px 1px;
		padding: 30px 0 0 30px;
		margin-bottom: 20px;
		display: block;
		
	}
	/*	float: left;
		width: 398px;
		margin: 20px 0 0 20px;
	}*/
	.home-content h2 {
		margin-left: 20px;
	}

	.ool-qualification-pod {
		text-align: justify;
		float: left;
		width: 195px;
		margin-left: 16px;
	}
	.ool-qualification-pod h3 {
		font-weight: bold;
		color: #F5841F;
		padding-bottom: 3px;
		font-size: 14px;
	}
	.ool-qualification-pod p {
	
	}

	.ool-qualification-pg-pod {
		text-align: justify;
		float: left;
		width: 195px;
		margin-left: 25px;
		margin-right: 20px;
	}
	.ool-qualification-pg-pod h3 {
		font-weight: bold;
		color: #F5841F;
		padding-bottom: 3px;
		font-size: 14px;
	}
	.ool-qualification-pg-pod p {
	
	}
	
	.ool-grey-title {
		font-size: 20px;
		font-weight: bold;
		color: #666;
		text-shadow: #ccc 1px 1px 0px;
	}
	
	.ool-grey-date {
		font-weight: bold;
	}
	
	.ool-right-latest-news span {
		font-weight: bold;
		color: #99CC33; 
	}
	
	.ool-right-latest-news p {
		padding-bottom: 12px;
	}

	.ool-right-lower-shadow {
		background-image: url(../images/ool-right-shadow-lower.jpg);
		background-repeat: no-repeat;
		height: 14px;
		width: 330px;
		background-position: right top;
	}
	
	.ool-right-general {
		color: #666666;
		padding-left: 25px;
		padding-right: 15px;
		line-height: normal;
		text-align: justify;
	}
	
	.ool-right-general li {
		list-style-type: none;
		line-height: 15px;
	}
	
	.ool-right-general ul {
		padding-top: 5px 0px 5px 0;
		margin: 10px 0 0 3px;
	}
	
	.ool-right-big-shadow {
		background-image: url(../images/ool-right-shadow.jpg);
		background-repeat: no-repeat;
		height: 25px;
		width: 330px;
	}
	
	.ool-right-general {
		color: #666666;
		padding-left: 25px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-top: 15px;
		line-height: normal;
		text-align: justify;
	}
	
	.ool-right-latest-news ul {
		padding-top: 10px;
	}


	/** [ TESTIMONIAL ] *****************/

		.testimonials-home {
			position: absolute;
			top: 340px;
			right: 40px;
			font-size: 15px;
			font-style:  italic;
			font-weight: bold;
			width: 160px;
			color: #333;
			line-height: 15px;
		}
		
	
			.testimonial-pod {
				font-size: 15px;
				font-style:  italic;
				font-weight: bold;
			}
			
			.testimonial-name {
				font-size: 11px;
				font-style: normal;
				font-weight: normal;
			}
			
	.breadcrumbs {
		background: url('../img/breadcrumbs-bg.jpg') no-repeat;
		height: 36px;
	}		

		.breadcrumbs p {
			padding: 10px 0 0 10px;
		}
		
	.title-bar {
		background-image: url(../img/accent-decor.png) repeat-x;
		height: 62px;
	}
	
	.course-type {
		background: url(../img/vert-shade.png) right repeat-y;
		width: 219px;
		margin-right: 0;
		height: 62px;
	}
	
		.course-type h3, .course-listing h3 {
			padding: 8px;
			font-size: 14px;
		}
	
	.course-listing {
		width: 219px;
		margin-right: 0;
		border-right: 1px solid #fff;
	}
	
		ul.this-course{
		background: #fff url(../img/vert-shade.png) right repeat-y;
		}
		
		ul.this-course li {
			padding: 5px 0 5px 0;
			/*background: #fff -15px 24px url(../img/course-divider.png) no-repeat;*/
		}
	
	ul.course-list li {
		float: left;
		width: 200px;
		padding-bottom: 5px;
	}
	
	.main-copy-column p, .main-copy-column h1, .main-copy-column h2, .main-copy-column h3, .main-copy-column h4 {
		padding-left: 10px;
		padding-right: 10px;
		text-align: justify;
	}


/** [ HomePods ] ********************/

	.ool-home-pod {
		height: 249px;
		position: relative;
	}
	
	.ool-home-pod h2 {
		text-shadow: 1px 1px #fff;
		font-size: 18px;
	}
	
	.ool-home-pod .holder {
		position: absolute;
		bottom: 0px;
		padding: 10px 10px 0px 15px;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
		text-shadow: 1px 1px #fff;
	}
	.ool-home-pod .holder ul li {
			margin-left: 15px;
			line-height: 20px;
			font-weight: normal;
	}
	
	.main-body .ool-home-pod .holder ul {
		padding: 0;
		margin-bottom: 10px;
	}

	

/*----------------------  footer position ----------------------------------*/

.footer {
	background: url(../img/footer-bg.jpg) top center no-repeat;
	padding-top: 0px;
	color: #666;
	font-size: 10px;
}

	.footer ul {
		padding: 20px 0 20px 20px;
	}

	.footer .txt-right div.foot-holder {
		padding: 20px 20px 20px 0;
		text-align: right;
	}

	.footer ul li {
		float: left;
		list-style-type: none;
		list-style-image: none;
		margin: 0px;
		padding: 0 20px 20px 0;
	}

.footer .freshinc {
	color: #333333;
	clear: both;
}
.footer a:link {
	color: #000;
}
.footer a:visited {
	color: #000;
}
.footer a:hover {
	color: #A8CE3A;
	text-decoration:underline;
}
.footer a:active {
	color: #A8CE3A;
	text-decoration:underline;
}

/** [ FI Utils ] ********************/

	.fi-pos-holder {
		position: relative
	}
	
	.fi-right-it {
		position: absolute;
		right: 0;
	}
	
	.fi-left-it {
		position: absolute;
		left: 0;
	}
	
	.fi-top-it {
		position: absolute;
		top: 0;
	}
	
	.fi-bottom-it {
		position: absolute;
		bottom: 0;
	}
	
	
/** [ Courses Pages ] ******************/

.page-holder {
	background: url(../img/course-bg.jpg) right repeat-y;
	position: relative;
}
.content-page-holder {
	background: url(../img/page-bg.jpg) right repeat-y;
	position: relative;
}
img.bottom-corner {
	position: absolute;
	bottom: 0;
	left: 0;
}
img.bottom-right-corner {
	position: absolute;
	bottom: 0;
	right: 0;
}

.prospectus-subjects h3 {
 padding: 10px;
}

.prospectus-title h1 {
 padding: 18px;	
} 

.course-listing h3 {
 text-shadow: #fff 1px 1px;
 padding: 0 10px 10px 10px;
 font-size: 15px;
 font-weight: bold;
}

.course-listing {
 text-shadow: #fff 1px 1px;
}

.course-listing ul.this-course li {
 margin-right: 10px;
 padding-bottom: 5px;
 padding-top: 5px;
 font-weight: bold;
 background: transparent url(../img/side-divide.png) bottom left no-repeat;
}
.course-listing ul.this-course {
 margin-bottom: 0px;
 
}

.current-course {
 background: url(../img/side-section-divider.gif) bottom left no-repeat;
}

.other-course-holder {
 background: url(../img/side-section-divider-bottom.gif) top left no-repeat;
}

.other-course-holder h3{
 padding-top: 10px;
}

.course-listing ul.other-courses li {
 margin-right: 10px;
 padding-bottom: 10px;
 font-weight: bold;
}

.main-copy h2 {
	line-height: 20px;
}

iframe {
	border: 5px solid #fff;
	margin: 0 auto;
	margin-left: 30px;
}

.side-button {
	margin-left: 15px;
}

.side-content {
	padding-top: 10px;
}
.side-content h3, .side-content p {
	padding-left: 10px;
}

.side-content ul li {
 margin-right: 10px;
 padding-top: 5px;
 font-weight: bold;
 }
 
 /***** [ BLOG ]   ******/
 
 .blog-entry, .post {
 	background: url(../img/blog-entry-bg.gif) no-repeat;
 	padding: 18px 30px 18px 30px;
 }
 
 .blog-side ul li {
 	list-style: none;
 	margin-left: 10px;
 }
 
 .blog-side ul li ul li {
 	list-style: none;
 	margin-left: 25px;
		list-style-image: url(../images/ool-right-li-bullet.jpg);
 }
 
 .widget_tag_cloud div {
 	margin-left: 10px;
 }
 
 .nav-previous {
 	float: left;
 	padding: 10px;
 }
 
 .nav-next {
 	float: right;
 	padding: 10px;
 }
 
 .navigation {
 	border-top: 1px dotted #ccc;
 	border-bottom: 1px dotted #ccc;
 	height: 40px;
 }
 
 .wp-caption {
 	margin: 0 auto;
 }
 
 .page {
 	padding: 0;
 	background: url('../img/app-bg.jpg') 0 55px repeat-x;
 	width: 980px;
 }
 
 #page1 {
 	background: url('../img/intro-bg.jpg') 0 55px no-repeat;
 	width: 980px;
 	height: 507px;
 }
 
 .btn-start-app {
 	position: absolute;
 	bottom: 90px;
 	right: 200px;
 	cursor: pointer;
 }
 
 .app-breadcrumbs {
 	margin: 10px 15px 0px 13px;
 }
 
 .btn-next {
 	float: right;
 	cursor: pointer;
 }
 
 .btn-back {
 	cursor: pointer;
 }
 
 .blank-bg {
 	background: url(../img/blank-bg.jpg) repeat-y;
 }
 
 /****
 
 ****/
 
 #form1 input {
 	margin-left: 10px;
 	padding: 5px;
 }
 #form1 table tr td input {
 	margin-left: 0px;
 	padding: 5px;
 }
  .main-copy-column {
  	padding-bottom: 30px;
  }
 .main-copy-column table {
 	margin-left: 20px;
 	margin-bottom: 20px;
 	width: 720px;
 	
 }
 .main-copy-column table tr th {
 	border-bottom: 1px dotted #ccc;
 	padding: 10px;
 	font-weight: bold;
 	text-align: left;
 }
 .main-copy-column table tr td {
 	border-bottom: 1px dotted #ccc;
 	background: #fff;
 	padding: 10px;
 }
 
 em {
 	font-style: italic;
 }
 
 .courses-holder {
 	margin-left: 10px;
 }/**
 * FEATURE BANNER
 */

#access ul li
{
	margin: 0;
	padding: 0;
}
	
#access li ul
{
	background-image: none;
	background: #fff;
}
#access li ul li
{
	margin: 0;
	padding: 0;
	background-image: none;
	background: #fff;
	width: 150px;
}


.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#feature-banner .jcarousel-prev {
	position: absolute;
    height: 43px;
    width: 20px;
    cursor: pointer;
    left: -200px;
    z-index: 50;
    top: 101px;
}


#feature-banner .jcarousel-next {
	position: absolute;
    width: 20px;
    height: 43px;
    cursor: pointer;
    left: -200px;
    z-index: 50;
    top: 101px;
}

#feature-banner .jcarousel-next-disabled-horizontal,
#feature-banner .jcarousel-next-disabled-horizontal:hover,
#feature-banner .jcarousel-next-disabled-horizontal:active {
    background: url(../images/right.png) -3px no-repeat;
}


#feature-banner .jcarousel-prev-disabled-horizontal,
#feature-banner .jcarousel-prev-disabled-horizontal:hover,
#feature-banner .jcarousel-prev-disabled-horizontal:active {
    background:  url(../images/left.png) -3px no-repeat;
}


#feature-banner .jcarousel-next-horizontal:hover {
    background: transparent url(../images/right-hover.png) -3px no-repeat;
}

#feature-banner .jcarousel-prev-horizontal:hover {
    background: transparent url(../images/left-hover.png) -3px no-repeat;
}

.jcarousel-control {
	position: absolute;
	bottom: 20px;
	left: 299px;
	z-index: 50;
	line-height: 10px;
	font-family: arial;
	z-index: 2;
}

	.jcarousel-control a {
		margin-right: 5px;
		text-decoration: none;
		font-size: 11px;
		background: #fff;
		padding: 1px 5px 1px 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	ul#main-feature-scroller li.feature-holder {
		position: relative;
	}
	
	ul#main-feature-scroller .feature-holder div.feature-content div.feature-content-text {
		bottom: 80px;
		left: 10px;
		width: 340px;
	}
	
	ul#main-feature-scroller .feature-holder div.feature-content div.feature-content-text .entry-title {
		color: #7e4289;
		letter-spacing: -1px;
	}
	
	ul#main-feature-scroller .feature-holder div.feature-content div.feature-content-text .entry-title {
		font-weight: bold;
		line-height: 20px;
		font-size: 21px;
		text-shadow: #fff 1px 1px;
	}
	
	
		#feature-banner ul li {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
		}
		
		#feature-banner {
			height: 246px;
			width: 650px;
			position: relative;
		}
		
		.feature-content {
		
			height: 246px;
			width: 650px;
		}

		.jcarousel-list {
    		z-index: 1;
    		overflow: hidden;
    		position: relative;
    		top: 0;
    		left: 0;
    		margin: 0;
    		padding: 0;
		}
		
		
		#feature-banner .banner-column {
		 float: left;
		 width: 190px;
		}
		
/**
 * ADMIN BAR
 */
 
	.admin-bar {
		position: absolute;
		display: block;
		position: fixed;
		bottom: 0px;
		z-index: 5000;
		background: url('/_cms/img/trans.png');
		width: 980px;
		padding: 10px;
		text-align: center;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		
	}

.admin-bar a {
		padding: 20px 10px 10px 50px;
		color: #fff;
		text-shadow: #333 1px 1px;
	}
	
	.controls {
		position: absolute;
		border: 0px;
		z-index: 9999999;
	}

.controls a
{
background-image: url("http://ool.freshinc.co.uk/wp-content/themes/oxford-open-learning/images/btn-go.gif");
background-repeat: no-repeat;
background-position: left top;
width: 21px;
height: 21px;
float: left;
margin-left: 9px;
display: inline;
overflow-x: hidden;
overflow-y: hidden;
line-height: 100px;
}

.controls a.activeSlide
{
background-image: url("http://ool.freshinc.co.uk/wp-content/themes/oxford-open-learning/images/btn-go.gif");
}

.controls a:first-child
{
margin-left: 0px;
}

#feature-banner .feature-content-text ul li {	
	margin-left: 20px;
	list-style-type: disc;
	clear: both;
}
#access .menu-header li { z-index: 999;}
#access .menu-header li a {position: relative;z-index: 100;}

.jcarousel-container, .jcarousel-container-horizontal { height: 246px; width: 650px; }

