#slider {
width:960px !important;
position: relative;
background: #0054a4;
}

*html #slider {
width:auto !important;
}

.sys_slider_scroll {
height: 250px;
width: 960px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
background: #0054a4;
}

*html .sys_slider_scroll {
	width: 944px;
}

.sys_slider_scrollcontainer div.sys_slider_panel {
padding: 0px 10px 0px 10px;
height: 210px;
width: 940px;/* Width of slider '-' the padding of panel */
}


ul.sys_slider_navigation {
list-style: none;
background: #0054a4;
float: right;
margin: 5px 0;
}

ul.sys_slider_navigation li {
float: left;
background: url(http://test.blaenavon.contensis.co.uk/SiteElements/Images/slidernavrightcurve.gif) no-repeat right top;
margin-right: 8px;
}

ul.sys_slider_navigation a {
display: block;
background: url(http://test.blaenavon.contensis.co.uk/SiteElements/Images/slidernavleftcurve.gif) no-repeat left top;
padding: 4px 8px 5px 8px;
color: #fff !important;
font-weight: bold;
text-decoration: none !important;
outline: none;
}

ul.sys_slider_navigation a:hover {
}

ul.sys_slider_navigation a.selected {
	color: #464646 !important;
}

ul.sys_slider_navigation a:focus {
outline: none;
}

.sys_slider_scrollbuttons {
position: absolute;
top: 150px;
cursor: pointer;
}

.sys_slider_scrollbuttons.left {
left: -20px;
}

.sys_slider_scrollbuttons.right {
right: -20px;
}

.hide {
display: none;
}

/* Character Panel */

div.sys_slider_panel h2 {
color: #ffe584;
font-weight: bold;
font-size: 28px;
margin-bottom: 10px;
}

div.sys_slider_panel span.sys_homefeatureheader {
color: #f8941d;
font-size: 153.9%;
font-weight: bold;
line-height: 28px;
}

div.sys_slider_panel blockquote {
font-size: 153.9%;
line-height: 28px;
}

div.sys_slider_panel img {
border: none;
float: left;
margin-right: 10px;
}


/* CMS editor specific styles */

*html #editor .sys_slider_scroll {
	width: 954px;
}

*html #editor ul.sys_slider_navigation {
	width: 934px;
}

*html #editor .sys_instructions {width: 954px; margin-top: 0;}