﻿			#gallery {
				width:280px;
				position:relative;
				margin:0 auto;
			}

			#gallery #main {
				width: 280px;
				height: 240px;
				position:relative;
			}

			#gallery #images, #gallery #thumbs {
				overflow: hidden;
			}

			#gallery #images {
				margin:0 auto;
				position:absolute;
				top:0;
			}

			#gallery #images .slide {
				position:relative;
				float:left;
			}

			#gallery #images .slide a {
				display:block;
				position:absolute;
				top:0;
				left:0;
			}

			#gallery #images .slide img {
					width: 280px;
					height: 240px;
					cursor:pointer;
				}

			#gallery #thumbs {
				width: 280px;
				margin:5px 0 0 0;
			}

			#gallery #thumbs .thumb {
				float: left;
				text-align:center;
				position:relative;
				margin:0 5px 0 0;
				height:74px;
			}


			#gallery #thumbs .thumb img {
				width:66px;
				height:55px;
				cursor:pointer;
			}

			#gallery #thumbs .thumb a {
				display:block;
				position:absolute;
				top:0;
				left:0;
				width:64px;
				height:53px;
				background:url(5565.png) 0 0  repeat;
			}

			#gallery #thumbs .thumb a.selected, #gallery #thumbs .thumb a:hover {
				border:2px solid #0099FF;
				background:none;
			}
			
			
			#gallery #thumbs .thumb a.selected, #gallery #thumbs .thumb a:hover {
				border:2px solid #0099FF;
				background:none;
			}
			
			

			#gallery #prev, #gallery #next {
				text-indent:-999em;
				position: absolute;
				display:block;
				width:19px;
				height:20px;
				background: transparent url('5430.png') no-repeat 0 0;
				bottom: 30px;
			}

			#gallery #prev {
				background-position: 0 0;
				left: 0px;
			}

			#gallery #next {
				background-position: -19px 0;
				right: 0px;
			}

			#gallery #prev:hover {
				background-position: 0 -20px;
			}

			#gallery #next:hover {
				background-position: -19px -20px;
			}

			#gallery #prev.disabled, #gallery #next.disabled {
				display: none !important;
			}

		.slide span{
			position: absolute;
			width: 100%;
			height:30px;
			bottom: 0px;
			z-index: 99;
			line-height:30px;
			text-align: center;			
			color: #ffffff;
			font-size: 12px;
			font-weight: bold;
		
			background: transparent url('5564.png');
			background: #000;
			opacity: 0.5;
			-moz-opacity: 0.5;
			-khtml-opacity: 0.5;			
			}