﻿#thumbshold {
	background-color: #595951;
	margin: 0px;
	padding-left: 40px;
	height: 55px;
}
.myJac {
	width:500px;
}
.myJac .jac-content {
	width: 50px;
}
.myJac .arrow-left, .myJac .arrow-right {
	top:12px;
	z-index:5;
	height:30px;
	position: absolute;
	width: 20px;
}
.myJac .arrow-left a, .myJac .arrow-right a {
	display:block;
	height:30px;
	width:20px;
	text-indent:-999em;
}
.myJac .arrow-left a:focus, .myJac .arrow-right a:focus {
	outline:none;
}
.myJac .arrow-left {
	background-image: url(../ea_core/gallery-arrows.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	left: -45px;
}
.myJac .arrow-right {
	right:-15px;
	background-image: url(../ea_core/gallery-arrows.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*
 * Just Another Carousel v1.0
 * http://intrepidstudios.com/projects/jquery-just-another-carousel/
 *
 * Copyright (c) 2009 Kamran Ayub
 * Licensed under the GPL license.
 * http://intrepidstudios.com/projects/jquery-just-another-carousel/#license
 *
 * Last Modified: Feb 2, 2009
 * This file is part of Just Another Carousel.

    Just Another Carousel is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Just Another Carousel is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Just Another Carousel.  If not, see <http://www.gnu.org/licenses/>.
*/
.jac
{
	height:45px;
	float: left;
	position: relative;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.jac .carousel 
{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.jac .arrow-left, .jac .arrow-right {
	float:left;
}
.jac .carousel .jac-content
{
	float:left;
}
ul.thumbs {
	clear: both;
}
ul.thumbs   li   a {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 30px;
	height: 30px;
	background-color: #333333;
}
ul.thumbs li.selected a {
	border-color: #000000;
	background-color: #FFFFFF;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs   img {
	border: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
xxxul.thumbs    li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
