

/*
 * slider album
 */
.ps_slider {
	width: 100%;
	position: relative;
	height: 280px;
}

.ps_slider a.next,.ps_slider a.prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.ps_slider a.prev {
	left: -35px;
	background-image: url('../images/slideshow_btn_prev.png');
	background-color: #fff;
}

.ps_slider a.prev:hover {
	background-image: url('../images/slideshow_btn_prev_hover.png');
	background-color: black;
}

.ps_slider a.disabled.prev:hover {
	background-image: url('../images/slideshow_btn_prev.png');
	background-color: #fff;
}

.ps_slider a.next {
	right: -35px;
	background-image: url('../images/slideshow_btn_next.png');
	background-color: #fff;
}

.ps_slider a.next:hover {
	background-image: url('../images/slideshow_btn_next_hover.png');
	background-color: black;
}

.ps_slider a.disabled.next:hover {
	background-image: url('../images/slideshow_btn_next.png');
	background-color: #fff;
}

.ps_slider a.disabled,.ps_slider a.disabled:hover {
	opacity: .4;
	cursor: default;
}

.ps_slider .ps_album {
	width: 175px; /* 195 - 10px padding on both sides*/
	height: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px #000;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

.ps_slider .ps_album:hover {
	border: 1px #04deb8;
}

.ps_slider .ps_album img, .ps_slider .albumdetail_image {
	width: 100%;
}

.ps_album .details {
	display: none;
}

.ps_album, .ps_slider .pane {
	color: #5E5E5E;
	font-family: 'Tahoma', serif;
	font-size: 8pt !important;
}

.ps_slider .pane .albumdetail_details p {
	margin-bottom: 1em;
}

.ps_album h2, .ps_slider .pane h2 {
	font-family: 'Prata', serif;
	font-size: 14pt;
	margin: .5em auto 0em auto;
	font-weight: normal;
}

#content_main .ps_album hr, #content_main .ps_slider .pane hr {
	background: url("../images/hr_album.png") repeat-x;
	height: 1px;
	line-height: 1px;
	border: none;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}

.ps_album .job_title, .ps_slider .pane .albumdetail_description {
	font-weight: bold;
	color: black;
}

.ps_album .contact_list li, .ps_slider .pane .contact_list li {
	height: 22px;
	margin-top: .5em;
	line-height: 22px;
	text-indent: 3em;
	font-weight: bold;
}

.ps_album .contact_list li.email, .ps_album .contact_list li.email, li.albumdetail_email {
	background: url('../images/contact_email.png') no-repeat 0 0 transparent
		;
}

.ps_album .contact_list li.phonenumber, li.albumdetail_phonenumber {
	background: url('../images/contact_phone.png') no-repeat 0 0 transparent
		;
}

.ps_slider .pane {
	width: 410px;
	height: 280px;
	padding: 10px;
	background-color: #E4E4E4;
	display: none;
	position: absolute;
}

.ps_slider .pane .albumdetail_close {
	background: url('../images/slideshow_btn_prev.png') no-repeat 0 0 transparent;
	width: 80px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	text-indent: 40px;
}