/* General Typography ================================================================ */

	body {
		font-size: 11px; line-height: 12px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		color: #505457;
		}

	a {
		color: #1064ba; text-decoration: none;
		}

	a:hover {
		text-decoration: underline;
		}
		
	*.bold, strong {
		font-weight: bold !important;
		}
		
	a img {
		border: none;
		outline: none;
		}
	
	sup {
		font-size: 8px;
		}	

/* CONTENT OUTPUTS ============================================================================= */

	div.callOut { width: 508px; padding: 0px 0 10px 15px; border-bottom: 1px solid #b2d2f0; color: #2696d3; }
	div#headerSearch { width: 213px; height: 34px; background: white top left no-repeat url(../img/moduleblocks/search_header.jpg); }
	div#headerSearch td { vertical-align: middle; height: 34px; text-align: left; }
	#searchText { border-style: solid; border-width: 1px; font-size: 10px; margin-left: 60px; }
		
	#contentPanel { letter-spacing: normal !important; padding: 1em 0 2em 0; }

	#contentPanel div.imageleft {
		float: left; margin-right: 1em; margin-bottom: 1em;
		}

	#contentPanel div.imageright {
		float: right; margin-left: 1em; margin-bottom: 1em; 
		}

	#contentPanel .imageright img, #contentPanel .imageleft img {
		display: block;
		padding: 3px; background: #fff;
		border: 1px solid #8a8a8a;
		}
		
		#contentPanel .imageleft .caption, #contentPanel .imageright .caption {
			display: block; color: #696057;
			padding: 5px 5px 7px 5px; border: 1px solid #AAA5A2; border-top: none;
			text-align: center; font-size: 10px; background: #fff;
			}
			
	h1 {
		display: block; margin: 0.2em 0 0.5em 0;
		color: #2696d3;
		font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
		font-size: 14px; font-weight: bold; line-height: 16px;
		text-transform: uppercase;
		}
		
	h1.detail {
		margin-bottom: 0;
		}	

	h2 {
		display: block; clear: both;
		margin: 1em 0 1em 0; padding-bottom: 6px;
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2696d3; text-transform: uppercase;
		background: transparent left bottom repeat-x url(../img/nav/li.png);
		}
		
	#contentPanel p {
		margin-bottom: 0.5em;
		line-height: 1.2em;
		color: #505457;
		}
		
		#contentPanel p.intro {
			font-weight: bold; color: #42454a;
			}
		
	#contentPanel a {
		font-weight: bold;
		}

	#contentPanel a:visited {
		color: #3da2db;
		}
		
	#contentPanel a:hover {
		color: #6db9e4;
		}	
		
	#contentPanel a.readMore {
		margin-left: 5px; text-transform: lowercase; color: #1064ba;
		}
		
	#contentPanel p.clickhere { margin-top: 1em; }	
	#contentPanel a.clickhere { text-transform: lowercase; color: #1064ba; padding: 2px 20px 2px 5px; border: 1px solid #CCCCCC; background: white no-repeat right 6px url(../img/clickhere.png);}		
	#contentPanel a.clickhere:hover { text-decoration: none; background-color: #bee0f3; }		
		
	#contentPanel a.backLink {
		color: #1064ba !important;
		text-transform: uppercase;
		}	
		
	#contentPanel ul, #contentPanel ol {
		margin-left: 5px;
		margin-bottom: 3px;
	}

	#contentPanel li {
		margin: 0.2em 0;
		list-style-type: none; padding-right: 30%; padding-left: 7px;
		background: transparent left 4px no-repeat url(../img/bullet-white.png);
		}
		
		* html #contentPanel li {
			padding-right: 15%;
			}
			
	span.label {
		font-weight: bold;
		}
		
	span.date {
		color: #ccc !important; font-weight: bold; float: right; margin-right: 3px;
		}					

	/*
	-----------------------------------------
	PAGE CHILD OUTPUT SUMMARY
	-----------------------------------------
	*/
	
	div.childWrapper {
		display: block;
		padding: 10px 0 5px 0;
		background: transparent left bottom repeat-x url(../img/nav/li.png);
		}
	
	a.childLabel {
		display: block; font-size: 12px;
		margin: 0; padding: 0 0 5px 0;
		text-transform: uppercase;
		}

	/*
	-----------------------------------------
	ARTICLE LIST SUMMARY OUTPUT
	-----------------------------------------
	*/
	
	table.articleList {
		border-collapse: collapse; clear: both; margin-bottom: 2em;
		border: 1px solid #C9DFF4; width: 100%;
		}
		
		table.articleList td {}

		table.articleList th {
			padding: 15px 0 10px 15px;
			font-weight: bold; text-transform: uppercase;
			color: #1064BA;
			font-size: 12px;
			}
			
		table.articleList td.image { padding: 15px; }	

		table.articleList td.dropdown {
			border: none; padding: 10px 5px 10px 10px;
			}

		table.articleList td.dropdown select {
			width: 100%;
			}

		table.articleList td.button {
			border: none; padding: 10px 10px 10px 5px;
			width: 10%;
			}

		table.articleList td.button input {
			width: 100%;
			}

		table.articleList td.title {
			color: #2696d3; font-weight: bold; text-transform: uppercase;
			padding: 15px 0 0 10px;
			}

		table.articleList td.date {
			width: 20%;
			color: #2696d3; font-weight: bold; text-transform: uppercase;
			text-align: right !important; vertical-align: top; padding: 15px 10px 0 10px;
			}

		table.articleList td.spacer {
			font-size: 0px; padding: 0px !important;
			height: 5px !important;
			}

		table.articleList td.label {
			width: 30%; line-height: 14px;
			color: #42454a; text-align: right !important; padding: 0px !important;
			}

		table.articleList td.output {
			line-height: 14px; color: #505457;
			text-align: left !important; padding: 0px 0 0 10px;
			}

		table.articleList td.notes {
			padding: 10px 10px 5px 10px; text-align: center !important; vertical-align: middle;
			border-top: 1px solid #c9dff4; color: #fff !important;
			}

		table.articleList td.summary {
			padding: 0 0 15px 15px;
			vertical-align: top;
			}
			
		table.articleList td.summary img.right {
			float: right; margin: 0 0 10px 10px;
			border: 1px solid #8a8a8a;
			}

		table.articleList td.summary img.left {
			float: left; margin: 0 10px 10px 0px;
			border: 1px solid #8a8a8a;
			}

	/*
	-----------------------------------------
	SUMMARY OUTPUT
	-----------------------------------------
	*/
	
	table.summaryOutput {
		border-collapse: collapse; clear: both; margin-bottom: 2em;
		border: 1px solid #8a8a8a; border-bottom: none; width: 100%;
		}
		
		table.summaryOutput td {
			background: #737373;
			}

		table.summaryOutput td.img {
			padding: 10px;  border-bottom: 1px solid #8a8a8a;
			vertical-align: top;
			width: 100px;
			}
			
			table.summaryOutput td.img img {
				border: 1px solid #8a8a8a;
				}

		table.summaryOutput td.txt {
			color: #BCB684; padding: 0 10px 10px 0;
			vertical-align: top;  border-bottom: 1px solid #8a8a8a;
			}

			
	/* LIST TABLE OUTPUT
	============================================================= */

	table.listOutput { clear: both; width: 100%; border: none; border-collapse: collapse; }

	table.listOutput th { vertical-align: middle; padding: 0 0 5px 0; font-weight: bold; border-bottom: 1px solid #C9DFF4 !important; }		
	table.listOutput td { vertical-align:top; background: #fff; }
		
	table.listOutput.links td { vertical-align:middle; padding: 10px; background: #737373; }

	table.listOutput.links .icon { text-align: center; width: 1%; }
	table.listOutput .title { width: 35%; }	

		table.listOutput .description { width: 35%; }	

		table.listOutput .filesize {
			width: 15%;
			}	

		table.listOutput .links {
			width: 15%;
			}
			
		table.listOutput.links .links {
			width: 75%; padding-left: 0;
			}
				
		table.listOutput.links .contact {
			width: 20%; text-align: center;
			}

		table.listOutput td.label {
			font-weight: bold; text-align: left; padding-right: 1em;
			}

		table.listOutput td.link a {
			display: block; text-align: center; padding: 0;
			}

		table.listOutput tr.alt td {
			padding-top: 10px;
			}
			
		table.listOutput.links tr.alt td {
			padding-bottom: 10px;
			}

			
	/* DETAIL TABLE OUTPUT
	============================================================= */
	
	table.detailOutput {
		position: relative; font-size: 11px;
		}

	table.detailOutput th {
		vertical-align: middle;
		}

	table.detailOutput td.intro {
		padding: 0.5em 0 1em 0;
		}

	table.detailOutput td.description {
		}

	/*
	-----------------------------------------
	DOWNLOAD LIST OUTPUT
	-----------------------------------------
	*/
	
	table.docDownload {
		border-collapse: collapse; margin-bottom: 1.5em; margin-top: 0.5em;
		}

	table.docDownload td {
		vertical-align: middle; text-align: left;
		padding-right: 10px;
		}



/* FORMS ============================================================================= */

.contentWrapper form {
	margin-top: 20px; padding-top: 15px; border-top: 1px solid #8a8a8a;
	}
	
.formWrapper {
	border-collapse: collapse; width: 100%;
	}

	.formWrapper td {
		text-align: left; vertical-align: middle; padding: 2px 0;
		}

	.formWrapper td.spacer {
		height: 10px !important; padding: 0; font-size: 0;
		}

	.formWrapper td.border {
		text-align: left; vertical-align: middle; padding: 10px 0; border-top: 1px solid #8a8a8a;
		}
	
	.formWrapper td.radio {
		text-align: left; vertical-align: middle; padding: 10px 0; border-top: 1px solid #8a8a8a; border-bottom: 1px solid #8a8a8a;
		}
		
		input.radio {
			margin-left: 5px;
			height: 12px;
			}

	.formWrapper td.label {
		text-align: right !important;
		padding-right: 10px; text-transform: uppercase !important;
		}
		
	.formWrapper td.labelBig {
		}

	table.formWrapper td.input {
		width: 380px !important;
		}
	
		input.date {
			font-size: 11px; padding: 2px;
			width: 182px;
			}
	
		textarea.geninput {
			font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-size: 11px; padding: 5px; color: #666;
			width: 355px; height: 112px;
			border: 1px solid #CCCCCC;
			}

		
		td.input input.geninput {
			width: 361px; color: #666;
			}
		
		input.geninput {
			font-size: 11px; padding: 2px;
			border: 1px solid #CCCCCC;
			}
	
		input.geninput.areacode {
			text-align: center;
			width: 35px !important;
			margin-right: 4px;
			}

		input.geninput.precode {
			text-align: center;
			width: 35px !important;
			margin-right: 4px;
			}

		input.geninput.postcode {
			text-align: center;
			width: 35px !important;
			}

		select.geninput {
			font-size: 11px; color: #666;
			width: 208px; padding: 2px;
			border: 1px solid #CCCCCC;
			}
	
		select.geninput option {
			padding: 0px 28px 0px 6px;
			border-bottom: 1px solid #ccc;
			}

	.formWrapper td.submit { text-align: center !important; vertical-align: middle !important; padding: 10px;}
	
	#contentPanel a.clickhere, #sidePanel a.clickhere { text-transform: lowercase; color: #1064ba; padding: 1px 20px 2px 5px; border: 1px solid #CCCCCC; background: white no-repeat right 6px url(../img/clickhere.png); }		
	#contentPanel a.clickhere:hover, #sidePanel a.clickhere:hover { text-decoration: none; background-color: #bee0f3; }		
	
		
		.formWrapper td.submit input, input.submit {
			color: #1064ba; padding: 3px 15px 3px 5px; border: 1px solid #CCCCCC; background: white no-repeat right center url(../img/clickhere.png);
			font-size: 11px; cursor: pointer; text-transform: uppercase;
			}

		.formWrapper td.submit input:hover, input:hover.submit {
			background-color: #bee0f3;
			}
			
	/* =============================================================
	MODULEBLOCK OUTPUTS
	============================================================= */
	
	.contentWrapper + .moduleWrapper .articleList, .moduleWrapper + .moduleWrapper .articleList, .contentWrapper + .moduleWrapper .listOutput, .moduleWrapper + .moduleWrapper .listOutput, .contentWrapper + .moduleWrapper .summaryOutput, .moduleWrapper + .moduleWrapper .summaryOutput {
		
		}

	.moduleWrapper .catList.listOutput, .moduleWrapper .catList.summaryOutput, .moduleWrapper .catList.articleList {
		margin-top: 0 !important;
	}


	.moduleWrapper div#anchorLinks { margin: 30px 0; clear: both; float: left; }
	.gallery #anchorLinks { margin: 10px 0 30px 0 !important; }	
		
	#anchorLinks a { color: #1064ba; padding: 3px 20px 2px 5px; border: 1px solid #C9DFF4; background: white no-repeat right center url(../img/clickhere.png); font-weight: bold; float: left; margin: 0 4px 4px 0; }		
	#anchorLinks a:hover { color: #1064ba; background-color: #bee0f3; text-decoration: none; }
	#anchorLinks span.sep { display: none; }
 		
	.contentWrapper + .moduleWrapper h1, .moduleWrapper + .moduleWrapper h1 {
		padding: 0; background: none; margin-left: -1px;
		height: 26px; line-height: 26px;		
		}
		
	* html .moduleWrapper h1 {
		margin-bottom: 0;
		background-image: none;
		}		
		
	.moduleBlock {
		background: #fff;
		}
		
	.moduleBlock .header td {
		background: none !important;
		height: 16px; vertical-align: middle;
		color: #2696d3;
		text-transform: uppercase;
		font-weight: bold !important;
		font-size: 14px;
		}

	.moduleBlock .output td {
		padding-top: 0;
		}
		
	.moduleBlock .output tr td {
		padding-top: 5px !important;
		background-position: left top;
		background-repeat: repeat-x;
		background-image: none;
		}

	.moduleBlock .input td {
		padding-top: 5px; padding-bottom: 10px;
		}

		
	.moduleBlock td td {
		padding: 0 0 5px 0 !important; vertical-align: top;
		}
	
	.moduleBlock td.date {
		font-weight: bold; color: #ccc;
		text-align: right; vertical-align: top;
		padding-left: 5px; width: 75px; letter-spacing: 0.25px;
		}
		
	.moduleBlock td.intro {
		padding-bottom: 20px; padding-top: 5px; color: #eee;
		}	
		
	.moduleBlock a {}	
		
	
	/*
	-----------------------------------------
	SEARCH MODULE
	-----------------------------------------
	*/

	#sidePanel .moduleBlock.search {
		background: #606060;
		position: relative;
		}
	
	.moduleBlock.search .header td {
		background-image: url(../img/moduleblocks/search_sidepanel.jpg);
		color: #aaa;
		}
		
		.moduleBlock.search .header td #dateWrapper {
			position: absolute; top: 10px; right: 10px; text-indent: 0;
			}
		
	.moduleBlock.search tr.input td {
		vertical-align: top;
		}	
	
	.moduleBlock.search .input .geninput {
		width: 156px; font-size: 11px; color: #666; margin-top: 1px;
		}
		
	.search .articleList {
		margin-bottom: 0 !important;
		}	
		
	#contentPanel h2.searchCategory {
		background-image: none; margin: 1em 0 0 0 !important; padding-bottom: 5px;
		color: #2696d3 !important;
		}	
		
	div.searchResult {
		display: block; background: #fafafa; padding: 10px; border: 1px solid #c9dff4; margin-bottom: 0; width: 470px; 
		}
		
		#contentPanel div.searchResult a {
			display: block; margin: 0 0 5px 0;
			}	

		#contentPanel div.searchResult p {
			margin: 0; padding: 0 0;
			}
			
	
	/* --------------------------------------
		CUSTOM HTML
	-------------------------------------- */
	#contentPanel div.CustomHTML { display: none; }
	#sidePanel div.CustomHTML p { margin-top: 0.75em; }
	#sidePanel div.CustomHTML a.clickhere { margin-top: 1.25em; float: left; display: block; height: 16px; line-height: 16px; }
					


	/*
	-----------------------------------------
	IMAGE BLOCK
	-----------------------------------------
	*/

	div.moduleBlock.images {
		padding:0 !important; width: 217px;
		}
	
	.moduleBlock.images img {
		margin: 0; padding: 0; display: block;
		}		


	/*
	-----------------------------------------
	EVENTS MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.events h1, .moduleWrapper + .moduleWrapper.events h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/events.jpg);
		}
		
	.moduleWrapper.events td.date {
		width: 65%;
		text-align: right !important;
		}
	
	.moduleBlock.events .header td {
		background-image: url(../img/moduleblocks/events_sidepanel.jpg);
		}
	

	/*
	-----------------------------------------
	EMERGENCY NUMBERS
	-----------------------------------------
	*/

	.moduleBlock.emergency .header td {
		background-image: url(../img/moduleblocks/emergency_sidepanel.jpg);
		height: 16px;
		}

	.moduleBlock.emergency {
		}

	.moduleBlock.emergency .output td {
		color: #fff; font-weight: bold !important;
		line-height: 16px;
		}

	.moduleBlock.emergency .output td img {
		float: left;
		margin-right: 8px;	
		}
		
	/*
	-----------------------------------------
	NEWS MODULE
	-----------------------------------------
	*/
	
	
	.contentWrapper + .moduleWrapper.news h1, .moduleWrapper + .moduleWrapper.news h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/news.jpg) !important;
		}
	
	.moduleBlock.news .header td {
		background-image: url(../img/moduleblocks/news_sidepanel.jpg);
		}
				

	/*
	-----------------------------------------
	TENDERS MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.tenders h1, .moduleWrapper + .moduleWrapper.tenders h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/tenders.jpg);
		}
	
	.moduleBlock.tenders .header td {
		background-image: url(../img/moduleblocks/tenders_sidepanel.jpg);
		}


	/*
	-----------------------------------------
	VACANCIES MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.vacancies h1, .moduleWrapper + .moduleWrapper.vacancies h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/vacancies.jpg);
		}
	
	.moduleBlock.vacancies .header td {
		background-image: url(../img/moduleblocks/vacancies_sidepanel.jpg);
		}
		
	.moduleWrapper.vacancies td.date {
		width: 250px;
		}
		
	/*
	-----------------------------------------
	DOCUMENTS MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.documents h1, .moduleWrapper + .moduleWrapper.documents h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/documents.jpg);
		}
	
	.moduleBlock.documents .header td {
		background-image: url(../img/moduleblocks/documents_sidepanel.jpg);
		}
		
	/*
	-----------------------------------------
	LINKS MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.links h1, .moduleWrapper + .moduleWrapper.links h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/links.jpg);
		}
	
	.moduleBlock.links .header td {
		background-image: url(../img/moduleblocks/links_sidepanel.jpg);
		}

	/* -----------------------------------------
	FAQ MODULE
	----------------------------------------- */
	
	.contentWrapper + .moduleWrapper.faq h1, .moduleWrapper + .moduleWrapper.faq h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/faq.jpg);
		}
	
	.moduleBlock.faq .header td {
		background-image: url(../img/moduleblocks/faq_sidepanel.jpg);
		}

	/* -----------------------------------------
	CONTACT MODULE
	----------------------------------------- */
	
	.contentWrapper + .moduleWrapper.contact h1, .moduleWrapper + .moduleWrapper.contact h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/contact.jpg);
		}

	.contentWrapper + .moduleWrapper .formWrapper, .moduleWrapper + .moduleWrapper .formWrapper {
		zborder-top: 1px solid #8a8a8a; zmargin-top: 21px;
		}

		
	.moduleBlock.contact .header td {
		background-image: url(../img/moduleblocks/contact_sidepanel.jpg);
		}
		
	.moduleBlock.contact p, .moduleBlock.contact a {
		zdisplay: block;
		color: #505457;
		line-height: 14px;
		}
		
	.moduleBlock.contact p.title {
		font-weight: bold; margin-bottom: 4px;
		}
		
	/* -----------------------------------------
	STAFF MODULE
	----------------------------------------- */
	
	.contentWrapper + .moduleWrapper.staff h1, .moduleWrapper + .moduleWrapper.staff h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/staff.jpg);
		}
	
	.moduleBlock.staff .header td {
		background-image: url(../img/moduleblocks/staff_sidepanel.jpg);
		}

	.moduleBlock.staff td.title {
		padding-bottom: 7px !important;
		}	

	.moduleBlock.staff td.intro {
		padding-bottom: 7px !important;
		}	

	/* -----------------------------------------
	ARTICLE LIST OUTPUT
	----------------------------------------- */

	.moduleBlock ul.articleList {
		list-style-type: none;
		}
	
	.moduleBlock .articleList li {
		margin: 0; padding: 0;
		}
	
	.moduleBlock .articleList li a {
		display: block; margin-bottom: 5px; padding-left: 7px;
		color: #fff; background: transparent left center no-repeat url(../img/bullet-white.png);
		}
		
	.moduleBlock .articleList li p {
		}
		
	.moduleBlock .articleList li .pre {
		}
		
	/* -----------------------------------------
	GALLERY OUTPUT
	----------------------------------------- */
		
		div.moduleWrapper.gallery div.pic {
			zwidth: 90px;
			zheight: 120px;
			margin-right: 5px;
			margin-bottom: 5px;
			padding: 1px;
			position: relative;
			float: left;
			border: 1px solid #E0E0E0;
			}
			
		div.moduleWrapper.gallery td {
			padding-bottom: 45px;
		}
		
		div.moduleWrapper.gallery div.pic div.caption {
			display: block; color: #fff;
			margin: 5px 0px 0px 0px;
			text-align: center; font-size: 10px;
			text-transform: uppercase;
		}

	/* -----------------------------------------
	PAGES MODULE
	------------------------------------------ */
		.moduleBlock.Pages .header td {
			background-image:none;
			text-indent: 0px;
			vertical-align: top !important;
		}
		
	/* -----------------------------------------
	PRODUCTS MODULE
	------------------------------------------ */

		.moduleBlock.products ul  {
			list-style-type: none;
			}
	
	
		.moduleBlock.products table.productList  {
			width:100%;
			padding: 5px;
		}
		
	/*
	-----------------------------------------
	PRODUCT STRIP MODULE
	-----------------------------------------
	*/
	
	#productSlider { display: block; float: left; position: relative; clear: both; width: 724px; height: 85px; background: transparent top left no-repeat url(../img/bg/productslider.png); margin: 0 0 20px 15px; border: 1px solid #bbb; }
	#productSlider .navButton { width: 18px; height: 35px; cursor: pointer; }
	#productSlider div.hover, #productSlider2 .navButton:hover { background-position: top left; }
	#productSlider div.inActive { background-position: bottom left !important; cursor: default; opacity: .25; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter: alpha(opacity=25); }
	#leftScroll { position: absolute; top: 25px; left: 16px; background: transparent bottom left no-repeat url(../img/nav/leftarrow.png); }
	#rightScroll { position: absolute; top: 25px; left: 695px; background: transparent bottom left no-repeat url(../img/nav/rightarrow.png); }
	#productSlider .navButton img { display: block; width: 18px; height: 35px; }
	#productSlider .productWrapper { width: 616px; height: 75px; position: absolute; top: 6px; left: 57px; overflow: hidden; }
	#slideWrapper { float: left; display: block; position: relative; width: 2000px; height: 75px; overflow: visible; }
	#slideWrapper div.item { float: left; margin: 0 2px; }
	#slideWrapper div.item a { padding: 5px; background: white; float: left; }
	#slideWrapper div.item a:hover { background: #2696d3; }
	