/*
a.back {
    width: 63px;
    height: 24px;
    background-image: url("/app_themes/CreativeSignDesign/Images/btn-gallety-nav-back.gif");
    display: inline;
    text-decoration: none;
    text-indent: -9999px;
}
a.back:hover {
    background-position: 0 -24px;
}
a.next {
    width: 63px;
    height: 24px;
    background-image: url("/app_themes/CreativeSignDesign/Images/btn-gallety-nav-next.gif");
    display: inline;
    text-decoration: none;
}
a.next:hover {
    background-position: 0 -24px;
}
*/

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:left;
	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: 0px 0 10px;
	height: 24px;
}
div.jqgallery-ss-controls a {
	/*padding: 5px;*/
}
div.jqgallery-ss-controls {
	float: left;
}
div.jqgallery-nav-controls {
	float: left;
}

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: #90121e;
}
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: 3px 7px 3px 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: #90121e;
	border-color: #90121e;
	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: #90121e;
	font-weight: bold;
}