* {	margin:0; padding:0; }
object, a { outline:none; }	

body {
	font-family: Helvetica, Verdana, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	background-color: #000;
	background-image: url(../images/bgr-page-home.jpg);
	background-repeat: repeat;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: underline;
	color: #999;
}

img {
	border:0px;
}

ul {
	list-style-position: inside;
}

h1 {
	font-size: 16px;
	margin-top:5px;
}

h2 {
	font-size: 14px;
	padding-bottom:2px;
}

h3 {
	font-size: 14px;
	margin-bottom:10px;
	font-style: italic;
}

h4 {
	font-size: 14px;
	margin-bottom:12px;
	font-style: italic;
	text-align: center;
}


/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 


.page_container {
	position:relative;
	width:800px;    	/* --- must equal or more value of boxes --- */
	padding-left:160px;
	margin:auto;
	border: 0px solid #ccc;
	overflow: hidden;
}

.bgr {
	position:absolute;
	left:500px;
	top:-130px;
	width:650px;
	height:1000px;
	background-repeat: no-repeat;
	display:block;
	display:none;
}

.bgr_info {
	background-image: url(../images/bgr-page-info.jpg);
}

/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 


/* --- BOX_BANNER   BOX_BANNER   BOX_BANNER  --- */
.box_banner {
	position:relative;
	float: left;
	width:760px;
	height:150px;
	border: 0px solid #ccc;
}

.banner {
	position:absolute;
	width:760px;
	height:150px;
	margin:auto;
	visibility:hidden;
	visibility:visible;
}

.banner h1 {
	margin:0px;
}

.subscription_container {
	position:absolute;
	top:30px;
	left:-150px;
	width:180px;
	height:80px;
	border: 0px solid white;
	text-align:center;
	color:#CCCCCC;
}

.subscription_header {
	width:180px;
	height:18px;
	border: 0px solid white;
	text-align:center;
	color:#CCCCCC;
}

.form_line  {
	width:120px;
	height:14px;
	margin-top:2px;
	padding-left:3px;
	border: 1px solid #666;
	font-size: 10px;
	color: #666666;
}

.form_send  {
	width:90px;
	height:22px;
	margin-top:3px;
	font-size: 12px;
	font-weight:bold;
	padding-bottom:5px;
	border: 1px solid red;
	background-color: #FF6600;
	background-color: #AB1201;
	color: #fff;
}

