	#slider{
		margin: 0 auto;	
		margin-top: 16px;
		height: 302px!important;
	}	
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
		
		
	#slider_wrap {
		float: right;
		width: 106px;
		position: relative;
	}
	
	#slider ul {
		display: block;
	}	
	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		margin-top: 2px;
		width:106px;
		height:96px;
		overflow:hidden; 
		}	
		
			#slider ul li a {
				display: block;
				border: none;
				width: 106px;
				height: 96px;
			}
			
				
	span.slider_img_title {
		width: 190px;
		text-align: center;
		color: #44771E;
		padding: 10px 0 !important;
		padding-top:5px !important;
	} 
			
	#prevBtn, #nextBtn{ 
		display:block;
		float: right;
		width:106px;
		height:16px;
		position:absolute;
		left: 0;
		top:50px;
		
		background-color: #f8ca42;
		}
		
		div.buybacks #prevBtn,div.buybacks #nextBtn {
			background-color: #F17700;
		}
		
		div.models #prevBtn,div.models #nextBtn {
			background-color: #7B88AF;
		}
		
		div.hot_offers #prevBtn,div.hot_offers #nextBtn {
			background-color: #63A4BF;
		}		
		
	#prevBtn {
		top: 0px;
	}
		
	#nextBtn{ 
		top: 310px;
		}														
	#prevBtn a{  
		display:block;
		width:106px;
		height:16px;
		background:url(../../images/site_images/slider/up_black.gif) no-repeat center center;	
		}
			
	#nextBtn a{  
		display:block;
		width:106px;
		height:16px;
		background:url(../../images/site_images/slider/down_black.gif) no-repeat center center;	
		}
	
	div.buybacks #prevBtn a,
	div.hot_offers #prevBtn a,
	div.models #prevBtn a{
		background:url(../../images/site_images/slider/up_white.gif) no-repeat center center;
	}
	
	div.buybacks #nextBtn a,
	div.hot_offers #nextBtn a,
	div.models #nextBtn a {
		background:url(../../images/site_images/slider/down_white.gif) no-repeat center center;
	}	

		
	#mainImgCont {
		background:url(../../images/site_images/lightbox/loading.gif) no-repeat center center;
	}
