#galleria {
    height: 560px;
}
div#ga-play {
    display: none;
}
div#ga-play {
    background: url("images/icn_play.gif") no-repeat scroll 6px 9px transparent;
}
div#ga-stop {
    background: url("images/icn_pause.gif") no-repeat scroll 5px 9px transparent;
}
div#ga-play img {
    vertical-align: middle;
}
div.btn {
	color: #333333;
	cursor: pointer;
	line-height: 1.4em;
	padding:5px 5px 5px 15px;
	width:150px;
	font-size:12px;
	border:1px solid #333;
	margin:5px 0 20px 0;
}

table.photo_album {
	width:735px;
	height:155px;
	margin:5px auto;
	border:0px;
	color:#555555;
	border-collapse:collapse;
	background:url("/plugins/photo_album_plugin/images/bg-phototable.gif") no-repeat top left;
}
.photo_album th {
	background-color:#fff7d6;
	font-size:14px;
	padding:3px;
}
.photo_album td {
	white-space: nowrap;
	font-size:13px;
	padding:3px;
}
.photo_album td.thumbnail {
	width:164px;
	height:124px;
	text-align:center;
	padding-left:35px;
	vertical-align:top;
}
.photo_album td.thumbnail div.thumbnail-box {
	padding:3px;
	border:1px solid #999;
	margin:10px 5px 5px 5px;
	width:164px;
	background-color:#fff;
}

.photo_album th.title {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	height:35px;
	background-color:transparent;
	padding:0px;
}
.photo_album th.title span {
	border-bottom:2px #999 dotted;
	display:block;
	padding:15px 3px 3px 35px;
	margin-right:6px;
	margin-bottom:4px;
	background:url("/plugins/photo_album_plugin/images/icn-st-photo.gif") no-repeat 0 15px;
}
.photo_album th.st-data,
.photo_album th.st-new,
.photo_album td.data,
.photo_album td.new {
	width:140px;
}
.photo_album th.st-data,
.photo_album th.st-new {
	text-align:left;
	font-size:12px;
	padding:0 10px;
	height:20px;
}
.photo_album td.data,
.photo_album td.new {
	text-align:right;
	font-size:12px;
	padding:0 10px;
	height:30px;
}
.photo_album td.new {
	padding-top:5px;
	padding-bottom:20px;
}
.photo_album td.album-bn {
	padding:10px;
	text-align:center;
}
