/* Start of CMSMS style sheet 'epic_slider' */
	#sliderTest ul, #sliderTest li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#sliderTest li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;

		overflow:hidden; 
		
		}
	span#prevBtn{}
	span#nextBtn{}		

	.bottom {
		bottom: 0;
	    left: 0;
	}
/*added by soushi*/
	#sliderTest a img{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	border:none;
	border-bottom:1px solid #999999;
		}
.slider_frame{
width:300px;
background:url(images/slider_bkgrd.jpg) repeat-x bottom;
}
#title a{
text-decoration:none;
font-weight:bold;
font-size:14px;
color:#3967a3;
margin-left:5px;
}
#title a:hover{
text-decoration:underline;
font-size:14px;
color:#6b96cf;
margin-left:5px;
}
#desc{
margin-left:5px;
margin-bottom:10px;
}
#firstBtn a img{
border:0;
}#prevBtn a img{
border:0;
}#nextBtn a img{
border:0;
}#lastBtn a img{
border:0;
}
/* End of 'epic_slider' */

