/* Sudo Slider */

.slider ul, .slider ul li, .sliderul, .sliderli{
	margin:0;
	padding:0;
	list-style:none;
	}
.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:190px;
	height:270px;
	overflow:hidden;
}	
.slider {
	width:190px;
	position:relative; /* Fixing fade in IE6 and IE7 */
	margin-top:0px;
	.margin-top:0px; /* For IE 6-7 */
}

/*============= CSS for .Slider1 ================*/
.slider1 ul, .slider1 ul li{
	margin:0;
	padding:0;
	list-style:none;
	}
.slider1 ul li{ 
	width:143px;
	height:250px;
	overflow:hidden;
}	
.slider1 {
	width:143px;
	position:relative; /* Fixing fade in IE6 and IE7 */
}


.graphic, .prevBtn, .nextBtn{
	 margin:0;
	 padding:0;
	 display:block;
	 overflow:hidden;
	 text-indent:-8000px;
 }
 
 .prevBtn, .nextBtn { 
	display:block;
	width:28px;
	height:28px;
	position:absolute;
	left:0px;
	top:-30px;
	.top:-10px;  /* For IE 6-7 */
	z-index:1000;
	background:url(../images/btn_prev.png) no-repeat 0 0;	
	cursor:pointer;
}	
.nextBtn{ 
	left:30px;
}														
.nextBtn { 
	background:url(../images/btn_next.png) no-repeat 0 0;	
}	


