/* Start of CMSMS style sheet 'Flickr Gallery' */
#gallery {
   width: 832px;
   height: 700px;
   border: 1px #625e5b solid;  
}

#gallery h1 {
  padding: 20px 10px 20px 10px;
}

div.controls {
	margin-top: 15px;
        margin-right: 25px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	height: 350px
}
div.slideshow {
	float: left;
   width: 506px;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
  float: left
	background-color: #000;
	padding: 12px;
        width: 480px;
        margin-left: 300px;
        margin-bottom: 15px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
    margin-left: 10px;
}

div.pagination {
	clear: both;
}
div.navigation div.top {
        margin-top: 13px;
	margin-bottom: 15px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}



ul.thumbs {
       width: 79px;
       height: 79px;
	border: 1px solid #ccc;
	margin: 0 5px 10px 5px;
       float: left;
}
ul.thumbs li {
	padding: 0;
	list-style: none;
}

a.thumb {
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	padding: 2px;
}

#galleries {
  float: right;
  width:135px;
   margin: 10px 0 0 0;
   line-height: 40px;

}
/* End of 'Flickr Gallery' */

