/*
.banner-header {
	background:url(../images/bg-headertxt.jpg) no-repeat 0 0;
	height:301px;
	margin:0 auto;
	width:960px;
}
*/
	.carousel {
		float:left;
		height:300px;
		position:relative;
		width:716px;
		overflow:hidden;
	}
	
	#slider li{
		width:716px;
		height:300px;
		overflow:hidden; 
	}
.carousel {
	position:relative;
}
#prev{
	left:0;
	bottom:0;
	position:absolute;
}
#prev a {
	display:block;
	background:url(../images/btn_prev.png) no-repeat;
	width:27px;
	height:27px;
	text-indent:-9999px;
}
#next{
	right:0;
	bottom:0;
	position:absolute;
}
#next a {
	display:block;
	background:url(../images/btn_next.png) no-repeat;
	width:27px;
	height:27px;
	text-indent:-9999px;
}
	
/*		.c-one {
	padding:0 0 0 160px;
	background-image: url(../images/graduate.png);
	background-repeat: no-repeat;
	background-position: 5px 0;
		}
		
			.carousel h2 {
				color:#000;
				font-family:georgia;
				font-size:30px;
				margin:0 0 20px;
			}
			
			.carousel p {
				color:#333;
				font-family:arial;
				font-size:18px;
				margin:10px 0;
			}
			
			.btn-cta {
				display:block;
				float:left;
				height:46px;
				padding:0 0 0 14px;
			}
				.btn-cta span {
					display:block;
					padding:0 14px 0 0;
				}
					.btn-cta span strong {
						color:#fff;
						display:block;
						font-family:Lucida Grande;
						font-size:15px;
						font-weight:bold;
						height:34px;
						padding:12px 5px 0;
						text-transform:uppercase;
					}
					
			.btn-viewcourses {
				background:url(../images/btn-viewcourses.png) no-repeat 0 0;
				margin:10px 10px 0 0;
			}
			.btn-viewcourses:hover { background:url(../images/btn-viewcourses.png) no-repeat 0 -138px; }
				.btn-viewcourses span { background:url(../images/btn-viewcourses.png) no-repeat right -46px; }
				.btn-viewcourses:hover span { background:url(../images/btn-viewcourses.png) no-repeat right -184px; }
					.btn-viewcourses span strong { background:url(../images/btn-viewcourses.png)  repeat-x 0 -92px; }
					.btn-viewcourses:hover span strong { background:url(../images/btn-viewcourses.png)  repeat-x 0 bottom; }
			
			.btn-contactus {
				background:url(../images/btn-contactus.png)  no-repeat 0 0;
				margin:10px 0 0 0;
			}
			.btn-contactus:hover { background:url(../images/btn-contactus.png) no-repeat 0 -138px; }
				.btn-contactus span { background:url(../images/btn-contactus.png)  no-repeat right -46px; }
				.btn-contactus:hover span { background:url(../images/btn-contactus.png)  no-repeat right -184px; }
					.btn-contactus span strong { background:url(../images/btn-contactus.png)  repeat-x 0 -92px; }
					.btn-contactus:hover span strong { background:url(../images/btn-contactus.png)  repeat-x 0 bottom; }
			
			.pges { position:absolute; bottom:10px; right:10px; }
			
				.pges li {
					float:left;
					margin-left:2px;
				}
				
					.pges li a {
						display:block;
						padding:4px 0 0;
					}
					.pges li.active a { background:url(../images/arrow-pges.gif) no-repeat center 0; }
					
					
						.pges li a span {
							background:#646464;
							color:#fff;
							display:block;
							font-size:14px;
							font-weight:bold;
							padding:6px 0;
							text-align:center;
							width:26px;
						}
						.pges li.active a span { background:#fff; color:#666; }
						
						.pges li a span:hover {background-color:#fff;color:#666;}
*/
	
	.enquiryform {
		background:#ececec;
		float:right;
		height:270px;
		padding:15px;
		width:204px;
	}
	
		.enquiryform h2 {
			background:url(../images/hdr-enquiry.gif) no-repeat 0 0;
			font-weight:normal;
			height:14px;
			margin:0 0 10px;
		}
		
		.enquiryform form {}
		
			.enquiryform form ul {}
			
				.enquiryform form ul li { padding:4px 0 }
				
					.enquiryform form ul li span {
						background:url(../images/bg-form.gif);
						display:block;
						float:left;
						height:22px;
						padding:6px 5px 0 8px;
						width:191px;
					}
					
					.enquiryform form ul li.pc span { background:url(../images/bg-form.gif) 0 -29px; width:82px }
					.enquiryform form ul li.pc span.p { margin-right:13px; }
					.enquiryform form ul li.m span { background:url(../images/bg-form.gif) 0 bottom; height:73px }
					.enquiryform form ul li.action span { background:none; height:auto; padding:0; width:auto; float:right }
					
						.enquiryform form ul li span input {
							background:none;
							border:none;
							color:#999;
						}
						.enquiryform form ul li.pc span input { width:75px }
						
						.enquiryform form ul li span textarea {
							background:none;
							border:none;
							color:#999;
							font-size:12px;
							font-family:arial;
							height:60px;
							overflow:hidden;
							width:185px;
						}
						
						.enquiryform form ul li.action span input {
							background:url(../images/btn-submit.gif) 0 0;
							cursor:pointer;
							height:34px;
							width:93px;
						}
						.enquiryform form ul li.action span input:hover { background:url(../images/btn-submit.gif) 0 bottom; }
				
