#sliderframe {background:url(../images/slider-white-frame.png) no-repeat 0 0; width:289px; padding:7px 8px 6px 7px; position:absolute; right:170px; top:515px; z-index:4; height:180px;}
#slidercontent {position:relative;}
#slider{}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:289px;
		overflow:hidden;
		height:175px; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:27px;
		height:27px;
		position:absolute;
		left:-28px;
		top:71px;
        background:url(../images/slider-prv-btn-notactive.png) no-repeat 0 0;        
		}	
	#nextBtn{ 
		left:291px;
        background:url(../images/slider-nxt-btn-notactive.png) no-repeat 0 0;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:27px;
		height:27px;
		background:url(../images/slider-prv-btn.png) no-repeat 0 0;
		}	
	#nextBtn a{ 
		background:url(../images/slider-nxt-btn.png) no-repeat 0 0;	
		}
    .thumbtitle {text-align:center; color:#ffffff; font:normal 12px/25px Arial, Helvetica, sans-serif;} 
