#gallcont {
	background: url(/images/faux.gif);
	background-repeat: repeat-y;
	min-height: 100%;
}
#big_image {
  border: 1px solid #6FA9B9; 
  /* border: 1px solid #AFAFAF; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 200px;
	padding: 5px;
	padding-top: 15px;
	height: 310px;
}
#big_image_name {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 200px;
	padding: 1px;
}
#gallery_container {
	padding: 5px;
	/* border: 1px dashed #999999; */
	/* width: 640px; */
}
#thumbnails {
	padding: 5px;
	background-color: #E6E6E6;
	font-size: 10px;
	margin-left: 200px;
}
#albums{
	float: left;
	width: 190px;
	padding: 5px;
}
#thumbnails .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
#thumbnails .thumb{
	background: #dddddd;
	padding: 3px;
}
#thumbnails .thumb img{
	height: 60px;
	width: 80px;
}
#thumbnails .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
#thumbnails .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

#thumbnails .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

#thumbnails .x-view-selected{
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
#thumbnails .x-view-selected .thumb{
	background:transparent;
}

#thumbnails .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

#albums h2 {
  font-family: Tahoma;
  font-size: 123.1%;
  text-decoration: none;
}

#albums a {
  font-family: Tahoma;
  color: #6FA9B9; 
  text-decoration: none;
  line-height: 20px;
}

#albums a:hover {
	color: #78913a;
}

#albums .selected {
	border-bottom: 1px #72B21C solid;
	background-image: url('../images/z1.gif');
	background-repeat: no-repeat;
	background-position: right;
  width: 190px;
}
