body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}
td {
	text-align: center;
}
.arr {
	width: 32px;
}
.arrbox {
	height: 32px;
	width: 32px;
	overflow: hidden;
}
.arrbox img {
	border-style: none;
}
.next {
	background: transparent url(../jquery-skins/gt/next-horizontal.png) no-repeat -128px 0;
}
.next:hover {
	background-position: -32px 0;
}
.next:active {
	background-position: -64px 0;
}
.prev {
	background: transparent url(../jquery-skins/gt/prev-horizontal.png) no-repeat -128px 0;
}
.prev:hover {
	background-position: -32px 0;
}
.prev:active {
	background-position: -64px 0;
}
#ima {
	height: 422px;
	padding-right: 12px;
	padding-left: 12px;
	width: 536px;
	text-align: center;
}
#ima img {
	border: 1px solid #BBBBBB;
}
#cap {
	height: 30px;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	padding-top: 8px;
	vertical-align: top;
}

/* Legacy */

#arr {
	width: 18px;
	font-size: 18px;
	font-weight: bold;
}
#arr a {
	text-decoration: none;
	color: #a4a4c4;
}
#arr a:hover {
	color: #C33;
}
