/* Sudo Slider */
.slider ul, .slider ul li, .sliderul, .sliderli{
	margin:0;
	padding:0;
	list-style:none;
	z-index:2;
	}
.slider ul li, .sliderli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:780px;
	height:279px;
	overflow:hidden; 
}	
.slider, .slider2 {
	width:780px;
	height:279px;
	position:relative; /* Fixing fade in IE6 and IE7 */
}


