﻿

.list-image
{
	position: relative;
	z-index:0;
}

.list-frame
{
	position:absolute;
	margin-top:-6px;
	margin-left: -2px;
	z-index: 1;
}

.list-button-prev
{
	position:relative;
	z-index: 2;	
	margin-left: 85px;
	width: 17px;
	height:13px;
}


.list-button-next
{
	position:relative;
	z-index: 2;		
	margin-left: 10px;	
	color:#40372a;
	font-size:15px; font-weight:bolder;	
	width: 17px;
	height:13px;
}
/*
.list-button-prev:enabled
{
	
	background-image: url('../images/prev.gif');
	background-repeat: no-repeat;
}
.list-button-next:enabled
{
	
	background-image: url('../images/next.gif');
	background-repeat: no-repeat;
}*/
