#gallery {
padding-bottom: 2ex;	
// border-bottom: 2px solid #333;
margin-bottom: 1ex;	
}
#gallery ul	{
	margin-left: 0;
}
#gallery .caption,.illustration {
	text-align: right;
	clear: both;
	padding-top: 0.25ex;
	padding-bottom: 0.25ex;
	color: #999;
	line-height: 117% !important;
}
#cycle {
    margin-top: 38px;
	height: 830px;
	min-height: 830px;
}
#gallery .caption {
	margin-bottom: 0 !important;
}
.cycle-entry {
	position: relative;
}
.main-pic {
width: 436px;
padding: 0 !important;
margin-right: 0 !important;
margin-left: 0!important;
margin-top: 0!important;
margin-bottom:10px;

}
#nav {
margin: 0;
padding: 0;
// width: 4051px !important;
}

#nav li {
width: 90px;
float: left;
padding: 0;
height: 90px;
list-style: none;
margin: 0px;
margin-right: 2px;
}
#nav li.last {
margin-right: 0 !important;
}
#nav a:link img,
#nav a:visited img
{
}
#nav a  {
padding: 0; 
display: block; 
}

#nav a img {
opacity: 1;
}

#nav a.activeSlide {
opacity: 0.6;
}

#nav a.activeSlide img
{ 
opacity: 0.6;
}

.thumb, #nav img {
	display: block;
	border: 0 !important;
	width: 90px;
	height: 90px;
	float: left;
}
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
/* We set the width/height explicitly. No width/height causes infinite loops. */
width: 90px !important;
height: 90px !important;
}
.jcarousel-skin-tango.jcarousel-container 
{
/* -moz-border-radius: 10px; */
background: #F0F6F9;
border: 1px solid #346F97;
background: none;
border: 0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal 
{
/* The one that matters for height at least and removing the vertical scrollbar */
height: 107px;
// width: 395px;
// width: 436px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	width:  75px;
	height: 245px;
}

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

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 10px;
	width: 90px;
	height: 90px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}

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

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
//    display: none;
}

.jcarousel-prev {
    z-index: 3;
//    display: none;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
display: block;
    position: absolute;
    top: 100px;
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://www.agence-c3m.com/lib/jcarousel/skins/tango/next-horizontal-modena-trans.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 {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://www.agence-c3m.com/lib/jcarousel/skins/tango/prev-horizontal-modena-trans.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;
}
