/* 
    Document   : CBImageSlider
    Created on : 08-Mar-2010, 11:50:08
    Author     : David Scourfield
    Description:
        Associated styles of CBImageSlider.js
*/

div#headerImageSlider {
	width: 728px;
	height: 248px;
	position: relative;
	overflow: hidden;
}

div#headerImageSlider ul {
	list-style-type: none;
	position: absolute;
}

div#headerImageSlider ul li {
	float: right;
	width: 728px;
	height: 248px;
}

div#headerImageSlider ul li img {
	width: 728px;
	height: 248px;
}

