/* JQGallery v1.0 by Friendlysoft */

#jq-gallery a {
	text-decoration: none;
	color: #333;
}

	#jq-gallery a img {
		border: 0;
	}
	
/* ---- */

#jq-gallery-image-wrapper {
	position: relative;
	width: 678px;
	height: 260px;
	overflow: hidden;
	margin: 0 0 20px 6px;
}

	#jq-gallery-image-wrapper .content {
		position: relative;
		top: 0;
		left: 0;
		width: 10000px;
		height: 280px;
	}
	
		#jq-gallery-image-wrapper .content a {
			display: block;
			float: left;
			width: 678px;
			height: 260px;
			overflow: hidden;
			text-align: center;
		}
		
	#jq-gallery-image-wrapper .info {
		display: none;
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 678px;
		padding: 3px 5px;
		font: 10px Verdana, Geneva, sans-serif;
		color :#FFF;
		background: url(jq-gallery-files/info_bg.png) 0 0 repeat;
	}

/* ---- */

#jq-gallery-thumbs {
	position: relative;
	width: 475px;
	height: 84px;
	margin-left: 7px;
}

	#jq-gallery-nav-prev {
		position: absolute;
		top: 32px;
		left: 0px;
		width: 16px;
		height: 16px;
		overflow: hidden;
	}
		#jq-gallery-nav-prev a {
			display: block;
			width: 16px;
			height: 16px;
			overflow: hidden;
			text-indent: -10000px;
			background: url(jq-gallery-files/nav-prev-arrow.png) 0 0 no-repeat;
		}
		#jq-gallery-nav-prev a:hover {
			background-position: 0 -14px;
		}
	
	#jq-gallery-nav-next {
		position: absolute;
		top: 32px;
		right: -10px;
		width: 16px;
		height: 16px;
		overflow: hidden;
	}
		#jq-gallery-nav-next a {
			display: block;
			width: 16px;
			height: 16px;
			overflow: hidden;
			text-indent: -10000px;
			background: url(jq-gallery-files/nav-next-arrow.png) 0 0 no-repeat;
		}
		#jq-gallery-nav-next a:hover {
			background-position: 0 -14px;
		}
	
	/* -- */
	
	#jq-gallery-thumbs-wrapper {
		position: absolute;
		top: 0px;
		left: 20px;
		width: 441px;
		height: 86px;
		overflow: hidden;
	}
	
		#jq-gallery-thumbs-wrapper .content {
			position: relative;
			top: 0;
			left: 0;
			width: 10000px;
		}
		
			#jq-gallery-thumbs-wrapper .content img {
				float: left;
				margin-right: 5px;
				border: #000 1px solid;
			}
			
			#jq-gallery-thumbs-wrapper .content img.first {
				border: #F00 1px solid;
			}