﻿/*
 * 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:219px; /* default height */
	position:relative;
	margin:0 0 1em 0;
	}
.jac .carousel {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style-type:none;
	}
.arrow-left {
	float:left;
	color:#000;
	display:block;
	z-index:9999999999 !important;
	position:absolute;
	top:50px;
	left:-25px;
	border:0 !important;
	}
.arrow-right {
	float:left;
	color:#000;
	display:block;
	z-index:99999 !important;
	position:absolute;
	top:50px;
	right:-25px;
	}
	.fade a.arrow-right, .fade a.arrow-left{
		display:block;
		text-indent:-9999px;
		width:40px;
		height:40px;
		float:left;
		background:#ff0000;
		background-repeat:no-repeat;
		cursor:pointer;
		border:0 !important;
		}
.jac .carousel .jac-content {
	float:left;
	height:219px;
	}
.scroller { 
	width:100%;
	height:219px;
	margin:  50px 0 0 0;
	}
	.scroller li a {
		display:inline-block;
		width:137px;
		height:219px;
		margin:0 4px;
		}
	
.scroller2 { 
	width:100%;
	height:275px;
	margin:-10px 0 0 0;
	}
	.scroller2 li a {
		display:inline-block;
		width:137px;
		height:113px;
		margin-right:0 4px 0 0;
		vertical-align:top;
		}
	
.scroller3, .scroller3 ul { 
	width:559px;
	height:348px;
	margin:-5px 0 0 0;
	text-align:left !important;
	}
	.scroller3 {
		margin-left:28px !important;
		}
	.scroller3 li {
		display:inline-block;
		height:348px;
		margin:0;
		}
		
.scroller4 { 
	width:100%;
	height:275px;
	margin:-10px 0 0 0;
	}
	.scroller4 li a {
		display:inline-block;
		width:150px;
		height:120px;
		margin:0 50px 0 0 !important;
		vertical-align:top;
		}
		
.scroller5 { 
	width:100%;
	height:275px;
	margin:-10px 0 0 0;
	}
	.scroller5 li a {
		display:inline-block;
		width:150px;
		height:75px;
		margin:0 25px 0 0 !important;
		vertical-align:top;
		}		
