/* #666666 gris */
/* #0076bc bleu */
/* #ff9900 orange */

/* BODY --------------------------------------------------------------------------------------------- */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF url("rep/rep_site/body_bg.png") top left repeat-x;
	text-align: center; /* for IE */
}
/* ---------------------------------------------------------------------------------------------------- */

/* GLOBAL ------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 980px;
	height: auto;
	/*background: #FFFFFF;*/
}
/* ---------------------------------------------------------------------------------------------------- */

/* EVITEMENT --------------------------------------------------------------------------------------- */
#evitement {
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */

/* HAUT DE PAGE ----------------------------------------------------------------------------------- */
#header {
	z-index: 1;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 240px;
	background: url("rep/rep_site/header_bg.png") top left no-repeat;
}
#header_logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 240px;
	border: none;
}

#header_main {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 15px;
	margin: 0;
	padding: 0;
	width: 585px;
	height: 240px;
	font-size: 13px;
	color: #0076bc;
	border: none;
}
#header_main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_main ul li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 140px;
	height: 240px;
	text-align: center;
}
#header_main ul li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 240px;
	font-weight: normal;
	text-decoration: none;
	text-indent: -10000px;
}

a.main_1 {
	background: url("rep/rep_site/main_1.png") 0 0 no-repeat;
}
a:hover.main_1 {
	background: url("rep/rep_site/main_1.png") -140px 0 no-repeat;
}
a.main_1_hover {
	background: url("rep/rep_site/main_1.png") -140px 0 no-repeat;
}

a.main_2 {
	background: url("rep/rep_site/main_2.png") 0 0 no-repeat;
}
a:hover.main_2 {
	background: url("rep/rep_site/main_2.png") -140px 0 no-repeat;
}
a.main_2_hover {
	background: url("rep/rep_site/main_2.png") -140px 0 no-repeat;
}

a.main_3 {
	background: url("rep/rep_site/main_3.png") 0 0 no-repeat;
}
a:hover.main_3 {
	background: url("rep/rep_site/main_3.png") -140px 0 no-repeat;
}
a.main_3_hover {
	background: url("rep/rep_site/main_3.png") -140px 0 no-repeat;
}

a.main_4 {
	background: url("rep/rep_site/main_4.png") 0 0 no-repeat;
}
a:hover.main_4 {
	background: url("rep/rep_site/main_4.png") -140px 0 no-repeat;
}
a.main_4_hover {
	background: url("rep/rep_site/main_4.png") -140px 0 no-repeat;
}

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

/* LIEN ---------------------------------------------------------------------------------------------- */
a:active, a:focus{ outline: none; }
a img { border-width: 0; border-style: none; }
a { color: #ff9900; font-weight: bold; text-decoration: underline; }
a:link { color: #ff9900; text-decoration: underline; }
a:visited { color: #ff9900; text-decoration: underline; }
a:hover { color: #0076bc; text-decoration: underline; }

#content_h1 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0; 
	width: 980px;
	height: 40px;
	background: url("rep/rep_site/h1_bg.png") bottom left no-repeat;	
}

a.pageback { 
	margin: 0 25px 0 25px;
	padding: 0 5px 5px 25px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	background: url("rep/rep_site/ico_back.png") 0 -1px no-repeat;	
}
a:hover.pageback { 
	color: #0076bc;
	background: url("rep/rep_site/ico_back.png") 0 -21px no-repeat;
}
a.pagetop { 
	margin: 0 5px;
	padding: 5px 5px 5px 15px;
	width: 11px;
	height: 11px;
	font-size: 11px;
	color: #0076bc;
	font-weight: normal;
	text-decoration: underline;
	border: 0;
	background: url("rep/rep_site/ico_pagetop.gif") no-repeat left center;
}
a:hover.pagetop { 
	color: #0076bc;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0; 
	width: 980px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style: square inside
}
#content ul li {
	margin: 5px 0 5px 10px;
	padding: 0;
	color: #666666;
}

#content_h1 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0; 
	width: 980px;
	height: 40px;
	background: url("rep/rep_site/h1_bg.png") bottom left no-repeat;	
}
#content_h1_left {
	position: relative;
	float: left;
	margin: 0;
	padding: 0; 
	width: 180px;
}
#content_h1_right {
	position: relative;
	float: right;
	margin: 0;
	padding: 0; 
	width: 800px;
}

