#contentWrapper {
	width: 820px;
	text-align: center;
}

#bottomRow {
	clear: both;
}

#bottomRow .leftCol, #bottomRow .rightCol {
	margin-top: -54px;
}

#bottomRow .leftCol .iconPhoto {
	float: left;
}

#bottomRow .rightCol .iconPhoto {
	float: right;
}

.leftCol {
	float: left;
}

.rightCol {
	float: right;
}

.iconPhoto {
	width: 72px;
	height: 57px;
	background-repeat: no-repeat;
	background-image: url(/img/photos/bg_photo_icon.png);	cursor: pointer;
	position: relative;
}

.iconPhoto img, .iconPhoto .hilite {
	position: absolute;
	left: 4px;
	top: 4px;
}

.iconPhoto .hilite {
	width: 60px;
	height: 45px;
	background: White;
	opacity: 0.5;}

.iconPhoto .star {
	position: absolute;
	left: 22px;
	top: 14px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(/img/star.png);}

#largePhoto {
	margin: 0px auto;
	width: 658px;
	height: 498px;
	background-repeat: no-repeat;
	background-image: url(/img/photos/bg_photo_large.png);	position: relative;
}

#largePhoto img {
	position: absolute;
	left: 6px;
	top: 6px;
}

#photoTitle {
	text-align: center;
	font-size: 13px;
}

#buttonList {
	margin: 0px auto;
	margin-top: 2px;
	border-collapse: collapse;
}

#buttonList td {
	padding: 0px 2px;
	width: 52px;
	height: 52px;
	}

#btn_prev, #btn_next, #btn_play, #btn_pause {
		width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#btn_prev {
	background-image: url(/img/btn_prev.png);}

#btn_next {
	background-image: url(/img/btn_next.png);}

#btn_play {
	background-image: url(/img/btn_play.png);}

#btn_pause {
	background-image: url(/img/btn_pause.png);}