﻿
	

/* Easy Rent Slider */

	#Rentslider ul, #Rentslider li{
		margin:0;
		padding:0;
		list-style:none;
		background-color:transparent;
		}
	#Rentslider, #Rentslider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:160px;
		height:190px;
		overflow:hidden; 
		background-color:transparent;
		}

/* Easy Furnished Rental Slider */

	#FurnishedRentslider ul, #FurnishedRentslider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#FurnishedRentslider, #FurnishedRentslider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:160px;
		height:190px;
		overflow:hidden; 
		}
				
		
/* Easy Sale Slider */

	#Saleslider ul, #Saleslider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#Saleslider, #Saleslider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:160px;
		height:190px;
		overflow:hidden; 
		}
/*	span#prevBtn{}
	span#nextBtn{}*/


/* Easy Sale Slider */

	#RelatedPropertiesSlider ul, #RelatedPropertiesSlider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#RelatedPropertiesSlider, #RelatedPropertiesSlider li{ 
		width:525px;
		height:250px;
		overflow:hidden; 
		}	