@charset "utf-8";
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 340px;
	height: 520px;
	float: left;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute;
	width: 340px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 520px;



 filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #FFFFFF;
}
.pagination {
	background-image: url(../catalog/img/btn_omote.jpg);
	background-repeat: no-repeat;
	float: right;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.pagination a {
	height: 16px;
	width: 60px;
	color: #9c9c9c;
	line-height: 16px;
	text-decoration: none;
	display: block;
	background-image: url(../img/btn_omote.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	float: left;
	background-position: center center;
}
.pagination a:hover, .pagination a.selected {
	height: 16px;
	width: 60px;
	color: #366300;
	line-height: 16px;
	text-decoration: none;
	display: block;
	background-image: url(../img/btn_omote_on.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	background-position: center center;
}
