/*********************************************************
Gallery
*********************************************************/
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/ 

.Gallery .VideoFrame {
	background-image:url(../gfx/ImgLargeBg.png);
	background-repeat:repeat-x;
	background-color:#e4e4e4;
	padding:6px;
	border:solid 1px #a8a8a8 !important;
	margin:0px 0 0 0;
	overflow:hidden;
}

.Gallery .ThumbFrame {
	background-image:url(../gfx/ImgLargeBg.png);
	background-repeat:repeat-x;
	background-color:#e4e4e4;
	padding:5px 6px 6px 3px;
	border:solid 1px #a8a8a8 !important;
	margin:22px 0 0 0;
	overflow:hidden;
}


.Gallery .scrollable {
	
	/* required settings */
	position:relative;	
	width: 660px;	
	overflow:hidden;
	height:93px;	
	
	/* custom decorations */
	padding:0px 0;	
	margin:0px 0 0 0;			
}


/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.Gallery .scrollable ul.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;	
	
	/* decoration */
	margin:0px;
	padding:0;
}
	

/* single scrollable item */
.Gallery .scrollable ul.items li {
	float:left;
	
	/* custom decoration */
	width:186px;
	height:93px;
	padding:0px 0 0 0px;
	margin:0 2px 0 2px;
}

.Gallery .scrollable ul.items li.Navi {
	float:left;
	
	/* custom decoration */
	width:42px;
	height:93px;
	padding:0px 0 0 0px;
	margin:0 2px 0 2px;	
}

.Gallery .scrollable ul.items li img {
	
	/* custom decoration */
	width:186px;
	height:93px;
	margin:0;
	padding:0;
	cursor:pointer;
}

/* active item */
.Gallery .scrollable ul.items li.active {
	border:0px solid #ccc;		
	background-color:#fff;
}

/* single scrollable item */
.Gallery .scrollable ul.items a {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px solid #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
.Gallery .scrollable ul.items a.active {
	border:0;		
	background-color:#fff;
    }

/*********************************************************
Gallery - Article
*********************************************************/
.Article .ThumbFrame {
	background-image:url(../gfx/ImgSmallBg.png);
	background-repeat:repeat-x;
	background-color:#e4e4e4;
	padding:6px 6px 6px 4px;
	border:solid 1px #a8a8a8 !important;
	margin:0px 0 0 0;
	overflow:hidden;
    }

.Article .scrollable {
	
	/* required settings */
	position:relative;	
	width: 320px;	
	height:65px;	
	overflow:hidden;
	
	/* custom decorations */
	padding:0px 0;	
	margin:0px 0 0 0;			
    } 

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.Article .scrollable ul.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	list-style:none;
	
	/* decoration */
	margin:0px;
	padding:0;
    }

/* single scrollable item */
.Article .scrollable ul.items li {
	float:left;
	
	/* custom decoration */
	width:80px;
	height:65px;
	padding:0px 0 0 0px;
	margin:0 2px 0 2px;
    }

.Article .scrollable ul.items li.Navi {
	float:left;
	
	/* custom decoration */
	width:30px;
	height:65px;
	padding:0px 0 0 0px;
	margin:0 2px 0 2px;	
}

.Article .scrollable ul.items li img {
	
	/* custom decoration */
	width:80px;
	height:65px;
	margin:0;
	padding:0;
	cursor:pointer;
}

/* active item */
.Article .scrollable ul.items li.active {
	border:0px solid #ccc;		
	background-color:#fff;
}

/* single scrollable item */
.Article .scrollable ul.items a {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px solid #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
.Article .scrollable ul.items a.active {
	border:0;		
	background-color:#fff;
}

/*********************************************************
Gallery - Shop Article
*********************************************************/
.Article.Shop .ThumbFrame {
	background-image:url(../gfx/ImgSmallBg.png);
	background-repeat:repeat-x;
	background-color:#e4e4e4;
	padding:6px 6px 6px 4px;
	border:solid 1px #a8a8a8 !important;
	margin:0px 0 0 0;
	overflow:hidden;
    }

.Article.Shop .scrollable {
	
	/* required settings */
	position:relative;	
	width: 150px;	
	height:83px;	
	overflow:hidden;
	
	/* custom decorations */
	padding:0px 0;	
	margin:0px 0 0 0;			
    } 

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.Article.Shop .scrollable ul.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	list-style:none;
	
	/* decoration */
	margin:0px;
	padding:0;
    }

/* single scrollable item */
.Article.Shop .scrollable ul.items li {
	float:left;
	
	/* custom decoration */
	width:70px;
	height:83px;
	padding:0px 0 0 0px;
	margin:0 2px 0 2px;
    }

.Article.Shop .scrollable ul.items li.Navi {
	float:left;
	
	/* custom decoration */
	width:30px;
	height:83px;
	padding:0px 0 0 0px;
	margin:0 2px 0 2px;	
}

.Article.Shop .scrollable ul.items li img {
	
	/* custom decoration */
	width:70px;
	height:83px;
	margin:0;
	padding:0;
	cursor:pointer;
}

/* active item */
.Article.Shop .scrollable ul.items li.active {
	border:0px solid #ccc;		
	background-color:#fff;
}

/* single scrollable item */
.Article.Shop .scrollable ul.items a {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px solid #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
.Article.Shop .scrollable ul.items a.active {
	border:0;		
	background-color:#fff;
}

