@charset "utf-8";
/* CSS Document */


#gallery {
	border: medium double #F93;
	position: relative;
	height: 300px;
	background-image: url(../images/imagesbackground/background2.jpg);
	padding: 5px;
	margin: 2px;
}
#gallery .img1 {
	position: relative;
	height: 75px;
	width: 100px;
	z-index: 10;
}

#gallery .img2 {
	position: relative;
	height: 75px;
	width: 100px;
	z-index: 2;
}
#gallery .img3 {
	position: relative;
	height: 75px;
	width: 100px;
	z-index: 3;
}
#gallery .img4 {
	position: relative;
	height: 75px;
	width: 100px;
	z-index: 4;
}
#gallery .img5 {
	position: relative;
	
	height: 75px;
	width: 100px;
	z-index: 5;
}
#gallery .img6 {
	position: relative;
	
	height: 75px;
	width: 100px;
	z-index: 6;
}
#gallery .img7 {
	position: relative;
	
	height: 75px;
	width: 100px;
	
	z-index: 7;
}
#gallery .img8 {
	position: relative;
	
	height: 75px;
	width: 100px;
	
	z-index: 8;
}
#gallery .img9 {
	position: relative;
	
	height: 75px;
	width: 100px;
	margin-bottom: 2px;
	
	z-index: 9;
}

#gallery .img10 {
	position: relative;
	
	height: 75px;
	width: 100px;
	margin-bottom: 2px;
	
	z-index: 1;
}

#gallery img:hover{
	position: relative;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #FFC;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}

#gallery a {
	text-decoration: none;

}
#gallery a img {
	border: none;
	padding: 0px;
	background: #fff;
	border: 1px solid #ddd;
}

#gallery a:hover {
	cursor: pointer;
}

#gallery a:hover .desc{
		display: block;
		font-size: 1.2em;
		padding: 10px 0;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
		color: #FF9;
		position: absolute;/*Absolute required to work in IE*/
		padding: 10px;
		margin: 0;
		/*width: 250px;*/
	border-top: 1px solid #999;
		font-weight: bold;
		width: 300px;
		z-index: 1000; /*Index required to work in IE*/
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-transform: capitalize;
	
}
#gallery a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.2em;
	text-align: center;
	color: #393;
}
#gallery a .desc {	display: none; }
#gallery td {
	text-decoration: none;
	width: 120px;
	height: 90px;
	margin: auto;
	float: none;
	display: table-cell;
	text-align: center;
}
