*{
	border: 0;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	background: #dddddd;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding-right:10px;
}
.featured2{
	background: #dddddd;
	height: 123px;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding-right:10px;
}
.featured h2{
	font-size: 11px;
	padding: 10px 0;
}
.featured h3{
	font-size: 14px;
	padding: 0 0 10px 0;
}
.featured h3 a {
	color:#000;
}
.featured h3 a:hover {
	color:#FF7800;
}
.featured p {
	margin-bottom:10px;
}
.featured-img{
	margin: 0;
	width:980px;
	height:300px;
	float:left;
	display:inline;
}
#ribbon{
	display:none;
	width:138px;
	height:138px;
	float:right;
}
#featured-th{
	height: 57px;
	margin: 0 0 30px;
}
#featured-th img{
	margin: 0;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
	}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:12px;
	}
#featured-th .idTabs li.last {
	margin-right:0px !important;
	}

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#DDD;
	float:left;
	width:550px;
	height:auto;
	margin-bottom:30px;
	}
.video-left {
	float:left;
	width:350px !important;
	display:inline;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:200px;
	display:inline;
	padding-top:7px;
	}
.video-right h2{
	color: #ff7800;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 0 0 10px !important;
	margin:0 !important;
	}
.video-right p{
	color: #000;
	font-size:0.9em;
	line-height:0.8em;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	border-top:1px solid #FFF;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #FFF;
	background:#DDD;
	line-height:10px;
	}
.video-right .idTabs li a {
	color:#000;
	font-weight:bold;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	display:block;	
	padding:10px 10px;
	}
.video-right .idTabs li a:hover {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}
.video-right .selected {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3{
	font-size: 1.3em;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
}
.post p.posted{
	color: #c0c0c0;
}
/*- Box -*/
.box{
	border-top: 3px solid #c0c0c0;
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	padding: 15px 0 20px;
}
.box .post{
	width: 260px;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: .85em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin:0;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0px;
}
.post-alt h3{
	font-size: 1.4em;
}
.post-alt h3 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 0px;
}
.post-alt p.posted{
	color: #c0c0c0;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	padding: 0 0 0 13px;
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	padding: 0 0 0 20px;
	font-weight:bold;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	padding:10px;
	width:530px;
}
#archivebox h2 {
	font-size:1.0em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	text-align:justify;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#DDD;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:350px;
	float:left;
	display:block;
	}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.navbox{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #C0C0C0;
}
.list1 li a,.list3 li a,.list4 li a{
	color: #000000;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
	}
