#wslider{}	
#wslider ul, #wslider li{
	margin:22px 0 0;
	padding:0;
	list-style:none;
	}
#wslider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:100px;
	height:200px;
	position:relative;
	overflow:hidden;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	top:74px;
	}	
#nextBtn{ 
	right:23px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:35px;
	height:60px;
	background:url(../images/slider_arrows.png) no-repeat 0px -664px;	
	}
#prevBtn a:hover{
background:url(../images/slider_arrows.png) no-repeat 0 -856px;
}		
#nextBtn a:hover{
background:url(../images/slider_arrows.png) no-repeat 0 -795px;
}		
#nextBtn a{ 
	background:url(../images/slider_arrows.png) no-repeat 0 -724px;	
	}												
	
.slidingdiv
{
    position: absolute;
    top: 43px;
    text-align:center;
    width: 278px;
    border:1px solid #323232;
    height: 273px;
}
