@charset "UTF-8";
/* CSS Document */

/*  jcarousel 
5.20.08 - GC

***************/
div.multContainer {
	border:1px solid #051C08;
	margin:0px;
	width:520px;
	overflow: hidden;
	height:473px;
}
div.caption-down {
	_visibility:hidden;
}
div.multiHolder {
	height:396px;
	width:500px;
	border: 10px solid white;
	border-bottom: none;
	z-index:2;
}
.multiHolder img {
 	width:500px;
	height:396px;
}
div.imageCaption {
 	/*width:490px;
	background-color:#051C08;
	color:#B5B575;*/
	padding:5px;
	height:60px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity:.7;
	position:relative;
	font-size:11px;
	z-index:3;
	margin:0 0 0 10px;
	border-bottom: none;
}
a.play, a.pause {
	margin: 16px 2px;
	float:left;
}
div.jcarousel-skin {
	margin: 0px; /*57px 0px 0px 0px;*/
	border: 10px solid white;
	border-top:none;
	background-color:#051C08;
	width:500px;
	height:57px;
	z-index:9999;
	position:relative;
}
ul.thumbs {
	height:57px;
}
 /**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 35px;
    height: 30px;
}

/**
 * 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;
	background:transparent url(../images/glider_right_arrow.gif) top left no-repeat;
	cursor:pointer;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
	background:transparent url(../images/glider_left_arrow.gif) top left no-repeat;
	cursor:pointer;
}

.tab-container {
	overflow:hidden;
} 
 
 
.jcarousel-skin .jcarousel-container {
    background: #051C08;
}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 400px;
	_width: 380px;
    padding: 10px;
	float:left;
}


.jcarousel-skin .jcarousel-clip-horizontal {
    width:  360px;
	_width: 335px;
    height: 35px;
	/*margin:0 0 0 20px;*/
	left: -15px;
	direction: ltr;
}

.jcarousel-skin .jcarousel-item {
    width: 35px;
    height: 30px;
}
.jcarousel-skin .jcarousel-item a img{

	margin-top:0px;
	border:2px solid #051C08
}
.jcarousel-skin .jcarousel-item a.activeSlide img{
	border:2px solid #B5B575;
	margin-top:0px;
}

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


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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 16px;
    right: 5px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}


.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 16px;
    left: 5px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.jcarousel-item a { top:0;}

.toggleCaption {
	/*position:absolute;*/
	/*left:525px;
	top:368px;*/
	z-index:1001;
	width:18px;
	height:21px;
	background:url(../images/gallery-captions-icon.gif) 0 0 no-repeat;
	float:left;
	display:block;
	margin:16px 2px 19px 10px;
}

.toggleCaption-active {
	background:url(../images/gallery-captions-icon.gif) -25px 0 no-repeat;
}
