.jcarousel-skin-th .jcarousel-container {
    background: #FFF;
    border: 1px solid #CFD2D4;
	border-top: 0;	
}

#boxes .box.gallery .jcarousel-skin-th .jcarousel-container {
    border: 0;
}

.jcarousel-skin-th .jcarousel-container-horizontal {
    width: 478px;
    padding: 0 10px;
}

#boxes .box.gallery .jcarousel-skin-th .jcarousel-container-horizontal {
    width:  276px;    
}

#rectangle-gallery .jcarousel-skin-th .jcarousel-container-horizontal {
	padding:0 10px;
	width: 158px;
}

.jcarousel-skin-th .jcarousel-container-vertical {
    width: 298px;
    height: 210px;
    background: #FFF;  
    border: 0;  
}


.jcarousel-skin-th .jcarousel-clip-horizontal {
    width:  480px;    
}


#rectangle-gallery .jcarousel-skin-th .jcarousel-clip-horizontal {
    width:  158px;    
}

#boxes .box.gallery .jcarousel-skin-th .jcarousel-clip-horizontal {
    width:  276px;    
}

.jcarousel-skin-th .jcarousel-clip-vertical {
    top: 9px;
    width: 298px;
    height: 193px;
    margin: 0;
    z-index: 20;
}

.jcarousel-skin-th .jcarousel-item-horizontal {
     height: 102px;
     margin: 0;
}

#rectangle-gallery .jcarousel-skin-th .jcarousel-item-horizontal {
     height: 223px;
     margin: 0;
}

#rectangle-gallery .jcarousel-list li, #rectangle-gallery .jcarousel-item {
	float:left;
	height: auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 79px;	
}

#rectangle-gallery .jcarousel-list li div, #rectangle-gallery .jcarousel-item div{
	text-align: center;
	padding-top: 30px;
}


.jcarousel-skin-th .jcarousel-item-horizontal dl{
	height: 102px;	
	margin: 0;
}

.jcarousel-skin-th .jcarousel-item-horizontal dd{
	text-align: left;
	display: none;
	padding: 0 3px 3px 3px;
	margin: 0;
}

.jcarousel-skin-th .jcarousel-item-horizontal dd a{
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #002D53;
}

.jcarousel-skin-th .jcarousel-item-horizontal dt{
	padding-top: 15px;
	text-align: center;
}

.jcarousel-skin-th .jcarousel-item-horizontal dt div{
	border: 1px solid #CFD2D4;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;	
}

.jcarousel-skin-th .jcarousel-item-horizontal dt div img{
	margin: auto;
	border: 0;
}

.jcarousel-skin-th .jcarousel-item-horizontal  dl:hover {
    background: #E6EAEC;
}

.jcarousel-skin-th .jcarousel-item-horizontal  dl:hover dd{
	display: block;
}

.box .bfirst div#mycarousel-toparticle.jcarousel-skin-th{
	border: 0;
}

#mycarousel-toparticle li,
.jcarousel-skin-th .jcarousel-item-vertical,
.jcarousel-skin-th .jcarousel-item-placeholder-vertical {
    width: 290px;
    height: 54px;
    margin: 0;
    padding: 5px;
    background-color: #E6EAEC;
}

#mycarousel-toparticle.jcarousel-skin-th .jcarousel-item-vertical.odd{
	background-color: white;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-th .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 9px;
    height: 60px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}


#rectangle-gallery .jcarousel-skin-th .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 0;
    width: 8px;
    height: 182px;
    cursor: pointer;
    background: transparent url(next-horizontal-big.png) no-repeat 0 0;
}

#boxes .box.gallery .jcarousel-next-horizontal{
	right: 3px;
}


#rectangle-gallery .jcarousel-skin-th .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 182px;
    cursor: pointer;
    background: transparent url(prev-horizontal-big.png) no-repeat 0 0;
}


.jcarousel-skin-th .jcarousel-prev-horizontal {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 9px;
    height: 60px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

#boxes .box.gallery .jcarousel-prev-horizontal{
	left: 3px;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-th .jcarousel-next-vertical {
    position: absolute;
    top: 202px;
    left: 0;
    
    width: 298px;
    height: 8px;
    cursor: pointer;    
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

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

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-horizontal {
    cursor: default;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-horizontal {
    cursor: default;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

.content-width{
	width: 500px;
}

.white-box{
	margin: 0 0 10px 0;
}

#rectangle-gallery.white-box{
	width: 180px;
	float: right;
	margin-top: 15px;
}

.white-box h3{
	width: 100%;
	background: url(white-header-right.png) top right no-repeat;		
	padding: 0 0 0 0;
	margin: 0;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
}

.white-box h3 span{
	color: #0F2D49;
	font-size: 12px;	
	display: block;
	background: url(white-header-left.png) top left no-repeat;
	padding: 0 0 0 10px;	
}

#rectangle-gallery.white-box h3 span{
	margin-right: 10px;
}
