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

#image_wrap { 
    /* dimensions */ 
    width:555px; 
	
    margin:0px; 
    padding:0 10px 10px 10px;
	border:1px solid #333; 
	background:url(../images/img_bkg.jpg);
    /* centered */ 
    text-align:center; 
 	
}
#image_wrap div{ 
    /* dimensions */ 
    width:555px; 
    margin:0px; 
    /* centered */ 
    text-align:center; 
 	
}
#image_wrap p{
line-height:18px;
margin:0;
padding:0px;
font-size:10px;
color:#777;
}
#image_wrap img{ 
	width:555px;
	border:1px solid #000; 
	background:#666666;
}
#scroll_wrap{
border:1px solid #000;
	border-top:none;
	background-image:url(../images/scroll_bkg.jpg);
	width:575px;
	height:120px;
	position:relative;
	z-index:25!important;
	}

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

	/* required settings */
	position:relative;
	z-index:2;
	overflow:hidden;
	width: 478px;
	margin-top:0px;
	border:none;
}

#image_wrap_sm { 
    /* dimensions */ 
    width:440px!important;
	height:357px!important; 
    margin:0px; 
    padding:0 10px 10px 10px;
	border:1px solid #333; 
	background:url(../images/img_bkg.jpg);
    /* centered */ 
    text-align:center; 
 	
}
#image_wrap_sm div#slides div p{ 
width:421px!important;
}
#image_wrap_sm p{
line-height:18px;
margin:0;
padding:0px;
font-size:10px;
color:#777;

}
#image_wrap_sm img{ 
	width:440px;
	height:337px!important;
	border:1px solid #000; 
	background:#666666;
}
#scroll_wrap_sm{
border:1px solid #000;
	border-top:none;
	background-image:url(../images/scroll_bkg.jpg);
	width:460px;
	height:120px;
	position:relative;
	z-index:25!important;
	}

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

	/* required settings */
	position:relative;
	z-index:2;
	overflow:hidden;
	width: 363px;
	margin-top:0px;
	border:none;
}

/*
	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.
*/
.scroll .thumbnails {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scroll img {
	float:left;
	margin:20px 20px 0px 0px;
	background-color:#666;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
}

/* active item */
.scroll .active {
	border:1px solid #999;
	z-index:9999;
	position:relative;
	background-color:#000;
	padding:4px;
	margin-top:16px;
}


/* this makes it possible to add next button beside scrollable */
.scroll {
	float:left;	
}
.scroll_sm .thumbnails {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scroll_sm img {
	float:left;
	margin:20px 20px 0px 0px;
	background-color:#666;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
}

/* active item */
.scroll_sm .active {
	border:1px solid #999;
	z-index:9999;
	position:relative;
	background-color:#000;
	padding:4px;
	margin-top:16px;
}


/* this makes it possible to add next button beside scrollable */
.scroll_sm {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px 0px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px; background-repeat:no-repeat;}
a.right:hover 		{ background-position:-30px -30px; background-repeat:no-repeat; }
a.right:active 	{ background-position:-60px -30px; background-repeat:no-repeat; } 


/* left */
a.left				{ margin-left: 10px; background-repeat:no-repeat;} 
a.left:hover  		{ background-position:-30px 0; background-repeat:no-repeat; }
a.left:active  	{ background-position:-60px 0; background-repeat:no-repeat;}


/* disabled navigational button */
a.left.disabled { background-position: -90px 0px; cursor:default; background-repeat:no-repeat;}	
	
a.right.disabled { background-position: -90px -30px; cursor:default; background-repeat:no-repeat;}


/**** DVD's ****/
.dvds .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 472px;
	float:left;
	height:190px!important;
}

/*
	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 img {
	float:left;
	margin:0px 10px 20px 0px;
	background-color:#fff;
	cursor:pointer;
	height:154px;
	border:1px solid #666;

}

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

.dvds{
border:1px solid #666;
background:url(../images/grey_bkg.png) repeat-x;
}
.dvds a.nextPage, .dvds a.prevPage{
margin-top:90px;
}
.dvds a.left{
margin-left:6px;
}
/* panes */
#slides {
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	height:420px;
}

/* crossfading effect needs absolute positioning from the elements */
#slides div {
	display:none;		
	position:absolute;
	top:0px;
	left:0px;
	color:#444;	
}
#slides div p{
position:absolute;
width:536px;
bottom:0px;
left:0px;
background:url(../images/caption_bkg.png) repeat-x;
color:#CCC;
height:20px;
padding:5px 10px;
font-size:12px;
text-align:left;
}
