
sidebarProductImage{
	position:relative;
	overflow:hidden;
	width:300px;
	height:200px;
	float:right;
	
}
.sidebarProductOver{
	position:relative;
	background: url('images/frame.png') no-repeat;
	width:300px;
	height:200px;	
	margin-top:-200px;
	
	
}

.productBadge{
	background: url('images/badge.png') no-repeat;
	width:107px;
	height:107px;
	position:absolute;
	top:0;
	left:0;
	
}


ul.sidebarProductNav{
	position:relative;
	z-index:100;
	float:right;
	margin-left:-30px;
	margin-top:-35px;
	
}

ul.sidebarProductNav li{
	list-style-type: none;
	float:left;
	
}

ul.sidebarProductNav li a{
	display: block;
	position:relative;
	width:100%;
	height:100%;
	text-indent: -99999px;
	
}

ul.sidebarProductNav li.left{
	background: url('images/prev_btn.png') no-repeat;
	width:72px;
	height:27px;
	
}

ul.sidebarProductNav li.center{
	background: url('images/getThisNow_btn.png') no-repeat;
	width:132px;
	height:40px;
	margin-top:-9px;
	right:10px;
	
}

ul.sidebarProductNav li.right{
background: url('images/next_btn.png') no-repeat;
width:72px;
height:27px;
	
}