/* CSS SLIDESHOW */

/*Center relative div
.centerdiv>div { 
	margin: 0 auto;
	}
*/

#photos #tab-row2, #photos #tab-row2b {
	padding: 30px;
	}
#photos #tab-row2b {
	height: 700px;
	}
#photos #filmo li {
	margin-bottom: 20px;
	}
	
/* ==== HEADER ==== */

#photos #box-head {
	width: 100%;/*740px*/
	height: 20px;
	font: bold 18px/1.3em verdana;
	color: #f8cf40;
	padding: 0;
	margin: 0;/*
	background: #0ff;*/
	}
#photos #box-titr {
	float: left;
	padding: 0;
	margin: 0;	
	}
#lnk-back {
	float: right;
	width: 200px;
	text-align: right;/*
	background: #ff0;*/
	padding: 0;
	margin: 40px 20px 0 0;/*
	background: #ff9;*/
	}
	
/* ==== PIC FRAME ==== */

#box-frame {
	position: relative;
	top: 25px;
	}
#picframe {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 540px;
	height: 560px;
	text-align: center;
	vertical-align: middle;/*
	background: #999;*/
	padding: auto;
	margin: 0;	
	}

#picframe img {
	margin: auto;
	}

/* ==== CAPTIONS ==== */

#caption2 {
	position: absolute;
	top: 0;/*560px*/
	left: 0px;
	display: block;/*none*/
	width: 540px;
	height: 30px;/*45*/
	font: normal 12px/1.2em verdana;
	color: #000;
	background: #ddd;
	padding: 0;
	margin: 0 0 15px 0;	
	}

#SLIDESTEXT, #SLIDES1TEXT {
	text-align: center;
	padding: 7px 0;	
	margin: 0 0 0 0;
	}
		
/* ==== CONTROLS ==== */

#buttons {
	position: absolute;
	top: 10px;
	left: 550px;
	width: 160px;
	margin: 0 0 30px 10px;/*
	background: #0ff;*/
	}
#anim-auto, #anim-manu {
	text-align: left;
	font: bold 14px/1.0em arial;
	color: #fff;
	}
#buttons h6 {
	font: bold 12px/1.0em arial;
	color: #fff;/**/
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #666;
	}
#anim-auto {
	float: left;
	width: 160px;
	margin: 0 0 30px 0;
	}
#anim-manu {
	float: right;
	width: 160px;
	}
#auto {
	border-bottom: 1px solid #ccc;
	margin: 0 100px 0 0;
	}
#manuel {
	border-bottom: 1px solid #ccc;
	}

/* ==== LINKS ==== */

#box-list a {
	font: bold 12px/1.0em verdana;
	color: #fff;
	}
#box-list a:link, #box-list a:visited  {
	text-decoration: none;
	color: #fff;
	}
#box-list a:hover  {
	text-decoration: underline;
	color: #fff;
	}
	
#lnk-back a {
	font: bold 14px/1.0em arial;
	}
#lnk-back a:link, #lnk-back a:visited  {
	text-decoration: none;
	color: #fff;
	}
#lnk-back a:hover  {
	text-decoration: underline;
	color: #00f;
	}

#buttons a:link, #buttons a:visited {
	color: #999;
	text-decoration: none;
}/**/
#buttons a:hover {
	color: #666;
	text-decoration: none;
}

