/*
 * simplyScroll 1.0.3 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 * http://logicbox.net/blog/simplyscroll-jquery-plugin
 * http://plugins.jquery.com/project/simplyScroll
 *
 * Copyright (c) 2009 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Last revised: 03/07/2009 21:13
 *
 */

.simply-scroll-container
{
	/* Container DIV - automatically generated */
	position: relative;
	text-align: left;
}

.simply-scroll-clip
{
	/* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	z-index: 2;
	text-align: left;
}

.simply-scroll-list
{
	/* UL/OL/DIV - the element that simplyScroll is inited on */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

.simply-scroll-list li img
{
	border: none;
	display: block;
}

.simply-scroll-btn
{
	position: absolute;
	width: 34px;
	height: 107px;
	z-index: 3;
	cursor: pointer;
}
.simply-scroll-btn-left
{
	left: 0px;
	bottom: 0px;
	background-image: url(/Images/btnLeft.jpg);
}
.simply-scroll-btn-right
{
	right: 0px;
	bottom: 0px;
	background-image: url(/Images/btnRight.jpg);
}

/* 
Custom class modifications - override classees
.simply-scroll is default
*/

.simply-scroll
{
	/* Customisable base class for style override DIV */
	width: 725px;
	height: 125px;
	margin-bottom: 1em;
}

.simply-scroll .simply-scroll-clip
{
	width: 665px;
	height: 125px;
	left: 30px;
}

.simply-scroll .simply-scroll-list li
{
	float: left;
	margin-left: 10px;
	width: 140px;
	height: 125px;
	text-align: center;
}


/*ProductScroll*/
.Breviary
{
	width: 195px;
	height: 150px;
	margin-bottom: 1em;
}

.Breviary .simply-scroll-clip
{
	width: 195px;
	height: 150px;
}

.Breviary .simply-scroll-list li
{
	float: left;
	width: 195px;
	height: 150px;
	text-align: center;
	overflow: hidden;
}
.ProductScroll .simply-scroll-btn
{
}
.ProductScroll .simply-scroll-btn-left
{
}
.ProductScroll .simply-scroll-btn-right
{
}
