/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/

/* Support du PNG par ie6 */
img, a, p, table { behavior: url(iepngfix.htc) }  

hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }

body {
	margin:0;
	padding:0;
	background: url(img/fond.jpg) repeat-x 50% 0 #111418;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/************************************************
				MISE EN FORME TEXTE
************************************************/
a {	font-weight:bold; color:#ffa700; }
a:hover { text-decoration:none; color:#FFF; }

h1 {
	font-size:19px;
	font-weight:bold;
	padding:8px 0 0 40px;
	margin:0;
	text-transform:uppercase;
	color:#ffa700;
	font-family: 'Anton', serif;
	font-weight:400;
	
	}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:3px;
	color:#ffa700;
	font-family:Arial, Helvetica, sans-serif ;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px;
	color:#ffa700;
	text-align:center;
	line-height:25px;
}

h4 {
	background:#ffa700;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	-moz-border-radius: 5px;
}

/************************************************
				IMAGES
************************************************/

img{border:none}

.border {
	margin:2px;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
}

.opacite { 
border: 2px solid #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #979797;
  -moz-box-shadow: 0 0 6px #979797;  
  -webkit-box-shadow: 0 0 6px #979797;
}

a img.opacite {cursor:pointer; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;margin:2px;
border: 3px solid #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #979797;
  -moz-box-shadow: 0 0 6px #979797;  
  -webkit-box-shadow: 0 0 6px #979797;

}
a:hover img.opacite {filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;margin:2px;
border: 3px solid #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #979797;
  -moz-box-shadow: 0 0 6px #979797;  
  -webkit-box-shadow: 0 0 6px #979797;
}
.opacite2 { 
border: 5px solid #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #979797;
  -moz-box-shadow: 0 0 6px #979797;  
  -webkit-box-shadow: 0 0 6px #979797;
}

a img.opacite2 {cursor:pointer; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;margin:2px;
border: 2px solid #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #979797;
  -moz-box-shadow: 0 0 6px #979797;  
  -webkit-box-shadow: 0 0 6px #979797;

}
a:hover img.opacite2 {filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;margin:2px;
border: 2px solid #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #979797;
  -moz-box-shadow: 0 0 6px #979797;  
  -webkit-box-shadow: 0 0 6px #979797;
}

a img.no_cadre {border:none; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
a:hover img.no_cadre {border:none;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}

img.cadre_right {border: 3px solid #CCC; margin:0 0 10px 10px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
img.cadre_left {border: 3px solid #CCC; margin:0 10px 10px 0; -moz-border-radius: 6px; -webkit-border-radius: 6px;}

a img.cadre_droit {border: 3px solid #CCC; margin:0 0 10px 10px;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;  -moz-border-radius: 6px; -webkit-border-radius: 6px; }
a:hover img.cadre_droit {border: 3px solid #CCC; margin:0 0 10px 10px;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
a img.cadre_gauche {border: 3px solid #CCC; margin:0 10px 10px 0;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
a:hover img.cadre_gauche {border: 3px solid #CCC; margin:0 10px 10px 0;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
/***********************************************
				CHEMINS
***********************************************/

#chemin{
	clear:both;
	font-size:11px;
	height:20px;
	color:#000;
	margin:0;
	padding:27px 0 60px 40px;
	color:#000;
	}
	
#chemin *{font-size:11px}

#chemin a {color:#000;}
#chemin a:hover,#chemin a.active  {color:#000;}


/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	margin:auto;
	width:980px;
	background:url(img/repetition.jpg) repeat-y ;
	position:relative;/**/
}
/************************************************
				ENTETE
************************************************/
div#entete {
	height:329px;
	margin:0;padding:0;	
	background: url(img/entete.jpg) no-repeat;
}
div#bandeau {
	height:282px;
	margin:0;padding:0;	
	background:url(img/bandeau.jpg) no-repeat;
}
div#rappel {
	margin:0;
	padding:0;
	position:absolute;
	top:405px;
	right:380px;
box-shadow: 0 0 6px #CCCCCC;
  -moz-box-shadow: 0 0 6px #CCCCCC;  
  -webkit-box-shadow: 0 0 6px #CCCCCC;
  }
div#rappel a {margin:0;padding:0;background:url(img/rappel.png) no-repeat 0 -46px;width:270px;height:46px; display:block}
div#rappel a:hover, div#rappel a.active {margin:0;padding:0;background:url(img/rappel.png) no-repeat 0 0;}

div#titre_h1 {
	height:83px;
	margin:0;padding:0;	
	background:url(img/titre_h1.jpg) no-repeat;
}
#lang{
	position:absolute;
	color:#FFF;
	top:470px;
	right:70px;
}
#lang a{
	color:#FFF;
}
div.conseil {
	position:absolute;
	color:#FFF;
	top:20px;
	right:30px;
}
div.conseil a {
	color:#BBC19E;
	font-size:11px;
}
div.conseil a:hover, div.conseil a.active {
	color:#FFF;
}
/*****************************************************
				MENU horizontal // FRANCAIS
*****************************************************/

/*ul#menu {
	background:url(img/menu.jpg) no-repeat;
	height:66px;
	margin:0 0 0 0;
	padding:0 0 0 7px;
	list-style-type:none;
}
ul#menu li {
	display:inline;
	margin:0;padding:0;
}
ul#menu li a {
	display:block;
	height:66px;
	float:left;
	margin:0 2px;
	padding:0 5px 0 5px;
	color:#CCC;
	font-size:12px;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	font-weight:600;
}
#menu li a:hover {
		background:url(img/bt_over.jpg) repeat-x left;		
		color:#ffa700;

	}	
#menu li a.active {
		background:url(img/bt_over.jpg) repeat-x left;		
		color:#ffa700;
	}
*/

/*****************************************************
				MENU horizontal 2
*****************************************************/
/*ul#menu {
	background:url(img/menu.jpg) no-repeat;
	margin:0;
	padding:0;
	list-style-type:none;
	width:990px;
	height:174px;
}

ul#menu li{	
	margin:0;padding:0;
	float:left;
}
ul#menu li#acc a {line-height:174px;padding:0;margin:0; height:174px; width:175px; background:url(img/bt_acc.jpg) no-repeat;  display:block}
ul#menu li#acc a:hover, ul#menu li#acc a.active {line-height:174px;padding:0;margin:0; height:174px; width:175px; background:url(img/bt_acc_over.jpg) no-repeat;}

ul#menu li#pains a {line-height:174px;padding:0;margin:0; height:174px; width:165px; background:url(img/bt_pains.jpg) no-repeat;  display:block}
ul#menu li#pains a:hover, ul#menu li#pains a.active {line-height:174px;padding:0;margin:0; height:174px; width:165px; background:url(img/bt_pains_over.jpg) no-repeat;}

ul#menu li#patisseries a {line-height:174px;padding:0;margin:0; height:174px; width:155px; background:url(img/bt_patisseries.jpg) no-repeat;  display:block}
ul#menu li#patisseries a:hover, ul#menu li#patisseries a.active {line-height:174px;padding:0;margin:0; height:174px; width:155px; background:url(img/bt_patisseries_over.jpg) no-repeat;}

ul#menu li#brioche a {line-height:174px;padding:0;margin:0; height:174px; width:165px; background:url(img/bt_brioche.jpg) no-repeat;  display:block}
ul#menu li#brioche a:hover, ul#menu li#brioche a.active {line-height:174px;padding:0;margin:0; height:174px; width:165px; background:url(img/bt_brioche_over.jpg) no-repeat;}

ul#menu li#viennoiseries a {line-height:174px;padding:0;margin:0; height:174px; width:155px; background:url(img/bt_viennoiseries.jpg) no-repeat;  display:block}
ul#menu li#viennoiseries a:hover, ul#menu li#viennoiseries a.active {line-height:174px;padding:0;margin:0; height:174px; width:155px; background:url(img/bt_viennoiseries_over.jpg) no-repeat;}

ul#menu li#traiteur a {line-height:174px;padding:0;margin:0; height:174px; width:175px; background:url(img/bt_traiteur.jpg) no-repeat;  display:block}
ul#menu li#traiteur a:hover, ul#menu li#traiteur a.active {line-height:174px;padding:0;margin:0; height:174px; width:175px; background:url(img/bt_traiteur_over.jpg) no-repeat;}*/

/*****************************************************
				MENU horizontal // NEERLANDAIS
*****************************************************/

/*ul#menu3 {
	background:url(img/menu.jpg) no-repeat;
	height:45px;
	margin:0 0 0 0;
	padding:0 0 0 55px;
	list-style-type:none;
}
ul#menu3 li {
	display:inline;
	margin:0;padding:0;
}
ul#menu3 li a {
	display:block;
	height:33px;
	float:left;
	margin:12px 0 0 0;
	padding:0 10px;
	color:#999;
	font:bold 12px Arial, Helvetica, sans-serif;
	border-left:1px solid #3b3b3b;
	line-height:33px;
	text-decoration:none;
}

ul#menu3 li#premier_lien a { border:none;}

ul#menu3 li a:hover, ul#menu3 li a.active {
	color:#c5b78d;
}*/
/*****************************************************
				MENU vertical
*****************************************************/
ul.menu {
	position:absolute ;
	top: 450px;
	left:15px;
	width:187px;
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.menu li{	
	margin:0 0 0 0;
	padding:0 0 0 0;	
}

ul.menu li a {
	display: block ; 
	background:url(img/bt_over.png) no-repeat 0 0;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	line-height:17px;
	text-align:left;
	padding:0 0 0 17px;
	margin:0; 
	width:170px;
	height:17px;
}

ul.menu li a:hover, ul.menu li a.active {
	background:url(img/bt_over.png) no-repeat 0 -17px;
	width:187px;
	height:17px;
	color:#000 ;
}
ul.menu li.dernier_lien a { border:none; }*/



/***********************************************************
				CORPS
***********************************************************/
div#corps {
	/*background: url('img/bas.jpg') no-repeat 0 bottom;*/
}
div#contenu {
	background:url(img/haut.jpg) no-repeat;
	text-align:left;
	margin: 0;
	padding: 0;
	height:722px;
}

