/* JQGallery v1.0 by Friendlysoft */

#jq-gallery {
	width: 320px;
	margin: 0 auto;
	padding: 7px 0 0 7px;
}

	#jq-gallery a {
		text-decoration: none;
		color: #333;
	}
	
		#jq-gallery a img {
			border: 0;
		}
		
	/* ---- */
	
	#jq-gallery-image-wrapper {
		position: relative;
		width: 300px;
		height: 215px;
		overflow: hidden;
		margin: 0 auto 25px auto;
	}
	
		#jq-gallery-image-wrapper .content {
			position: relative;
			top: 0;
			left: 0;
			width: 10000px;
			height: 230px;
		}
		
			#jq-gallery-image-wrapper .content a {
				display: block;
				float: left;
				width: 300px;
				height: 240px;
				overflow: hidden;
				text-align: center;
			}
			
		#jq-gallery-image-wrapper div.info {
			position: absolute !important;
			bottom: 0px !important;
			left: 0 !important;
			width: 300px !important;
			padding: 3px 5px !important;
			font: 10px Verdana, Geneva, sans-serif !important;
			font-weight: bold;
			color :#FFF !important;
			background: url(jq-gallery-files/info_bg.png) 0 0 repeat !important;
		}
	
	/* ---- */
	
	#jq-gallery-thumbs {
		position: relative;
		width: 320px;
		height: 75px;
		margin: 0 auto;
	}
	
		#jq-gallery-nav-prev {
			position: absolute;
			top: 29px;
			left: 0px;
			width: 16px;
			height: 16px;
			overflow: hidden;
		}
		
		#jq-gallery-nav-next {
			position: absolute;
			top: 29px;
			right: 0px;
			width: 16px;
			height: 16px;
			overflow: hidden;
		}
		
		/* -- */
		
		#jq-gallery-thumbs-wrapper {
			position: absolute;
			top: 0px;
			left: 20px;
			width: 280px;
			height: 75px;
			overflow: hidden;
		}
		
			#jq-gallery-thumbs-wrapper .content {
				position: relative;
				top: 0;
				left: 0;
				width: 10000px;
				height: 75px;
			}
			
				#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;
				}
