﻿.myJac {
	width:700px;
}
.myJac .jac-content {
	width: 75px;
}
.myJac .arrow-left, .myJac .arrow-right {
	top:10%;
	z-index:5;
	height:60px;
	width:40px;
	position: absolute;
}
.myJac .arrow-left a, .myJac .arrow-right a {
	display:block;
	height:50px;
	width:40px;
	text-indent:-999em;
}
.myJac .arrow-left a:focus, .myJac .arrow-right a:focus {
	outline:none;
}
.myJac .arrow-left {
	left:-35px;
	background-image: url(../iv_core/gallery-arrows2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.myJac .arrow-right {
	right:-35px;
	background-image: url(../iv_core/gallery-arrows2.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:70px;
	float: left;
	position: relative;
	margin: 0px 25px;
}

.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;
}
