/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 640px;
	height:480px;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .item {
	float: left;
}
.scrollable img {
	/*
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	*/
}

/* active item */
.scrollable .active {
/* 	border:2px solid #000; */
	z-index:9999;
	position:relative;
}

.scrollable-nav {
	width: 640px;
	text-align: center;
	padding: 10px 0px;
}

.scrollable-nav button {
	color: #fff;
	background: #F29400;
	border: 1px solid #8C052B;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.scrollable-nav button:hover {
	background: #fff;
	color: #8C052B;
	cursor: pointer;
	text-decoration: none;
}/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 640px;
	height:480px;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .item {
	float: left;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

.scrollable-nav {
	width: 640px;
	text-align: center;
	padding: 10px 0px;
}

.scrollable-nav button {
	color: #fff;
	background: #F29400;
	border: 1px solid #8C052B;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.scrollable-nav button:hover {
	background: #fff;
	color: #8C052B;
	cursor: pointer;
	text-decoration: none;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-small {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 300px;
	height: 225px;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable-small .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable-small .item {
	float: left;
}

/* active item */
.scrollable-small .active {
	z-index:9999;
	position:relative;
}

.scrollable-nav-small {
	width: 300px;
	text-align: center;
	padding: 10px 0px;
}

.scrollable-nav-small button {
	color: #fff;
	background: #F29400;
	border: 1px solid #8C052B;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.scrollable-nav-small button:hover {
	background: #fff;
	color: #8C052B;
	cursor: pointer;
	text-decoration: none;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-flat {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 640px;
	height: 290px;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable-flat .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable-flat .item {
	float: left;
}

/* active item */
.scrollable-flat .active {
	z-index:9999;
	position:relative;
}

.scrollable-nav-flat {
	width: 640px;
	text-align: center;
	padding: 10px 0px;
}

.scrollable-nav-flat button {
	color: #fff;
	background: #F29400;
	border: 1px solid #8C052B;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.scrollable-nav-flat button:hover {
	background: #fff;
	color: #8C052B;
	cursor: pointer;
	text-decoration: none;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-text {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 638px;
	height: 288px;
	border: 1px solid #8C052B;
	border-bottom: none;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable-text .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable-text .item {
	float: left;
}

/* active item */
.scrollable-text .active {
	z-index:9999;
	position:relative;
}

.scrollable-text-nav a {
	display: block;
	height: 24px;
	background: #F29400;
	border: 1px solid #8C052B;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	float: left;
}

.scrollable-text-nav a:hover,
.scrollable-text-nav a.active {
	color: #fff !important;
	background: #8C052B !important;
	text-decoration: none !important;
}

.scrollable-text-descriptions {
	width: 638px;
	height: 62px;
	display: block;
	overflow: hidden;
	background: #8C052B;
	border: 1px solid #8C052B;
	border-top: none;
}

#content .scrollable-text-descriptions p {
	color: #fff;
	padding: 5px 10px;
}

#content .scrollable-text-descriptions p a,
#content .scrollable-text-descriptions p a:link,
#content .scrollable-text-descriptions p a:visited {
	color: #F29400;
}

#content .scrollable-text-descriptions p a:hover,
#content .scrollable-text-descriptions p a:focus,
#content .scrollable-text-descriptions p a:active {
	text-decoration: underline;
}