.galleryview{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 570px;
    margin: 0;
    position: relative;
    visibility: visible;
    width: 1000px;
	overflow: hidden;
}


.galleryview .panel{ /*Added .galleryview since it was conflicting with other .panel selectees*/
	background-color:transparent;
    left: 0;
    top: 0;
    position: absolute;
    height: 449px;
    width: 1000px;
	background-image:url(loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	background-color: #FFFFFF;	
}

ul.filmstrip{
	left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 490px;
}
ul.filmstrip img{
	 cursor: pointer;
}



 
 
ul.filmstrip li{
	display:inline-block;
	list-style:none;
	margin: 0 10px 0 0;
	padding:0px;
	
}


ul.tag{
	background-color: #00467F;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 490px;
    width: 490px;
	height: 75px;
}
ul.tag li{
	display:inline-block;
	list-style:none;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	line-height: 75px;
    padding: 0 20px;
	color: #FFFFFF;
}

.gnav{
	cursor: pointer;
 	position: absolute;
	top: 43%;	
	z-index: 10003;
}
