
.photobar {
	height: 178px;
	width: 488px;

	margin-bottom: 15px;

	position: relative;

	cursor: pointer;
}

	.photobar_photo {
		height: 170px;
		width: 485px;

		position: absolute;
		top: 0px;
		left: 0px;

	}

		.photobar_photo img {
			height: 170px;
			width: 485px;

			position: absolute;
			top: 0px;
			left: 0px;
		}

		.photobar_arrow {
			height: 29px;
			width: 29px;

			background-image: url(../images/photobar_arrow.png);
			background-repeat: no-repeat;

			position: absolute;
			top: 149px;
			left: 469px;
		}

		.photobar_over {
			height: 17px;
			width: 89px;

			position: absolute;
			top: 153px;
			left: 386px;

			display: none;
		}

			.photobar_over_photos {
				height: 17px;
				width: 89px;

				background-image: url(../images/photobar_over_photos.png);
				background-repeat: no-repeat;

				position: absolute;
				top: 0px;
				left: 0px;
			}

			.photobar_over_video {
				height: 17px;
				width: 89px;

				background-image: url(../images/photobar_over_video.png);
				background-repeat: no-repeat;

				position: absolute;
				top: 0px;
				left: 0px;
			}
