div.jqgallery-content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	/*float:right;*/
	width:700px; 
}
div.jqgallery-content a, div.jqgallery-navigation a {
	text-decoration: none;
	color: #777;
}
div.jqgallery-content  a:focus, div.jqgallery-content  a:hover, div.jqgallery-content  a:active {
	text-decoration: underline;
}
div.jqgallery-controls {
	margin-top: 5px;
	height: 23px;
}
div.jqgallery-controls a {
	padding: 5px;
}
div.jqgallery-ss-controls {
	float: left;
}
div.jqgallery-nav-controls {
	/*float: right;*/
}

div.jqgallery-loader {
	background-image: url('../loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.jqgallery-slideshow {
	clear: both;
}
div.jqgallery-slideshow span.jqgallery-image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.jqgallery-slideshow a.jqgallery-advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.jqgallery-slideshow img {
	border: none;
	display: block;
}
div.jqgallery-download {
	float: right;
}
div.jqgallery-embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.jqgallery-image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.jqgallery-image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.jqgallery-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. */
}
ul.jqgallery-thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.jqgallery-thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.jqgallery-thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.jqgallery-thumbs li.jqgallery-selected a.jqgallery-thumb {
	background: #000;
}
a.jqgallery-thumb:focus {
	outline: none;
}
ul.jqgallery-thumbs img {
	border: none;
	display: block;
}
div.jqgallery-pagination {
	clear: both;
}
div.jqgallery-navigation div.jqgallery-top {
	margin-bottom: 12px;
	height: 11px;
}
div.jqgallery-navigation div.jqgallery-bottom {
	margin-top: 12px;
}
div.jqgallery-pagination a, div.jqgallery-pagination span.jqgallery-current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.jqgallery-pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.jqgallery-pagination span.jqgallery-current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#jqgallery-thumbs-min ul.jqgallery-thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#jqgallery-thumbs-min a.jqgallery-thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#jqgallery-thumbs-min ul.jqgallery-thumbs li.jqgallery-selected a.jqgallery-thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
