
.contentAreaPhoto {
	width: 600px;
	
}
.contentArea .imageScrollViewer {
	width: 480px;
	border: solid 1px #CCCCCC;
	background-color: #F6F6F6;
	overflow: hidden;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;



}
.contentArea .imageScrollViewer .imageScrollList {
	/* this is the maximum pixel size of the inner scrolling image list */
	width: 100000px;


}
.contentArea .imageScrollViewer .imageScrollList a {
	padding-left: 5px;
	padding-right: 5px;
}

/* place holders */
.contentArea .placeHolder {
	border: dashed 2px #CCCCCC;
}


.contentAreaPhoto {
	width: 600px;
}

.contentAreaPhoto .imageScrollViewer {
	width: 480px;
	border: solid 1px #CCCCCC;
	background-color: #F6F6F6;
	overflow: hidden;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;



}
.contentAreaPhoto .imageScrollViewer .imageScrollList {
	/* this is the maximum pixel size of the inner scrolling image list */
	width: 100000px;


}
.contentAreaPhoto .imageScrollViewer .imageScrollList a {
	padding-left: 5px;
	padding-right: 5px;
}

/* place holders */
.contentAreaPhoto .placeHolder {
	border: dashed 2px #CCCCCC;
}


.contentArea .caseScrollViewer {
	width: 250px;
	height: 230px;
	border: solid 1px #CCCCCC;
	background-color: #F6F6F6;
	overflow: hidden;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;



}
.contentArea .caseScrollViewer .caseScrollList {
	/* this is the maximum pixel size of the inner scrolling image list */
	width: 250px;
	


}
.contentArea .caseScrollViewer .caseScrollList a {
	padding-left: 2px;
	padding-right: 2px;
}