#content_text {
	position: relative;
	float: left;
	margin: 0;
	padding: 15px 0 0 0; 
	width: 420px;
}
#content_photo {
	position: relative;
	float: right;
	margin: 0;
	padding: 15px 20px 20px 15px; 
	width: 500px;
	height: 350px;
	background: url("rep/rep_site/photo_bg.png") top left no-repeat;
}
#content_video {
	position: relative;
	float: right;
	margin: 0;
	padding: 15px 20px 20px 15px; 
	width: 500px;
}

.content_hotel {
	float: left;
	margin: 0 17px 30px 17px;
	padding: 0;
	text-align: center;
	width: 285px;
	height: 310px;
	/*border: 1px solid #CCC;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/
}
.content_hotel h2 {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #0076bc;
}
.content_hotel a img {
	float: left;
	margin: 0 autox;
	padding: 15px 20px 20px 15px;
	text-align: center;
	width: 250px;
	height: 250px;
	background: url("rep/rep_site/img_hotel_bg.png") 0 0 no-repeat;
}
a.content_hotel_desc { 
	clear: both;
	margin: 0 5px;
	padding: 5px 5px 5px 20px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	background: url("rep/rep_site/ico_zoom.gif") left center no-repeat;
}
a:hover.content_hotel_desc { 
	color: #0076bc;
	text-decoration: underline;
}

.content_golf {
	float: left;
	margin: 0 17px 30px 17px;
	padding: 0;
	text-align: center;
	width: 620px;
	height: 310px;
}
.content_golf h2 {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0076bc;
}

.home {
	display: block;
	float: left;
	margin:  0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url("rep/rep_site/ico_home.png") 0 0 no-repeat;
}

.lang_1 {
	display: block;
	float: left;
	margin:  0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url("rep/rep_site/1_ico_lang.png") 0 0 no-repeat;
}
.lang_1:hover {
	background: url("rep/rep_site/1_ico_lang.png") 0 -25px no-repeat;
}
.lang_1_active {
	display: block;
	float: left;
	margin:  0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url("rep/rep_site/1_ico_lang.png") 0 -25px no-repeat;
}

.lang_2 {
	display: block;
	float: left;
	margin:  0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url("rep/rep_site/2_ico_lang.png") 0 0 no-repeat;
}
.lang_2:hover {
	background: url("rep/rep_site/2_ico_lang.png") 0 -25px no-repeat;
}
.lang_2_active {
	display: block;
	float: left;
	margin:  0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url("rep/rep_site/2_ico_lang.png") 0 -25px no-repeat;
}

.lang_4 {
	display: block;
	float: left;
	margin:  0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url("rep/rep_site/4_ico_lang.png") 0 0 no-repeat;
}
.lang_4:hover {
	background: url("rep/rep_site/4_ico_lang.png") 0 -25px no-repeat;
}
.lang_4_active {
	display: block;
	float: left;
	margin:  0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url("rep/rep_site/4_ico_lang.png") 0 -25px no-repeat;
}

.hotel_desc {
	float: left;
	margin: 10px;
	padding: 0;
	text-align: left;
	width: 670px;
}
.hotel_titre {
	font-weight: bold;
	font-size: 15px;
}

.hotel_img {
	float: right;
	margin: 10px;
	padding: 0;
	text-align: left;
	width: 250px;
}
.hotel_img p {
	line-height: 20px;
}

.hotel_tel {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	text-decoration: none;
	border: 0;
	background: url("rep/rep_site/ico_tel.png") 0 0 no-repeat;	
}
.hotel_mobile {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	text-decoration: none;
	border: 0;
	background: url("rep/rep_site/ico_mobile.png") 0 0 no-repeat;	
}
.hotel_fax {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	text-decoration: none;
	border: 0;
	background: url("rep/rep_site/ico_fax.png") 0 0 no-repeat;	
}
.hotel_link {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	text-decoration: none;
	border: 0;
	background: url("rep/rep_site/ico_link.png") 0 0 no-repeat;	
}
.hotel_mail {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	text-decoration: none;
	border: 0;
	background: url("rep/rep_site/ico_mail.png") 0 0 no-repeat;	
}
.hotel_map {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	text-decoration: none;
	border: 0;
	background: url("rep/rep_site/ico_map.png") 0 0 no-repeat;	
}
/* ---------------------------------------------------------------------------------------------------- */

/* BAS DE PAGE ------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 110px;
	font-size: 11px;
	text-align: center;
	color: #0076bc;
	/*background: #dff1f9;
	border-top: 5px solid #84c8eb;*/
	background: url("rep/rep_site/footer_bg.png") top left repeat-x;
}
#footer_content {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 980px;
	height: 70px;
	/*line-height: 110px;*/
	font-size: 11px;
	text-align: center;
	color: #666666;
	background: url("rep/rep_site/footer_content_bg.png") top left repeat-x;
}
#footer a { color: #666666; font-weight: normal; text-decoration: none; }
#footer a:link { color: #666666; font-weight: normal; text-decoration: none; }
#footer a:visited { color: #666666; font-weight: normal; text-decoration: none; }
#footer a:hover { color: #0076bc; font-weight: normal; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