/*- Ads -*/
.ads{
	border: 1px solid #eeeeee;
	height: 125px;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last{
	margin: 0 !important;
}
/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;	
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	background: url(images/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	background: #000000;
	clear: both;
	color: #b3b3b3;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}
#footer a{
	color: #b3b3b3;
}
#footer img {
	vertical-align:middle;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.hl-full{
	background: url(images/hl-dot-full.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-top: 3px solid #c0c0c0;
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #c0c0c0;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}


/****************************************************************************************************/
/* code perso */


/********************************************************/
/* base */
html, body, h2, p, ul, li 	{margin:0; padding:0;}
body 						{ background:url(images/bakcground.jpg) top center #000 no-repeat; }
h2 							{ text-transform:uppercase; font-size:14px; }
img							{ border:none; margin:0; }
div.clear					{clear:both;} /* return under */

/********************************************************/
/* class */
.bold 						{ font-weight:bold; }
.italic 					{ font-style:italic; }
.justify 					{ text-align:justify; }
.color01 					{ color:#000; }
.color02 					{ color:#e2001a; }
.color03 					{ color:#fff; }


/********************************************************/
/* page */
#page						{z-index:0; width:980px; margin:0 auto 20px auto; font-family:arial; }

/********************************************************/
/* header */
#header 					{ width:980px; }
#logo 						{ margin-bottom:10px; }
	
/********************************************************/
/* banner */
#banner 					{ width:980px; }
#banner a.big_banner		{ display:block; width:980px; height:358px; margin-bottom:10px; }

/********************************************************/
/* TYPE 1 */ /* HOME, CONTACT */

/* container1 */
#container1 				{ width:980px; }

/* container2a */
#container2a				{ width:645px; float:left; }
#container2a h2 			{ margin-bottom:2px; }
#container2a hr 			{ border:none; height:5px; background:#fff; margin:5px 5px 5px 0; }
#theme_selection a			{ text-decoration:none; font-size:13px; color:#fff; }
#theme_selection a:hover 	{ color:#ddd; }
#theme_selection a img 		{ border:none; margin:0; }

/* container2a1 */
#container2a1				{ width:315px; float:left; margin:0; padding:0; }
#container2a1 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#container2a1 a 			{ text-decoration:none; color:#fff; font-size:12px; }
#container2a1 a:hover 		{ color:#ddd; }
	
/* container2a2 */
#container2a2				{ width:315px; float:right; margin-right:5px; }
#container2a2 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#container2a2 a				{ text-decoration:none; color:#fff; font-size:12px; }
#container2a2 a:hover 		{ color:#ddd; }

/* container2b */
#container2b 				{ float:right; width:312px; margin-top:-80px; }
#container2b h2				{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:312px; line-height:25px; color:#336; text-indent:3px; }
#container2b a				{ text-decoration:none; color:#fff; font-size:12px; }
#container2b:hover 			{ color:#ddd; }


/********************************************************/
/* TYPE 1 */ /* PRESENTATION, HISTORIQUE */

/* cont1_type1 */
#cont1_type1				{ width:980px; }

/* cont2a_type1 */
#cont2a_type1				{ width:640px; float:left; }
#cont2a_type1 h2 			{ margin-bottom:2px; }
#cont2a_type1 hr 			{ border:none; height:5px; background:#fff; margin:5px 5px 5px 0; }

/* cont2a1_type1 */
#cont2a1_type1				{ width:315px; float:left; margin:0; padding:0; }
#cont2a1_type1 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#cont2a1_type1 a 			{ text-decoration:none; color:#fff; font-size:12px; }
#cont2a1_type1 a:hover 		{ color:#ddd; }
	
/* cont2a2_type1 */
#cont2a2_type1				{ width:315px; float:right; margin-right:5px; }
#cont2a2_type1 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#cont2a2_type1 a				{ text-decoration:none; color:#fff; font-size:12px; }
#cont2a2_type1 a:hover 		{ color:#ddd; }

/* cont2b_type1 */
#cont2b_type1 				{ float:right; width:312px;}
#cont2b_type1 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:312px; line-height:25px; color:#336; text-indent:3px; }
#cont2b_type1 a				{ text-decoration:none; color:#fff; font-size:12px; }
#cont2b_type1:hover 		{ color:#ddd; }

.contenu_type1				{ color:#fff; width:640px; font-size:12px; }


/********************************************************/
/* TYPE 2 */ /* SHOW */

/* cont1_type2 */
#cont1_type2				{ width:980px; }

/* cont2a_type2 */
#cont2a_type2				{ width:640px; float:left; }
#cont2a_type2 h2 			{ margin-bottom:2px; }
#cont2a_type2 hr 			{ border:none; height:5px; background:#fff; margin:5px 5px 5px 0; }

/* cont2a1_type2 */
#cont2a1_type2				{ width:315px; float:left; margin:0; padding:0; }
#cont2a1_type2 h2,#showbloc2a h2 { background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#showbloc2a {width:640px;}
#showbloc2a a, #cont2a1_type2 a 			{ text-decoration:none; color:#fff; font-size:12px; }
#showbloc2a a:hover, #cont2a1_type2 a:hover 		{ color:#ddd; }
	
/* cont2a2_type2 */
#cont2a2_type2				{ width:315px; float:right; margin-right:5px; }
#cont2a2_type2 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#cont2a2_type2 a			{ text-decoration:none; color:#fff; font-size:12px; }
#cont2a2_type2 a:hover 		{ color:#ddd; }

/* cont2b_type2 */
#cont2b_type2 				{ float:right; width:312px;}
#cont2b_type2 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:312px; line-height:25px; color:#336; text-indent:3px; }
#cont2b_type2 a				{ text-decoration:none; color:#fff; font-size:12px; }
#cont2b_type2:hover 		{ color:#ddd; }

.contenu_type2				{ color:#fff; width:640px; font-size:12px; }


/********************************************************/
/* TYPE 3 */ /* MEDIA */

/* cont1_type3 */
#cont1_type3				{ width:980px; }

/* cont2a_type3 */
#cont2a_type3				{ width:640px; float:left; }
#cont2a_type3 h2 			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#cont2a_type3 hr 			{ border:none; height:5px; background:#fff; margin:5px 5px 5px 0; }

/* cont2a1_type3 */
#cont2a1_type3				{ width:315px; float:left; margin:0; padding:0; }
#cont2a1_type3 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#cont2a1_type3 a 			{ text-decoration:none; color:#fff; font-size:12px; }
#cont2a1_type3 a:hover 		{ color:#ddd; }
	
/* cont2a2_type3 */
#cont2a2_type3				{ width:315px; float:right; margin-right:5px; }
#cont2a2_type3 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#cont2a2_type3 a			{ text-decoration:none; color:#fff; font-size:12px; }
#cont2a2_type3 a:hover 		{ color:#ddd; }

/* cont2b_type3 */
#cont2b_type3 				{ float:right; width:312px;}
#cont2b_type3 h2			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:312px; line-height:25px; color:#336; text-indent:3px; }
#cont2b_type3 a				{ text-decoration:none; color:#fff; font-size:12px; }
#cont2b_type3:hover 		{ color:#ddd; }

.contenu_type3				{ color:#fff; width:640px; font-size:12px; }


/********************************************************/
/* TYPE 4 */ /* PARTENAIRES */

/* cont1_type4 */
#cont1_type4				{ width:980px; }

/* cont2a_type4 */
#cont2a_type4				{ width:312px; float:left;}
#cont2a_type4 p 			{ background:#fff; padding:10px; }
#cont2a_type4 h2 			{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }
#cont2a_type4 hr 			{ border:none; height:5px; background:#fff; margin:5px 5px 5px 0; }

/* cont2b_type4 */
#cont2b_type4 				{ float:right; width:645px; margin-right:-4px;}
#cont2b_type4 a				{ text-decoration:none; color:#fff; font-size:12px; }
#cont2b_type4:hover 		{ color:#ddd; }
#cont2b_type4 img			{ width:210px; height:128px; margin-right:2px; border:0; }

.contenu_type4				{ color:#fff; width:640px; font-size:12px; }


/********************************************************/
/* CONTACT */

#formulaire					{ margin-top:10px; }
#formulaire label			{ color:#fff; font-size:14px; margin-top:5px; }
.whythis					{ display:none; }
.button						{ margin-top:15px; padding:2px 5px; }
.button:hover				{ color:#333; }
.med						{ margin:3px 0 6px 0; }
.textbox					{ margin-top:3px; margin-bottom:5px; }
#formulaire legend			{ display:none; }


	
/**************************************************** NEWSLETTER */
#floatleft 	{float:left; width:220px; margin-left:20px;}
#floatright {float:right; width:380px;}

	.champ_title
	{
		width:300px; 
		color:#b0b0b0;
		margin-top:5px;
		font-size:0.7em;
	}
	.champ1
	{
		width:300px; 
		height:18px;
		border:1px solid #b0b0b0; 
		background:#fff; 
		margin:5px 0; 
		padding:0;
		color:#b0b0b0;
		text-indent:3px;
	}
	.champ1:focus {border:1px solid #888; color:#000;}
	.champ1:hover {border:1px solid #888;}
	.champ2:hover {border:1px solid #e2001a;}
	.champ2
	{
		width:100px;
		height:20px;
		border:1px solid #b0b0b0; 
		background:#fff; 
		margin:5px 5px 5px 0;
		padding:0;
	}
	/* container_page_newsletter1_2a */
	#container_page_newsletter1_2a
	{
		background:#dadada;
		width:630px;
		margin-bottom:10px;
		padding:5px;
	}
	#container_page_newsletter1_2a h2
	{
		background:#fff;
		text-indent:3px;
	}
	/* container_page_newsletter1_2b */
	#container_page_newsletter1_2b
	{
		background:#b0b0b0;
		width:320px;
		padding:5px;
		margin-bottom:10px;
	}
	#container_page_newsletter1_2b h2
	{
		background:#fff;
		width:320px;
		text-indent:3px;
	}

/**************************************************** SINGLE */

	
	/* single */
	#single									{ background:url(images/w.png) repeat; width:980px; margin-bottom:10px; }
	#single	.entry							{ padding:10px; }
	#single h2								{ background:url(images/elements_navigation/fond_titre.jpg) repeat-x; width:100%; line-height:25px; color:#336; text-indent:3px; }

/*****************************************************/

 /* slider partie */

/*
	PAGE STRUCTURE
*/

.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }

/*
	SLIDER
*/
#main-photo-slider							{margin-bottom:5px;}
.slider-wrap								{ width: 980px; position: absolute; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 980px; height: 300px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 980px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: 0px 0 0 0px;width:980px; }
#movers-row div								{ width: 210px; float: left; margin-right: 5px;}
#movers-row div a.cross-link 				{ float: left; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 210px; position: relative; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }
 
 
 #main-photo-slider2						{margin-bottom:5px;}
.slider-wrap2								{ width: 312px; position: absolute; }			
.stripViewer2 .panelContainer2 
.panel2 ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer2								{ position: relative; overflow: hidden; width: 312px; height: 123px; }
.stripViewer2 .panelContainer2				{ position: relative; left: 0; top: 0; }
.stripViewer2 .panelContainer2 .panel2			{ float: left; height: 100%; position: relative; width: 312px; }
.stripNavL2, .stripNavR2, .stripNav2			{ display: none; }
.nav-thumb2 									{ border: 1px solid black; margin-right: 5px; }
#movers-row2									{ margin: 0px 0 0 0px;width:312px; }
#movers-row div2								{ width: 210px; float: left; margin-right: 5px;}
#movers-row div2 a.cross-link2				{ float: left; }
.photo-meta-data2							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data2 span 						{ font-size: 13px; }
.cross-link2									{ display: block; width: 210px; position: relative; z-index: 9999; }
.active-thumb2 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }
 
 
 
/*****************************************************/
/* menu */

#menu 									{ z-index:3; background:url(images/elements_navigation/fond_menu.jpg) top repeat-x; width:980px; height:23px; padding-top:9px; text-align:center; }
#menu ul li 							{ list-style-type:none; display:inline; margin:0 20px; }
#menu a 								{ color:#000; font-size:15px; font-weight:bold; }
#menu a:hover 							{ color:#333; }



/*
	SLIDER
*/

#slider {

    width: 410px; /* important to be same as image width */

    height: 300px; /* important to be same as image height */

    position: relative; /* important */

	overflow: hidden; /* important */

}

#sliderContent {

    width: 410px; /* important to be same as image width or wider */

    position: absolute;

	top: 0;

	margin-left: 0;

}

.sliderImage {

    float: left;

    position: relative;

	display: none;

}

.sliderImage span {

    position: absolute;

	font: 10px/15px Arial, Helvetica, sans-serif;

    padding: 10px 13px;

    width: 384px;

    background-color: #000;

    filter: alpha(opacity=70);

    -moz-opacity: 0.7;

	-khtml-opacity: 0.7;

    opacity: 0.7;

    color: #fff;

    display: none;

}

.clear {

	clear: both;

}

.sliderImage span strong {

    font-size: 14px;

}

.top {

	top: 0;

	left: 0;

}

.bottom {

	bottom: 0;

    left: 0;

}

ul { list-style-type: none;}



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

.jcarousel-skin-tango .jcarousel-container {
    /* -moz-border-radius: 10px; */
  	/*  background: #F0F6F9; */
    /* border: 1px solid #346F97; */
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 312px;
    /* padding: 20px 40px; */
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  312px;
    height: 123px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 312px;
    height:123px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
   /* margin-right: 10px; */
}

.jcarousel-skin-tango .jcarousel-item-vertical {
   /* margin-bottom: 10px; */
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    display:none;
	position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    display:none;
	position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}





