/*Cluetip plugin*/

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(jQueryCluetip-1.0.4/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(jQueryCluetip-1.0.4/images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(jQueryCluetip-1.0.4/images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(jQueryCluetip-1.0.4/images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(jQueryCluetip-1.0.4/images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/***************************************
   =cluetipClass: 'divao' 
-------------------------------------- */

.cluetip-divao {
  background-color: #FFE4F5;
    z-index:99999:
}
.cluetip-divao #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #0584c9;
}
.cluetip-divao h3#cluetip-title {
  margin: 0 0 0;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #0584c9;
  color: #FFF;
}
.cluetip-divao #cluetip-title a {
  color: #FFE4F5;
  font-size: 0.95em;
}  
.cluetip-divao #cluetip-inner {
  padding: 7px;
    color:#FFF;
    font-size:0.9em;
}
.cluetip-divao div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-divao .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/parrowleft.gif);
    z-index:9999;
}
.clue-left-divao .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/parrowright.gif);
  left: 100%;
  margin-right: -11px;
    z-index:9999;
}
.clue-top-divao .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/parrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
    z-index:9999;
}  
.clue-bottom-divao .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/parrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
    z-index:9999;
}

/***************************************
   =cluetipClass: 'divaorounded'
-------------------------------------- */

.cluetip-divaorounded {
  background: transparent url(jQueryCluetip-1.0.4/images/dbl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 10px;
    color:#FFF;
    font-size:0.8em;
}

.cluetip-divaorounded #cluetip-outer {
  background: transparent url(jQueryCluetip-1.0.4/images/dtl.gif) no-repeat 0 0;
  margin-top: -10px;
}

.cluetip-divaorounded #cluetip-title {
  background-color: transparent;
  padding: 10px 10px 0;
  margin: 0 -10px 0 0;
  position: relative;
}
.cluetip-divaorounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(jQueryCluetip-1.0.4/images/dtr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 0 0 0;
}
.cluetip-divaorounded #cluetip-inner {
  background: url(jQueryCluetip-1.0.4/images/dbr.gif) no-repeat 100% 100%;
  padding: 5px 10px 10px;
  margin: 20px 0 0 0;
  position: relative;
}

.cluetip-divaorounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-divaorounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-divaorounded .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/drarrowleft.gif);
    z-index:9999;
}
.clue-left-divaorounded .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/drarrowright.gif);
  left: 100%;
  margin-left: 12px;
    z-index:9999;
}
.clue-top-divaorounded .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/drarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
    z-index:9999;
}  
.clue-bottom-divaorounded .cluetip-arrows {
  background-image: url(jQueryCluetip-1.0.4/images/drarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -15px;
  height: 15px;
  width: 30px;
    z-index:9999;
}



/* stupid IE6 HasLayout hack */
.cluetip-divaorounded #cluetip-title,
.cluetip-divaorounded #cluetip-inner {
  zoom: 1;
}

/*step carousel plugin*/

.stepcarousel {
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 420px; /*Width of Carousel Viewer itself*/
    height: 490px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel {
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    width: 140px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*thickbox plugin*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #0584c9;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {background: url(/tee-shirt/img/macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#FFF;
    filter:alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 4px solid #0584c9;
    text-align:left;
    top:40%;
    left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
    font-weight:bold; /* Par moi */
}

#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{
    padding:5px 10px 5px 0; /* Par moi */
    _padding:7px 10px 5px 0; /* Par moi */
    margin-bottom:1px;
    text-align:right;
    float:right;
    font-weight:bold; /* Par moi */
    font-size:1.4em;
}
#TB_closeAjaxWindow A{ /* Par moi */
    text-decoration:none; /* Par moi */
} /* Par moi */
#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
}

#TB_title{
    background-color:#e8e8e8;
    height:27px;
}

#TB_ajaxContent{
    clear:both;
    padding:5px 10px 10px 10px; /* Par moi */
    _padding:2px 15px 15px 15px; /* Par moi */
    overflow:auto;
    text-align:left;
    _line-height:1.4em; /* Par moi */
}

#TB_ajaxContent.TB_modal{
    padding:15px;
}

#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}

/*flexslider*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {/*width: 100%;*/ display: block;}

@media (max-width:768px) {
  .flexslider .slides img {
    width: 70%;
    display:inline-block;
    float:left;
  }
}

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
  /*margin: 5px 5px 0px 5px;*/
  height:280px;
  display:block;
  margin:0 auto;
  background: #fff;
  /*border: 4px solid #fff;*/
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
  zoom: 1;
}

#ProdToutCol{
  position:relative;
  zoom:1;
}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides, #ProdToutCol .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://www.divao.com/tee-shirt/plugins/flexslider/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next, #ProdToutCol:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev, #ProdToutCol:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover,#ProdToutCol:hover .flex-next:hover,#ProdToutCol:hover .flex-prev:hover{opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/*CSS perso*/

.slider-aside {
    width:180px;
    height:260px;
    padding: 0;
    float:left;
    background:url(../img/v2/home/noisy-texture-e9e9e9.png) repeat top left;
    color:#333333;
}

@media (max-width:768px) {
  .slider-aside {
    width:30%;

  }
}

.slider-aside h2{
    color:#0584c9;
    margin-bottom:10px;
}

.slider-aside p{
    font-size:14px;
    text-shadow:0 1px 0 #ffffff;
}

.lien-btn-big{/*margin-top:200px;*/border-radius:6px;font-weight:300;/* border: 1px solid #187db4; */background: #000000;color:#ffffff;padding: 11px;text-shadow: none;font-size: 14px;font-weight: normal;/* box-shadow:0 2px 2px rgba(0,0,0,0.3); */}

@media (max-width:768px) {
  .lien-btn-big {
    width: 350px;
    max-width:300px;
    display:block;
  }

  .UnArticle .lien-btn-big {
    width:90%;
    display:block;
    margin:0 auto;
  }

  #slogan .lien-btn-big {
    display:block;
    margin:0 auto;
        margin-top:10px;
  }
}

#DetailArticle .lien-btn-big {
  margin-top:10px;
  float:none;
  font-weight: 600;
  text-transform:uppercase;
  font-size:15px;
  border-radius:0;
  padding:15px 25px;
}

@media (max-width:768px) {
  #DetailArticle .lien-btn-big {
    text-align:center;
  }
}

.lien-btn-big:hover{
    background-color:#76c6f1;
    text-decoration:none;
}

.slider-img-perso{
    /*margin-left:200px;*/
}




/*Colorbox*/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/v2/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/v2/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../img/v2/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../img/v2/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}