@charset "utf-8";
/* CSS Document */

#albumSelector {
	width: 480px;
	margin: auto;
	margin-bottom: 10px;
}

#albumSelector .scroller {
	margin: auto;
	width: 400px;
	height: 150px;
}

#albumSelector .section {
	width: 400px;
	height: 150px;
}

#albumSelector .section .thumb {
	float: left;
	width: 120px;
	height: 120px;
	background: url(../../images/gallery/thumb_bg1.gif) no-repeat 13px 0px;
	margin-right: 10px;
}

#albumSelector .section .thumb .clip {
	overflow: hidden;
	width: 88px;
	height: 88px;
	margin: 3px auto 10px auto;
}

#albumSelector .thumb strong {
	display: block;
	text-align: center;
	font-size: 9pt;
}

#albumSelector .thumb a {
	display: block;
	text-decoration: none;
}
#albumSelector .thumb a:visited {
	color: #FF3300;
}
#albumSelector .thumb a small {
	font-size: 7pt;
	display: block;
}
#albumSelector .thumb a:hover {
	color: orange;
}

#albumSelector .controls {
	width: 390px;
	margin: 5px auto;
	padding: 0 5px;
	border-bottom: solid 1px #ccc;
}
#albumSelector .controls a {
	font-size: 10pt;
	border: solid 1px #999;
	border-bottom: none;
	text-decoration: none;
	background: #ccc;
	padding: 2px 4px;
	color: #333;
}
#albumSelector .controls a:active, #albumSelector .controls a:focus, #albumSelector .controls a.selected {
	background: orange;
	color: white;
}

#albumSelector a.prev_btn, #albumSelector a.next_btn {
	text-decoration: none;
	margin-top: 55px;
}
#albumSelector .prev_btn {
	background: url('../../images/buttons/prev_btn01.gif') no-repeat top right;
	display: block;
	height: 33px;
	width: 33px;
}
#albumSelector .next_btn {
	background: url('../../images/buttons/next_btn01.gif') no-repeat top left;
	float: right;
	display: block;
	height: 33px;
	width: 33px;
}

#albumSelector .prev_btn {
	float: left;	
}
#albumSelector .next_btn {
	float: right;
}

.album h3 {
	font-size: 14pt;
	border-bottom: solid 1px #6A0805;
	margin: 0;
}
.album strong {
	text-align: right;
	display: block;
}

.album .section {
	margin-top: 6px;
	padding-bottom: 3px;
	border-bottom: dashed 1px #666;
	
}
.album .thumb {
	float: left;
	width: 150px;
	background: url(../../images/gallery/thumb_bg2.gif) no-repeat 17px 0px;
	padding: 3px 0 0 2px;	
}

.album .clip {
	overflow: hidden;
	width: 112px;
	height: 88px;
	margin: 0 auto 10px auto;	
}

.album .toolbar {
	text-align: center;
}

.album a {
	text-decoration: none;
}

.album a:hover {
	text-decoration: underline;
}

.album p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

.album em {
	display: block;
	font-size: 8pt;
}

.GalleryMenu {
	margin: 3px auto 10px auto;
	text-align: right;
	font-size: 9pt;	
}