﻿/*
 * 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
 */
.jac
{
	height:200px; /* 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;
}
.jac .arrow-left, .jac .arrow-right {
	float:left;
}
.jac .carousel .jac-content
{
	float:left;
}