dl.photoNav{
	width: 281px;
	height: 44px;
	position: relative;
	margin:auto;
	background-image: url(../img/img_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top:2px;
}
/*div.photNav{
	width: 281px;
	height: 44px;
	position: relative;
	margin-left:50%;
	left:-110px;
	top: -73px;
}
dl.photoNav{
	width: 281px;
	height: 44px;
	background-image: url(../img/img_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}*/
dd.photoPrev{ 
	padding:0px; 
	margin:-2px; 
	height: 27px; 
	width: 107px; 
	position:relative; 
	top:-2px;
}
dd.photoPrev a{ 
	padding:0px; 
	margin:0px; 
	position:absolute; 
	top:2px; 
	left:-2px;
	background-image: url(../img/img_prev.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px -27px;
	height: 27px; 
	width: 107px; 
}
dd.photoPrev a:hover{ 
	padding:0px; 
	margin:0px; 
	position:absolute; 
	top:2px; 
	left:-2px;
	background-image: url(../img/img_prev.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	height: 27px; 
	width: 107px; 
}
dd.photoNext{ 
	padding:0px; 
	margin:0px; 
	height: 23px; 
	width: 65px; 
	position:relative; 
	top:-2px;
}
dd.photoNext a{ 
	padding:0px; 
	margin:0px; 
	position:absolute; 
	top:-23px; 
	left:217px;
	background-image: url(../img/img_next.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px -23px;
	height: 23px; 
	width: 65px; 
}
dd.photoNext a:hover{ 
	padding:0px; 
	margin:0px; 
	position:absolute; 
	top:-23px; 
	left:217px;
	background-image: url(../img/img_next.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	height: 23px; 
	width: 65px; 
}
dd.photoTitleTXT{
	font-size:11px;
	color:#FFFFFF;
	width:207px;
	position:relative;
	top: -21px;
	left:40px;
	text-align:center;
	font-weight: bold;
}

