/* --- image block holder --- */
.image {
	background-image: url(../images/imgDefault.jpg);
		width: 519px;
	height: 180px;
	background-repeat: no-repeat;
}
.block {
	background-color: #CCD5DF;
	width: 300px;
	height: 180px;
}



/* --- page content holder --- */
.contentHolder {
	background-image: url(../images/verOLines.png);
}
.arrowSlideShow {	
	margin-left: 430px;
	margin-top: -20px;
}





