﻿
/*Slides*/
.slide1, .slide2{width: 654px; height: 64px; font-size: 22px; font-family: arial; font-weight: bold; color: #fff; padding: 20px 0 0 20px;}
.slide1 a, .slide2 a{font-size: 14px; font-weight: normal; color: #fff;}
.slide1{background: url(images/greenBox.gif) no-repeat;}
.slide2{background: url(images/redBox.gif) no-repeat;}
   
/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:654px;
		height:64px;
		overflow:hidden; 
		}	
/* // Easy Slider */