/*** styles for thumbnails ***/
a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:hover, a.thumbnail:active  {
border:none;
}
a.thumbnail img, a.thumbnail:link img, a.thumbnail:visited img {
background:#fff;
border:1px solid #aaa;
opacity:.90;
width:105px;
height:75px;
padding:0;
margin:2px;
}
a.thumbnail:hover img, a.thumbnail:active img {
border:1px solid #ccc;
opacity:1;
}



a.thumbnail_my, a.thumbnail_my:link, a.thumbnail_my:visited, a.thumbnail_my:hover, a.thumbnail_my:active  {
border:none;
}
a.thumbnail_my img, a.thumbnail_my:link img, a.thumbnail_my:visited img {
background:#fff;
border:1px solid #aaa;
opacity:.90;
/*width:105px;*/
height:75px;
padding:0;
margin:2px;
}
a.thumbnail_my:hover img, a.thumbnail_my:active img {
border:1px solid #ccc;
opacity:1;
}

/*** scrolly styles ***/
.scrollyView {
overflow:hidden;
border:1px solid #555;
background:#000;
}
.scrollyButton, .scrollyButton:link, .scrollyButton:visited, .scrollyButton:hover, .scrollyButton:active {
margin:0;
padding:0;
position:relative;
}
.scrollyButton .arrow {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-repeat:no-repeat;
background-position:center center;
opacity:.7;
filter:alpha(opacity=70);
}
.buttonOver .arrow {
opacity:.85;
filter:alpha(opacity=85);
}
.buttonActive .arrow {
opacity:1;
filter:alpha(opacity=100);
}
.buttonGrayed .arrow {
opacity:.3;
filter:alpha(opacity=30);
}
/*** horizontal scrolly ***/
.scrollyHorz .scrollyView {
	float:left;
	width:444px;
	height:85px;
	border-left:none;
	border-right:none;
	white-space:nowrap;
}
.scrollyHorz .scrollyView a img {
	margin-top:4px;
	margin-bottom:4px;
}
.scrollyHorz .scrollyButton {
	width:18px;
	height:85px;
	float:left;
}
/*** vertical scrolly ***/
.scrollyVert .scrollyView {
	width:115px;
	height:324px;
	border-top:none;
	border-bottom:none;
	white-space:nowrap;
}
.scrollyVert .scrollyView a {
	display:block;
}
.scrollyVert .scrollyView a img {
	margin-left:4px;
	margin-right:4px;
}
.scrollyVert .scrollyButton {
	width:115px;
	height:18px;
}
