@charset "utf-8";
/* CSS Document */

.sidebar_gallery {
	width: 183px;
	height: 393px;
	overflow: hidden;
	position: relative;
}

.sidebar_gallery ul li {
	list-style-type: none;
}

.sidebar_scroll {
	width: 183px;
	height: 413px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.sidebar_gallery a {
	display: block;
	float: left;
	clear: left;
}

.sidebar_gallery a img {
	border: none;
}

.sidebar_gallery_up {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 183px;
	background: #ec0000;
	z-index: 3;
}

.sidebar_gallery_down {
	position: absolute;
	top: 393px;
	left: 0px;
	height: 20px;
	width: 183px;
	background: #ec0000;
	z-index: 3;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	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;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Master button styles - note that left and right 
versions are included although they are not used in this example */

.simply-scroll-btn {
	position: absolute;
	background-image: url(buttons.png);
	width: 42px;
	height: 44px;
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}
	
.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}
	
.simply-scroll-btn-up {
	right: 6px;
	top: 6px;
	
}
.simply-scroll-btn-up.disabled {
	
}
.simply-scroll-btn-up:hover {
	
}
	
.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	
}
.simply-scroll-btn-down.disabled {
	
}
.simply-scroll-btn-down:hover {
	
}

/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */

/* Container DIV */
.vert { 
	width: 183px; /* wider than clip for custom button pos. */
	height: 400px;
	margin-bottom: 1.5em;
}

/* Clip DIV */
.vert .simply-scroll-clip {
	width: 290px;
	height: 414px;
}

/* Explicitly set height/width of each list item */
.vert .simply-scroll-list li {
	width: 183px;
	height: 145px;
}

/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up { 
	left: 0;
	width: 183px;
	height: 80px;
	top: 0;
	background: #ec0000;
	background: url('../images/slideshow/btn_up.png') top left no-repeat;
}

.vert .simply-scroll-btn-down { 
	left: 0;
	width: 183px;
	height: 80px;
	bottom: 0px;
	background: url('../images/slideshow/btn_down.png') bottom left no-repeat;
}



.promoCodeForm2 {
	width: 216px;
	height: 130px;
	padding: 71px 0 0 79px;
	background: url(../images/promo/promo-form-bg.jpg) top left no-repeat;
	margin: 10px 0 10px 0;
	overflow: auto;
}

.promoCodeForm2-code {
	width: 115px;
	margin: 0 5px 0 0;
	height: 26px;
	border: none;
	background: none;
	color: #ffffff;
	float: left;
	padding: 6px 4px 6px 4px;
	font-size: 18px;
}

.promoCodeForm2-code:hover, .promoCodeForm2-code:focus {
	border: 1px solid #5b6f99;
	padding: 5px 3px 5px 3px;
}

.promoCodeForm2-submit {
	float: left;
}

