@charset "UTF-8";
#portfolio_thumbnails ul/* CSS Document */

 {
	list-style-type: none;
	display: block;
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	float: left;
	width: 910px;
	margin-top: 0px;
}
#portfolio_thumbnails li {
	display: inline;
}
#portfolio_thumbnails a {
	display: block;
	float: left;
	margin-right: 20px;
}
#js_swap_image {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
a.js_image_swap_next {
	height: 100px;
	background-image: url(../js_images/ico_next.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 33px;
}
a.js_image_swap_prev {
	height: 100px;
	background-image: url(../js_images/ico_prev.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 33px;
}
a.js_image_swap_next span {
	margin-left: -9999px;
}
a.js_image_swap_prev span {
	margin-left: -9999px;
}
