#currentPage {
	width: 357px;
	height: 350px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}

* html #currentPage {
	width: 377px;
}

#writtenContent {
	text-align: left;
}
#thumbnails {
}
#currentPhoto {
	width: 356px;
	float: left;
	text-align: center;
	height: 330px;
	padding-left: 20px;
	padding-right: 0px;
}

* html #currentPhoto {
	width: 372px;
}
#photo {
	height: 280px;
	vertical-align: middle;
	font-size: 248px;
}
#photo img {
	vertical-align: middle;
}
.slideButton img {
	height: 53px;
	width: 85px;
	border: none;
}
.slideButton {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	text-align: center;
	height: 53px;
	width: 105px;
	margin-right: 5px;
	margin-left: 5px;
}

* html .slideButton {
	width: 95px;
}

#buttons {
	margin: auto;
	text-align: center;
}

* html #buttons {
	width: 325px;
}

#prev {
	background-image: url(../images/slideshow_buttons/prev.jpg);
}
#play {
	background-image: url(../images/slideshow_buttons/play.jpg);
}
#pause {
	background-image: url(../images/slideshow_buttons/pause.jpg);
}
#next {
	background-image: url(../images/slideshow_buttons/next.jpg);
}
#phototext {
	text-align: left;
	padding: 5px;
	height: 2px;
	display: none;
}
#photodate {
	display: none;
}
#phototitle {
	font-weight: bold;
}
#slideImg {
}
