#photo_carusel a.prev, 
#photo_carusel a.next {
	background:transparent url(images/arrow-left.jpg) no-repeat scroll left 30px;
	display:block;
	float:left;
	text-decoration:none;
	width:75px;
	height:140px;
	margin-top:15px;
}

#photo_carusel a.next {
	background:transparent url(images/arrow-right.jpg) no-repeat scroll right 30px;
}

#photo_carusel a:hover, 
#photo_carusel a:active {
	border:medium none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

#photo_carusel .carousel {float:left;}

* {margin:0;padding:0;}

#photo_carusel {
	margin:0 0 20px 10px;
	padding:10px 0 0;
	position:relative;
	margin-left:40px;
}

#photo_carusel  li  {
	width: 161px;
	height: 139px;
	background: url(images/bottom-work-list-cell.gif) left top no-repeat;
	padding-top: 23px
}

a {
	color:#22478D;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}


div.photo-section {
	text-align: center;
}

div.photo-section table {
	width: 805px;
	height: 162px;
	margin: 0 auto;
}

div.photo-section table  td.pic-cell {
	width: 161px;
	height: 162px;
	background: url(images/bottom-work-list-cell.gif) left top no-repeat;
	text-align: center;
	vertical-align: middle;
}

td.arrow-left {
	padding-top: 44px;
	padding-right: 15px;
}

td.arrow-right {
	padding-top: 44px;
	padding-left: 15px;
}

/*
div.photo-section table.data-table tr.head-row td {
	padding:10px 5px;
	border-bottom:none;
}
div.photo-section table.data-table tr.data-row {
	border-top:none;
	border-bottom:none;
}
div.photo-section table.data-table th.data-cell {
	border-top:none;
	border-bottom:none;
	padding:2px 2px;
}
*/