html>body #contenu {
	height:auto;
	min-height:722px;
} 

div#contenu_modifiable {
	border:none;
	margin:0;
	padding:0 30px 40px 220px ;
}

div#contenu p {
	margin:0;
	padding:5px;
}

div#contenu_modifiable ul.puce {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul.puce li {
	background:url(img/puce.jpg) no-repeat left 5px;
	margin-left:10px;
	padding:2px 0 2px 15px;
}
#map {
border: 3px solid #FFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #606351;
  -moz-box-shadow: 0 0 6px #606351;  
  -webkit-box-shadow: 0 0 6px #606351;
  
  padding:0; margin:0;
}
iframe {
border: 3px solid #FFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #606351;
  -moz-box-shadow: 0 0 6px #606351;  
  -webkit-box-shadow: 0 0 6px #606351;
  
  padding:0; margin:0;
}
div.signature { text-align: center; padding:10px; background:#111418; -moz-border-radius: 5px; color:#FFF;
border: 3px solid #FFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  
  box-shadow: 0 0 6px #606351;
  -moz-box-shadow: 0 0 6px #606351;  
  -webkit-box-shadow: 0 0 6px #606351;

}
div#gauche {  padding:5px; margin:0 10px 0 0; width:300px; float:left; text-align:justify}
div#centre { padding:5px;margin:0 10px 0 0; ; width:280px;  min-height:280px;text-align:justify; float:left; }
div#droite {padding:5px; width:290px; float:right; min-height:350px;text-align:justify }