.thanks_container {
	position:relative;
	float: left;
	width:760px;
	height:570px;
	margin-top:20px;
	border: 0px solid yellow;
	display:inline;				/* --- ie double margin fix --- */
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.thanks_container a {			/* --- ie double margin fix --- */
	font-size: 16px;
}


/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 


/* --- BOX_LANGUAGE_CONTAINER   BOX_LANGUAGE_CONTAINER   BOX_LANGUAGE_CONTAINER  --- */
.box_language {
	position:absolute;
	height:15px;
	width:80px;
	top:107px;
	top:128px;
	right:5px;
	right:25px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	color: #ccc;
	z-index: 100;
	border: 0px solid green;
}

a.a_language:link, a.a_language:visited, a.a_language:active { 
	color: #ccc; 
}

a.a_language:hover { 
	text-decoration: underline;
	color: #ccc; 
}
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 


/* --- BOX-MENU  BOX-MENU  BOX-MENU  --- */
.box_menu_container {
	position:relative;
	margin-left:8px;
	margin-top:5px;
	height:30px;
	width:735px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.box_menu_preload {
	position:absolute;
	left:0px;
	top:-2000px;
}

.tab {
	position:relative;
	height:30px;
	width:100px;
	margin-left:5px;
	float:left;
	background-image: url(../images/menu-white-en.gif);
	background-repeat: no-repeat;
	display:inline;				/* --- ie double margin fix --- */
}

.tab h2 {
	margin:0;
}

.tab_01 {
	width:60px;
	background-position: 0px 0px;
}

.tab_02 {
	width:75px;
	background-position: 0px -30px;
}

.tab_03 {
	width:80px;
	background-position: 0px -60px;
}

.tab_spacer {
	width:380px;
	background-image: none;
}

.tab_10 {
	width:75px;
	background-position: 0px -90px;
}

.tab_en a, .tab_fr a {
	background-repeat: no-repeat;
	height:100%;
	display:block;
}

a.tab_back_en {
	background-image: url(../images/menu-white-en.gif);
}

.tab_en, a.tab_front_en {
	background-image: url(../images/menu-red-en.gif);
}

a.tab_back_fr {
	background-image: url(../images/menu-white-fr.gif);
}

.tab_fr, a.tab_front_fr {
	background-image: url(../images/menu-red-fr.gif);
}

a.tab_front_en:hover, a.tab_back_en:hover, a.tab_front_fr:hover, a.tab_back_fr:hover {
	text-decoration:none;
	background-image: none;
	cursor: pointer;
}

.tab a span {
	display:block;
	height:30px;
}
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 


/* --- BOX_CONTENT_CONTAINER   BOX_CONTENT_CONTAINER    BOX_CONTENT_CONTAINER --- */
.box_content_container {
	position:relative;
	width:800px;
	height: auto;	
	margin-left:0px;
	margin-top:3px;
	border: 0px solid #ccc;
}
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 

/* --- DESIGN ELEMENTS  --- */

.bgr_roundedbig_top_left, .bgr_roundedbig_top_right, .bgr_roundedbig_bottom_left, .bgr_roundedbig_bottom_right {
	position:absolute;
	width:15px;
	height: 15px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.bgr_roundedbig_top_left {
	top: -2px;
	left: -2px;
	background-position: left top;
}

.bgr_roundedbig_top_right {
	top: -2px;
	right: -2px;
	background-position: right top;
}

.bgr_roundedbig_bottom_left {
	bottom: -2px;
	left: -2px;
	background-position: left -15px;
}

.bgr_roundedbig_bottom_right {
	bottom: -2px;
	right: -2px;
	background-position: right  -15px;
}

.home_roundedbig {
	background-image: url(../images/bgr-roundedbig-corner.gif);
}

.left_menu_star {
	position:relative;
	display:block;
	float:left;
	width:134px;
	height:40px;
	text-align: center;
}

.rounded_emboss_top {
	position:relative;
	display:block;
	float:left;
	width:134px;
	height:13px;
	line-height:13px;
	height:0px;
	line-height:0px;
	background-image: url(../images/bgr-rounded-emboss-top.gif);
	background-image: none;
	background-repeat: no-repeat;
	display:inline;				/* --- ie double margin fix --- */
}

.content_emboss_middle {
	position:relative;
	display:block;
	float:left;
	width:134px;
	height:auto;
	background-image: url(../images/bgr-rounded-emboss-mid.gif);
	background-image: none;
	background-repeat: repeat-y;
	display:inline;				/* --- ie double margin fix --- */
}

.rounded_emboss_bot {
	position:relative;
	display:block;
	float:left;
	width:134px;
	height:16px;
	line-height:16px;
	background-image: url(../images/bgr-rounded-emboss-bot.gif);
	background-image: none;
	background-repeat: no-repeat;
	display:inline;				/* --- ie double margin fix --- */
}


/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 

/* --- BOX_CENTER_ALL --- */

.home, .film, .music, .photo, .info {
	position:relative;
	float: left;
	width:760px;
	height: 590px;
	background-image: url(../images/viewer.gif);
	background-repeat: no-repeat;
	border: 0px solid yellow;
}


/* --- BOX_HOME --- */


.home_center_container {
	position:absolute;
	left:57px;
	top:50px;
	width: 640px;
	height: 480px;
	background-image: url(../images/bgr-center.jpg);
	background-repeat: no-repeat;
}

.home_title {
	position:absolute;
	top:8px;
	left:270px;
	width:200px;
	height: 30px;
	background-image: url(../images/viewer-title-home.gif);
	background-repeat: no-repeat;
}

.home_left_container {
	position:absolute;
	top:50px;
	left:-150px;
	width:200px;
	height: 480px;
	background-image: url(../images/left-side-200x480.gif);
	background-repeat: no-repeat;
	visibility:hidden;
	visibility:visible;
}

.home_left_content {
	position:absolute;
	top:20px;
	left:20px;
	width:140px;
	height: 400px;
	border: 0px solid #9d9d9d;
}

.home_left {
	position:relative;
	width:90px;
	height: 280px;
	margin-top:65px;
	margin-left:25px;
	border: 0px solid #9d9d9d;
}

.home_pierre_image {
	position:absolute;
	top:0px;
	left:0px;
	width:188px;
	height: 480px;
	border: 0px solid #9d9d9d;
}

.home_text_container {
	position:absolute;
	top:40px;
	left:220px;
	width:220px;
	height: 400px;
	border: 0px solid #9d9d9d;
}

.home_text {
	position:relative;
	margin-top:20px;
	margin-left:20px;
	width:200px;
	height: 300px;
	font-size: 50px;
	color:#666666;
	font-family: 'Courier New', Courier, monospace;
	border: 0px solid #9d9d9d;
	font-weight: bold;
}

.home_small_viewers_container {
	position:absolute;
	top:30px;
	left:450px;
	width:158px;
	height: 365px;
	padding-top:15px;
	border: 1px solid #CCCCCC;
}

.home_film, .home_photo, .home_music {
	position:relative;
	float: left;
	width:100px;
	height: 75px;
	margin-top:30px;			/* --- changes here also affect clickable spans below --- */
	margin-left:30px;
	text-align: center;
	background-image: url(../images/viewer-home-film.jpg);
	background-repeat: no-repeat;
	display:inline;				/* --- ie double margin fix --- */
}

.home_music {
	background-image: url(../images/viewer-home-music.jpg);
}

.home_photo {
	background-image: url(../images/viewer-home-photo.jpg);
}

.home_viewer_link_title a {
	position:absolute;
	display:block;
	width:95px;
	height:20px;
	top:-25px;
	left:0px;
	text-align: center;
	color: #666;
	font-family: 'Courier New', Courier, monospace;
	font-size: 17px;
	font-weight: bold;
	font-weight: normal;
	border: 0px solid red;
} 

.home_viewer_link_title a:hover {
	text-decoration: none;
}   

.home_viewer_clickable_01, .home_viewer_clickable_02, .home_viewer_clickable_03 { 
/* --- overlays red letters on menu --- */
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height: 75px;
}

.home_viewer_clickable_01 a, .home_viewer_clickable_02 a, .home_viewer_clickable_03 a {
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height: 75px;
	border: 0px solid red;
}

.home_viewer_clickable_01 a:hover, .home_viewer_clickable_02 a:hover, .home_viewer_clickable_03 a:hover, .home_pierre_image_clickable a:hover {
/* --- important for ie --- */
	text-decoration: none;
	cursor: pointer;
}

.home_viewer_clickable_01 a span, .home_viewer_clickable_02 a span, .home_viewer_clickable_03 a span, .home_pierre_image_clickable a span {	
	position:absolute;
	display:block;
	width:100px;
	height:30px;
	left:-2000px;
	background-image: url(../images/menu-red-en.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	border: 0px solid blue;
}   

.menu_fr a span {	
	background-image: url(../images/menu-red-fr.gif);
}   

.home_viewer_clickable_01 a span {	
	top:-160px!important;
	top:-162px;
	background-position: 0px 0px;
}   

.home_viewer_clickable_02 a span {	
	top:-370px!important;
	top:-372px;
	background-position: 0px -30px;
}   

.home_viewer_clickable_03 a span {	
	top:-265px!important;
	top:-267px;
	background-position: 0px -60px;
}   

.home_pierre_image_clickable a span {	
	top:-84px!important;
	top:-86px;
	background-position: 0px -90px;
}   

.home_viewer_clickable_01 a:hover span {
	left:-525px;
}

.home_viewer_clickable_02 a:hover span {
	left:-375px;
}

.home_viewer_clickable_03 a:hover span {
	left:-460px;
}

.home_pierre_image_clickable a:hover span {
	left:571px;
}

.home_viewer_contour {
	position:absolute;
	top:-16px;
	left:-22px;
	width:140px;
	height: 100px;
	background-image: url(../images/viewer-small-contour.gif);
	background-repeat: no-repeat;
}


/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 


/* --- BOX_FILM --- */


.film_center_container {
	position:absolute;
	left:56px;
	top:50px;
	width: 640px;
	height: 480px;
	background-image: url(../images/bgr-center-film.jpg);
	background-image: url(../images/bgr-center-film-films.jpg);
	background-image: none;
	background-repeat: no-repeat;
	background-color: #000000;
}

.film_title {
	position:absolute;
	top:8px;
	left:275px;
	width:200px;
	height: 30px;
	background-image: url(../images/viewer-title-film.gif);
	background-repeat: no-repeat;
	display:none;
	display:block;
}

.film_left_container {
	position:absolute;
	display:block;
	top:50px;
	left:-150px;
	width:200px;
	height: 480px;
	background-image: url(../images/left-side-200x480.gif);
	background-repeat: no-repeat;
}

.film_menu_container {
	position:absolute;
	width:150px;
	height:auto;
	top:40px;
	left:24px;
	border: 0px solid #616161;
}

.left_menu_title {
	position:relative;
	display:block;
	float:left;
	width:134px;
	height:20px;
	color: #999;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
	display:inline;				/* --- ie double margin fix --- */
}

.left_menu_title span {
	position:relative;
	display: block;
	float:left;
	width:80px;
	margin-left:28px;
	text-align:center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	display:inline;				/* --- ie double margin fix --- */
}

.film_thumbs_preload {
	position:absolute;
	left: -500px;
	top: -2000px;
	width:40px;
	height:480px;
}

.film_thumbs_grid {
	position:relative;
	display:block;
	float:left;
	margin-top:5px;
	margin-left:7px;
	margin-left:-4px;
	width:140px;
	height:auto;
	border: 0px solid #999;
	display:inline;				/* --- ie double margin fix --- */
}

.film_thumbs {
	height:40px;
	width:140px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(../images/thumbs-film.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
	display:inline;				/* --- ie double margin fix --- */
	border: 1px solid #999;
}

.film_thumbs a {
	display: block;
	height:38px;
	width:138px;
	border: 0px solid #999;
}
   
.film_thumbs a:hover  {
	height:38px;
	width:138px;
	text-decoration: none;
	color: #ab1201;
	border: 1px solid #ab1201;
}
 

#film_massacrator {
	visibility:visible;
}

.film_preview_container_default {
	position:relative;
	display:block;
	float:left;
	width:140px;
	height:120px;
	margin-top:10px;
	margin-left:-4px;
	display:inline;				/* --- ie double margin fix --- */
	border: 0px solid #999;
}

.film_preview_container {
	position:absolute;
	display:block;
	width:140px;
	top:0px;
	left:0px;
	visibility:hidden;
	z-index:99;
	border: 0px solid blue;
}

.film_preview_description, .film_preview_infos {
	position:relative;
	float:left;
	color: #999;
	width:130px; 
	padding-right:5px;
	padding-top:5px;
	padding-left:5px;
	border: 1px solid #999;
	background-color: #fff;
	background-color: #F1F3F5;
}
  
.film_preview_description {
	height: 50px;
	font-size: 10px;
	line-height: 12px;
}

.film_preview_infos {
	height: 50px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #999;
	border-top: 0px solid #999;
}

.film_download_soundtracks {
	position:relative;
	float:left;
	color: #999;
	margin-top:0px;
	margin-left:0px;
	width:130px; 
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#film_viewer {
	position:absolute;
	left:0px;
	top:0px;
	width: 640px;
	height: 480px;
	text-align: center;
}

.film_viewer_youtube {
	position:absolute;
	left:0px;
	top:0px;
	width: 640px;
	height: 480px;
	display:none;
}

#youtube_massacrator {
	display:block;
}


/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 


/* --- BOX_MUSIC --- */


.music_center_container {
	position:absolute;
	left:56px;
	top:50px;
	width: 640px;
	height: 480px;
	background-image: url(../images/bgr-center-music.jpg);
	background-repeat: no-repeat;
	background-image: none;
	background-color: #000000;
}

.music_title {
	position:absolute;
	top:8px;
	left:275px;
	width:200px;
	height: 30px;
	background-image: url(../images/viewer-title-music.gif);
	background-repeat: no-repeat;
	display:none;
	display:block;
}

.music_title_fr {
	background-image: url(../images/viewer-title-music-fr.gif);
}

.music_left_container {
	position:absolute;
	display:block;
	top:50px;
	left:-150px;
	width:200px;
	height: 480px;
	background-image: url(../images/left-side-200x480.gif);
	background-repeat: no-repeat;
}

.music_menu_container {
	position:relative;
	position:absolute;
	width:150px;
	height:400px;
	top:40px;
	left:24px;
	border: 0px solid #616161;
}

.music_albums_container {
	position:relative;
	display:block;
	float:left;
	width:120px;
	height:110px;
	margin-top:20px;
	border: 0px solid blue;
	display:inline;				/* --- ie double margin fix --- */
}

.music_albums_thumbs_grid {
	position:relative;
	display:block;
	float:left;
	margin-top:10px;
	margin-left:7px;
	margin-bottom:10px;
	width:120px;
	height:auto;
	border: 1px solid #999;
	display:inline;				/* --- ie double margin fix --- */
}

.music_albums_thumbs {
	position:relative;
	display:block;
	float:left;
	height:80px;
	width:120px;
	background-image: url(../images/thumbs-music-duo.jpg);
	background-position: left -80px;
	background-repeat: no-repeat;
	display:inline;				/* --- ie double margin fix --- */
}

.music_albums_thumbs a {
	display: block;
	height:78px;
	width:118px;
	border: 0px solid #999;
}
   
.music_albums_thumbs a:hover {
	border: 1px solid #ab1201;
}

.music_videos_container {
	position:relative;
	display:block;
	float:left;
	margin-top:0px;
	margin-bottom:20px;
	width:120px;
	height:110px;
	border: 0px solid blue;
	display:inline;				/* --- ie double margin fix --- */
}

.music_videos_thumbs_grid {
	position:relative;
	display:block;
	float:left;
	margin-top:10px;
	margin-left:7px;
	width:120px;
	height:auto;
	border: 1px solid #999;
	display:inline;				/* --- ie double margin fix --- */
}

.music_videos_thumbs {
	position:relative;
	display:block;
	float:left;
	height:80px;
	width:120px;
	background-image: url(../images/thumbs-music-duo.jpg);
	background-repeat: no-repeat;
	display:inline;				/* --- ie double margin fix --- */
}

.music_videos_thumbs a {
	display: block;
	height:78px;
	width:118px;
	border: 0px solid #999;
}
   
.music_videos_thumbs a:hover {
	border: 1px solid #ab1201;
}

.music_download_all {
	position:relative;
	float:left;
	color: #999;
	margin-top:10px;
	margin-left:0px;
	width:130px; 
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.music_pierre_image {
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	height: 480px;
	border: 0px solid #9d9d9d;
}

#music_video {
	position:absolute;
	left:160px;
	top:0px;
	width: 480px;
	height: 480px;
	border: 0px solid #666;
	background-image: url(../images/bgr-music-top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}

#music_photo {
	position:absolute;
	left:160px;
	top:0px;
	width: 480px;
	height: 360px;
	border: 0px solid #666;
	background-color: #000;
}

#music_audio {
	position:absolute;
	left:160px;
	top:360px;
	width: 480px;
	height: 120px;
	border-bottom: 0px solid #999;
	background-color: #000;
}


/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 


/* --- BOX_PHOTO --- */


.photo_center_container {
	position:absolute;
	width:640px;
	height:480px;
	left:56px;
	top:50px;
	background-image: url(../images/bgr-center-photo.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	border: 0px solid red;
}

.photo_title {
	position:absolute;
	top:8px;
	left:275px;
	width:200px;
	height: 30px;
	background-image: url(../images/viewer-title-photo.gif);
	background-repeat: no-repeat;
	display:none;
	display:block;
}

.photo_left_container {
	position:absolute;
	top:50px;
	left:-150px;
	width:200px;
	height: 480px;
	background-image: url(../images/left-side-200x480.gif);
	background-repeat: no-repeat;
}

.photo_menu_container {
	position:absolute;
	width:150px;
	height:400px;
	top:40px;
	left:24px;
	border: 0px solid #616161;
}

.photo_thumbs_preload {
	position:absolute;
	left: -500px;
	top: -2000px;
	width:40px;
	height:480px;
}

.photo_thumbs_grid {
	position:relative;
	display:block;
	float:left;
	margin-left:27px;
	margin-top:10px;
	width:80px;
	height:auto;
	border: 1px solid #999;
	display:inline;				/* --- ie double margin fix --- */
}

.photo_thumbs {
	height:40px;
	width:40px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(../images/thumbs-photo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
	display:inline;				/* --- ie double margin fix --- */
}

.photo_thumbs a {
	display: block;
	height:38px;
	width:38px;
	border: 0px solid #999;
}
   
.photo_thumbs a:hover  {
	border: 1px solid #ab1201;
}

.photo_fullscreen_container {
	position:relative;
	display:block;
	float:left;
	width:134px;
	height: 20px;
	margin-top:2px;
	background-image: url(../images/bgr-rounded-emboss-slim.gif);
	background-image: none;
	background-repeat: no-repeat;
	color: #999;
	font-family: 'Courier New', Courier, monospace;
	font-size: 14px;
	text-align: center;
	padding-top:9px;
	display:inline;				/* --- ie double margin fix --- */
}

.left_menu_fullscreen a {
	display: block;
	float:left;
	width:80px;
	margin-left:28px;
	text-align:center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	display:inline;				/* --- ie double margin fix --- */
}

.left_menu_fullscreen a:hover {
	color: #666;
	text-decoration: none;
}

.photo_galery_container {
	position:absolute;
	width:640px;
	height:480px;
	top:0px;
	left:0px;
	text-align: center;
	visibility:hidden;
	z-index:99;
	background-image: url(../images/bgr-center-photo.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	border: 0px solid red;
	display:block;
	overflow:hidden;
}

.photo_centering_container {
	position:relative;
	float:left;
	margin-top:30px;
	height: 410px;
	left:50%;
	border: 0px solid red;
}
 
.photo_moveleft_container {
	position:relative;
	float:left;
	height: 410px;
	left:-50%;
	border: 0px solid yellow;
}

.photo_preview_image {
	position:relative;
	float:left;
	height: 410px;
	width:auto;
	background-image: url(../images/shadow-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display:inline;				/* --- ie double margin fix --- */
	border: 0px solid yellow;
}
    
#photo_come {
	visibility:visible;
}

.photo_shade_right {
	position:absolute;
	top:0px;
	right:-10px;
	width:10px;
	height: 410px;
	background-image: url(../images/shadow-right.gif);
	background-repeat: repeat-y;
	border: 0px solid red;
}

.photo_preview_description {
	position:relative;
	float:left;
	width:540px;
	width:100%;
	height: 20px;
	margin-top:0px;
	font-size: 20px;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
	line-height:16px;
	text-align:center;
	color: #999;
	display:inline;				/* --- ie double margin fix --- */
	border: 0px solid blue;
}


/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 

/* --- BOX_INFO --- */

.info_center_container {
	position:absolute;
	left:56px;
	top:50px;
	width: 640px;
	height: 480px;
	background-image: url(../images/bgr-center-info.jpg);
	background-image: url(../images/bgr-center.jpg);
	background-repeat: no-repeat;
}

.info_pierre_image {
	position:absolute;
	top:0px;
	left:0px;
	width:188px;
	height: 480px;
	border: 0px solid #9d9d9d;
}

.info_title {
	position:absolute;
	top:8px;
	left:275px;
	width:200px;
	height: 30px;
	background-image: url(../images/viewer-title-pierre.gif);
	background-repeat: no-repeat;
}

.info_left_container {
	position:absolute;
	top:50px;
	left:-150px;
	width:200px;
	height: 480px;
	background-image: url(../images/left-side-200x480.gif);
	background-repeat: no-repeat;
}

.info_left_content {
	position:absolute;
	top:20px;
	left:20px;
	width:140px;
	height: 400px;
	border: 0px solid #9d9d9d;
}

.info_left {
	position:relative;
	width:90px;
	height: 280px;
	margin-top:65px;
	margin-left:25px;
	border: 0px solid #9d9d9d;
}

.info_roundedbig {
	background-image: url(../images/bgr-roundedbig-ccc.gif);
}

#pierre_slideshow {
	position:absolute;
	left:250px;
	top:30px;
	width: 360px;
	height: 270px;
	border: 0px solid #666;
}

.info_text_container {
	position:absolute;
	top:330px;
	left:250px;
	width:360px;
	height: 120px;
	border: 1px solid #cccccc;
}

.info_text {
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:320px;
	height: auto;
	font-size: 14px;
	color:#999;
	font-family: 'Courier New', Courier, monospace;
	border: 0px solid #9d9d9d;
	display:inline;				/* --- ie double margin fix --- */
}

.info_contact {
	position:absolute;
	width:320px;
	height: 20px;
	bottom:15px;
	left:20px;
	font-size: 14px;
	color:#999;
	font-family: 'Courier New', Courier, monospace;
	border: 0px solid #9d9d9d;
}



/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 
/* --- ********************************************************** --- */ 



/* --- FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  -- */
.box_footer {
	position:relative;
	float: left;
	width:760px;
	height: 50px;
}

.footer {
	height: 30px;
	width:735px;
	text-align: center;
	font-size: 14px;
	margin-left:8px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

a.a_footer:link, a.a_footer:visited, a.a_footer:active { 
	color: #999; 
}

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