/* GENERAL STYLES */
/*
 * 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:117px; /* 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 .carousel .jac-content
{
	float:left;
}

.fpGallery
{
	width: 504px;
	height: 113px;
	margin-left: 24px;
	margin-top: 2px;
	border: #999 solid 0px;
}

.fpGallery ul li 
{
	background-image:none !important; /* hide bg images when there is no JS */
}

.fpGallery .arrow-left, .fpGallery .arrow-right
{
	position:absolute;
	top:-2px;
	z-index:5;
	height:117px;
	width:20px;
}
.fpGallery .arrow-left a, .fpGallery .arrow-right a
{
	display:block;
	height:117px;
	width:20px;
	text-indent:-999em;
}
.fpGallery .arrow-left a:focus, .fpGallery .arrow-right a:focus
{
	outline:none;
}
.fpGallery .arrow-left
{
	left:-20px;
	background:url(/data/assets/bsb/images/megamoments-arrows3.png) no-repeat center left;
}
.fpGallery .arrow-right
{
	right:-20px;
	background:url(/data/assets/bsb/images/megamoments-arrows3.png) no-repeat center right;
}

.fpGallery .carousel .jac-content a
{
	display:inline-block;
	width:60px;
	padding:70px 0px 0px 0px;
	height:40px;
	background-position:center top;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#666;
	font-size:1.1em;
	text-decoration:none;
	text-indent:-999em;
	text-align:center;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