div#gauche2 {  padding:5px; margin:0 10px 0 0; width:450px; float:left; text-align:justify}
div#droite2 {padding:5px; width:440px; float:right; min-height:350px;text-align:justify }

div#lien_01 a {margin:0;padding:0;background:url(img/bt_argent.jpg) no-repeat 0 -125px;width:280px;height:125px; display:block}
div#lien_01 a:hover, div#lien_01 a.active {margin:0;padding:0;background:url(img/bt_argent.jpg) no-repeat 0 0;width:280px;height:125px; display:block}

div#lien_02 a {margin:0;padding:0;background:url(img/bt_maison.jpg) no-repeat 0 -180px;width:280px;height:180px; display:block}
div#lien_02 a:hover, div#lien_02 a.active {margin:0;padding:0;background:url(img/bt_maison.jpg) no-repeat 0 0;width:280px;height:180px; display:block}

div.signature a { color:#FFFFFF }
div.signature strong.color2 { color:#F00 }
div.signature #ul1 li {color:#FFF}
strong.titre  {color:#ffa700; font-size:16px;display:block; margin:0 0 8px 0; padding:0 0 5px 0;font-family: 'Anton', serif; font-weight:500}
strong.titre2  {color:#ffa700; font-size:18px;  font-weight:500;display:block; margin:0; padding:0;font-family: 'Anton', serif;}
strong.titre3  {color:ffa700;font-weight:bold; font-size:13px; text-align:center}
strong.titre4  {color:#000; font-size:16px;  font-weight:500;display:block; margin:0; padding:5px 0 0 5px;font-family: 'Anton', serif;}
strong.titre_div  { text-align:center; background:url(img/hachure.jpg) repeat;color:#FFF;font-weight:bold; font-size:15px; display:block; padding:3px 3px 3px 8px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
strong.logo  {color:#ffa700;font-weight:bold; font-size:18px; font-family: 'Anton', serif;}
strong.gd-titre  {color:#ffa700;font-weight:bold; font-size:24px;font-family: 'Anton', serif;}
strong.gd-titre2  {color:#CCCCCC;font-weight:bold; font-size:24px;font-family: 'Anton', serif;}
strong.color {color:#ffa700; font-weight: bold}
div.titre_salle {height: 30px; display:block;color:#CCC; font-size:30px; margin:0 0 8px 0; padding:0 0 0 0;font-family: 'Anton', serif;}

div#contenu td.legende  {
	color:#FFFFFF;
	background:#e6a80a;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:3px;
	font-weight:bold;
	}
p.cliquez {color:#CCC;text-align:center; font-size:10px; margin:15px 0 0 0}
#ul1 {color:#FFF;margin:10px 0 10px 10px;padding:0;list-style-type:none; list-style-position:inside; font-size:12px; line-height:16px}
#ul1 li {padding-bottom:8px;}
#ul2 {color:#FFF;margin:10px 0 0 10px;padding:0;list-style-type:none; list-style-position:inside; font-size:12px; line-height:16px}
#ul2 li {padding-bottom:15px;}
strong.mini { font-size:11px; font-weight:normal}
strong.mini2 { font-size:12px; font-weight:bold; font-family: Arial, Helvetica, sans-serif}
#bx-01 { padding:5px; }
#bx-01 td#title { background:url(img/fd-signature.jpg) repeat; padding:5px; text-align:left; font-size:12px; color:#FFF; font-weight:bold;  -moz-border-radius: 6px;-webkit-border-radius: 6px; }
#bx-01 td#desc { background:none; padding:5px; color:#999; -moz-border-radius: 6px;-webkit-border-radius: 6px;  }
#bx-01 td#prix { background:#922916; padding:5px; color:#FFF; font-size:12px; padding:5px;  -moz-border-radius: 6px;-webkit-border-radius: 6px; text-align:center; font-weight:bold  }
#bx-01 h2 { background:#bb1212; color:#FFF; padding:5px; margin:0; text-align:center;-moz-border-radius: 5px; text-align:left}
#bx-02 { background:#efefef; padding:5px; width:190px; height:245px; border:1px #999 solid;-moz-border-radius: 5px;}
#bx-02 h2 { background:#bb1212; color:#FFF; padding:5px; margin:0; text-align:center;-moz-border-radius: 5px;}

div#transfert { padding:0; margin:0; position:absolute; top:480px; right:40px;  width:220px}
div#transfert a { padding:5px; margin:0; background:#363737; color:#F00; text-decoration:none;-moz-border-radius: 5px;}
div#transfert a:hover, div#transfert a.active { padding:5px; margin:0; background:#ed4d0c;color:#363737 }


div.c3 {
background:#5F1137;
border:3px #C982A5 solid;
padding:8px;
margin:0;
text-align:justify;
}
div.c4 {
background:#FFFFFF;
padding:8px;
text-align:justify;
}
div.c4 a { color:#FFF}
strong.color2 { color:#FFF}
table#tab-01 { margin:0; padding:0}
table#tab-01 td { text-align:center;  }
.boxes a{ color:#FFF}
.boxes strong.color2{ color:#FFF}
.boxes {
     background:#4a4a4a;
	 /*display:block;*/
	 width:96%;
     float:left;
     padding:10px;
	 margin-bottom:15px;
	 text-align:justify;
     position:relative;
	 border:2px #333 solid;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px; 
	 color:#FFF;
	 box-shadow: 0 0 6px #979797;
    -moz-box-shadow: 0 0 6px #979797;  
    -webkit-box-shadow: 0 0 6px #979797;
}
.boxes2 {
     background:#d0c1a6;
	/* display:block;*/
	/* width:96%;*/
     float:left;
     padding:10px;
	 margin-bottom:15px;
     position:relative;
	border-left:2px #e8decd solid;
	border-top:2px #e8decd solid;
	border-bottom:2px #b9ab92 solid;
	border-right:2px #b9ab92 solid;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px; 
  box-shadow: 0 0 6px #979797;
  -moz-box-shadow: 0 0 6px #979797;  
  -webkit-box-shadow: 0 0 6px #979797;
}

div.info {
     float:left;
     margin:0;
     padding:0;
}

.block {
     color:#0066CC;
     float:left;
     overflow:hidden;
     position:relative;
}

.boxgrid{ 
	width: 210px; 
	height: 210px; 
	margin:8px; 
	float:left; 
	background:#161613; 
	border: solid 2px #872a8b; 
	overflow: hidden; 
	position: relative; 
	}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
	}
.boxgrid a:hover{ 
	color:#FFF; 	}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	 }
.captionfull .boxcaption {
 	top: 170;
 	left: 0;
 	}
.caption .boxcaption {
 	top: 170;
 	left: 0;
 }
/****************************************************
		FORMULAIRES
****************************************************/

.formulaire {
	border: 1px solid #CCCCCC;
	background:#FFF repeat;
	font-size:12px;
	padding:1px; 
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

/****************************************************
				ADRESSE
****************************************************/
div#adresse {
	clear:both;
	background: url(img/adresse.jpg) no-repeat;
	height:29px;
	line-height:15px;
	color:#ffa700;
	font-weight:500;
	text-align:center;
	padding:20px 0 0 0;
	font-size:12px;
	text-transform:uppercase;
	
	
}
div#adresse2 {
	color:#000;
	font-weight:bold;
	text-align:center;
}
.adressespe {
	font-style:italic;
	text-transform:uppercase;
}
.adressespe span.mob { color:#FFFFFF; text-align:left; }
.adressespe span.tel { color:#fff; font-size:14px; }
/****************************************************
				FOOTER
****************************************************/
#footer {
	margin:5px auto;
	margin-bottom:5px;
	font-size:10px;
	color:#999;
}

#txt_ref {
	text-align:center;
	font-size:10px;
	margin:5px auto;
	color:#999;
}

#mention {
	text-align:center;
	cursor:pointer;
	font-size:10px;
	color:#999;
}
#mention a{ color:#ffa700;}




.liens_partager, .liens_partager img{
	text-align:right;
	vertical-align:middle;
}

div#carousel1 {width:480px; height:250px;overflow:scroll;}
div#carousel12 {width:800px; height:300px;overflow:scroll;}

div#galerie {
	position:absolute;
	top:470px;
	right:150px;
	}
div#galerie a  { background:url(img/bt-galerie.png) no-repeat; width:135px; height:15px; display:block }
div#galerie a:hover  { background:url(img/bt-galerie-over.png) no-repeat; width:135px; height:15px; display:block }
/************************************************
					 Newsletter					
************************************************/
#newsletter{
	background:url(img/fd_newsletter.jpg) no-repeat;
	height:80px;
	width:238px;
	position:absolute;
	top:390px;
	left:25px;
	text-align:left;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    box-shadow: 0 0 6px #CCCCCC;
    -moz-box-shadow: 0 0 6px #CCCCCC;  
   -webkit-box-shadow: 0 0 6px #CCCCCC;

}

/************************************************
					 INFOS FIXES
************************************************/


.code_incorrect {
	font-weight:bold;
	color:#FF0000;
}

.lien_retour_haut {
	font-size:10px; color:#FFF; text-align:right;
}

.ligne_pointille_vertical {
	border-left:1px dotted #FFF;
}

.ligne_pointille_horizontal {
	border-bottom:1px dotted #FFF;
}

/**********************************************
carousel

*************************************************/
.image_carousel {
	padding: 15px 0 15px 40px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(../img/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../img/miscellaneous_sprite.png) 0 -100px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -100px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

