/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
/* gallery start*/
#Photogallery{margin: 0 auto;width:942px;}
#Photogallery .panel{text-align:left;}
/* gallery end*/

.strip_wrapper {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 942px;
	height: 60px;
	top:340px;
	z-index: 100;
	background:url(album_bg.png) left top repeat;
	zoom:1;
}
/*
	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.
*/
.filmstrip {
	/* this cannot be too large */
	list-style-type: none; 
	list-style-position: initial; 
	list-style-image: initial; 
	width:942px;
	position:relative;
	height:60px;
	top:5px;
	/*clear:both;*/
	margin: 0 0 0 0;
	padding:0 0 0 0px; 
	/*background-color:#00FFFF;*/
}

.container2 {
	float:left;
	width:930px;
	height:60px;
	border:none; line-height:14px;
	padding: 0px 30px 10px 10px;
	/*padding: 5px 4px 0px 19px;*/
	position:relative;color: #ccc;
}




/* single scrollable item */
.filmstrip img {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 0;
	width:74px;
	height:44px;
	position:relative;
	border: 3px solid #CACFD2;filter:alpha(opacity=60); opacity:0.6;
	
}

/* active item */
.filmstrip .active {
	position:relative;
	cursor:default;
}
/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {float: left;position: relative;height: 50px;width: 170px;z-index: 150;cursor: pointer;padding-left:15px;}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap {border: none;height: 50px;line-height:30px;text-align:left; width: 170px; position: relative; top: 0px; left: 0px; z-index: 50;overflow: hidden; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.current img{ border: 3px solid #CACFD2;filter:alpha(opacity=100); opacity:1; }
.overhere img{ border: 3px solid #CACFD2;filter:alpha(opacity=100); opacity:1; }