/* COPYRIGHT -------------------------------------------------------------------------------------- */
#copyright {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f1dbbb;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FLOAT -------------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 5px 5px 5px;
}
.right {
	float: right;
	margin: 0 5px 5px 5px;
}
.center {
	margin: 0 auto;
}
.spacer {
	clear: both;
	padding: 5px 0 0 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* PARAGRAPHE ------------------------------------------------------------------------------------- */
p { margin: 0 0 10px 0; }
.p_left { text-align: left; }
.p_right { text-align: right;}
.p_center { text-align: center;}
.p_justify { text-align: justify; }
/* ---------------------------------------------------------------------------------------------------- */

/* TITRE --------------------------------------------------------------------------------------------- */
h1 {
	margin: 0 5px 0 0;
	padding: 7px 40px 5px 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #0076bc;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url("rep/rep_site/h1.png") top right no-repeat;
}

h2 {
	margin: 5px 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #0076bc;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIGNE --------------------------------------------------------------------------------------------- */
hr {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #0076bc;
}

.hr_h1 {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #0076bc;
}

.hr_solid {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #0076bc;
}
.hr_dotted {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #0076bc;
}

.hr_spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FONT --------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_warning { padding: 2px 7px; color: #FFFFFF; font-weight: bold; letter-spacing: 1px; background: #0076bc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.txt_color_1 { color: #0076bc; }
.txt_color_2 { color: #0076bc; }

.reflect {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FORMULAIRE ------------------------------------------------------------------------------------- */
.form_table {
	margin: 0 auto 0 auto;
	width: 940px;
	height: 305px;
	border: none;
}
.form_td_left {
	width: 55%;
	vertical-align: top;
	text-align: left;
}
.form_td_right {
	width: 45%;
	vertical-align: top;
	text-align: left;
}

form {
	display: inline;
	color: #0076bc;
	font-size: 12px;
	font-weight: bold;
}
fieldset {
 	display: block;
	margin: 0;
	padding: 5px 5px 5px 15px;
	border: 1px solid #0076bc;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
legend {
	color: #0076bc;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
fieldset p {
	margin: 5px 0 5px 0;
}
label {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	width: 25%;	
	text-align: left;
	line-height: 1.7;
	font-weight: bold;
	font-size: 12px;
}

#p_Ctc_Mail {
	display: none;
	visibility: hidden;
}

input {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0076bc;
	border-width: 1px;
	border-style: solid;
	border-color: #0076bc #0076bc #0076bc #0076bc;
	background-color: #F1F8FD;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
select, option {
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0076bc;
	border-width: 1px;
	border-style: solid;
	border-color: #0076bc #0076bc #0076bc #0076bc;
	background-color: #F1F8FD;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
option {
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0076bc;
	border: none;
}
textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0076bc;
	border-width: 1px;
	border-style: solid;
	border-color: #0076bc #0076bc #0076bc #0076bc;
	background-color: #F1F8FD;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	resize: none;
}

textarea:focus, input:focus {
	color: #0076bc;
	border-width: 1px;
	border-style: solid;
	border-color: #ff9900 #ff9900 #ff9900 #ff9900;
	background-color: #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

input.button {
	padding: 0 0 2px 2px;
	height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #0076bc #0076bc #0076bc #0076bc;
	background-color: #0076bc;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	outline: 0;
}
input:hover.button {
	padding: 0 0 2px 2px;
	height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #ff9900 #ff9900 #ff9900 #ff9900;
	background-color: #ff9900;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	outline: 0;
}

input.radio {
	background: none; 
	border: none;
}
/* ---------------------------------------------------------------------------------------------------- */

/* GALERIE ------------------------------------------------------------------------------------------ */
.gallery { 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border: none; 
}
.gallery td { 
	padding-bottom: 15px;
	width: 33%;
	text-align: center;
	vertical-align: top;
}
/* ---------------------------------------------------------------------------------------------------- */

/* BARRE NAVIGATION ----------------------------------------------------------------------------- */
.barre_nav { font-size: 10px; }
.barre_nav a { color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #0076bc; border: 1px solid #0076bc; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.barre_nav a.active, .barre_nav a:hover { color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #0076bc; border: 1px solid #0076bc; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.barre_nav a:visited { color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #0076bc; border: 1px solid #0076bc; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.barre_nav span { color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #CCCCCC; border: 1px solid #CCCCCC; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
/* ---------------------------------------------------------------------------------------------------- */

/* MOOBYZOOMER ---------------------------------------------------------------------------------- */
a.byzoomer img {
	z-index: 900;
	border: 1px solid #0076bc;
	cursor: pointer;
}
a:hover.byzoomer img {
	border: 1px solid #0076bc;
}
a.byzoomerOver img {
	border: 1px solid #0076bc;
}
img.byzoomerZoomed {
	z-index: 900; 
	border: 1px solid #0076bc;
	cursor: pointer;
}
div#byzoomerTitle {
	color: #0076bc;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MULTIBOX ---------------------------------------------------------------------------------------- */
.MultiBoxContainer {
	position: absolute;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	display: none;
	z-index: 200;
}

.MultiBoxLoading {
	background: url("rep/rep_site/multibox_loader.gif") no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -12px;
	right: -12px;
	background: url("rep/rep_site/multibox_close.png") no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	height: 30px;
	position: relative;
	background-color: #FFFFFF;
}

.MultiBoxPrevious {
	z-index: 500;
	position: absolute;
	background: url("rep/rep_site/multibox_left.gif") no-repeat;
	width: 24px;
	height: 24px;
	left: 4px;
	margin-top: 4px;
	cursor: pointer;
}

.MultiBoxNext {
	z-index: 500;
	position: absolute;
	background: url("rep/rep_site/multibox_right.gif") no-repeat;
	width: 24px;
	height: 24px;
	right: 4px;
	margin-top: 4px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url("rep/rep_site/multibox_rightDisabled.gif") no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url("rep/rep_site/multibox_leftDisabled.gif") no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 0;
	padding-left: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 0 0 0;
	padding-right: 30px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}
/* ---------------------------------------------------------------------------------------------------- */

/* SLIDESHOW -------------------------------------------------------------------------------------- */
.slideshow {
	z-index: 0;
	display: block;
	position: relative;
}
.slideshow-images {
	display: block;
	position: relative;
	overflow: hidden;
}
.slideshow-images img {
	z-index: 1;
	display: block;
	position: absolute;
}
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-images {
	width: 500px;
	height: 350px;
}
.slideshow-images-visible {
	opacity: 1;
}
.slideshow-images-prev {
	opacity: 0;
}
.slideshow-images-next {
	opacity: 0;
}
.slideshow-images img {
	float: left;
	top: 0;
	left: 0;
}
.slideshow {
	margin: 0 auto;
	width: 500px;
	height: 350px;
}
.slideshow a img {
	border: 0;
}
.slideshow-captions {
	z-index: 10000;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 25px;
	text-indent: 10px;
	color: #FFFFFF;
	background: #014765;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 25px;
	opacity: 0.8;
}

.slideshow-loader {
	z-index: 10001;
	position: absolute;
	top: 157px;
	left: 232px;
	width: 35px;
	height: 35px;
	background: #FFFFFF url("rep/rep_site/loader.gif") top left no-repeat;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}
/* ---------------------------------------------------------------------------------------------------- */