#wrap {
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 950px;
}
#carousel {
	width: 870px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 150px;
}
#carousel table {
	position: absolute;
	left: 0px;
	top: 0px;
}
#carousel table tr td {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#carousel table tr td img {
	max-height: 145px;
	max-width: 145px;
	background-color: #333;
	margin: 0px;
	padding: 0px;
}
#wrap .prev {
	padding: 0px;
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 32px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 65px;
	cursor: pointer;
}
#carousel table td a {
	color:#333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline-style: none;
	display: block;
}


#wrap .prev:hover {
	background-position: -32px;
}

#wrap .prev:active {
	background-position: -64px;
}

#wrap .next {
	padding: 0px;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 32px;
	margin: 0px;
	position: absolute;
	right: 12px;
	top: 65px;
	cursor: pointer;
}
#wrap .next:hover {
	background-position: -32px;
}
#wrap .next:active {
	background-position: -64px;
}
