﻿	#gallery
{
	background-color: #fff;
	padding: 0px;
	width: auto;

}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	
	#gallery ul img {
		
	}
	#gallery ul a:hover img {
	
	}
	#gallery ul a:hover { color: #fff; }
	
	#gallery h3
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: auto;
	height: 30px;
	background-color: #90cee5;
	font-family: tahoma;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
	
/* Module Album list */

.albumlist
{
	/*background: transparent url(images/image2.png) 100% 0 ;
		background-repeat :no-repeat ;
		background-position : top right ;
		*/
	list-style-type: none;
	background-color: Transparent;
}


.albumlist h1
{
	color: #0099FF;
	font-family: tahoma;
	font-size: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.albumlist table.newalbum
{
	color: #000000;
	font-family: tahoma;
	font-size: 14px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	font-weight: normal;
	background-color: #CC99FF;
}
.albumlist div.header

{
	background-image: url('images/cat.png');
	color: #FF33CC;
	height: 29px;

	
}
.albumlist ul
{
	list-style-type: none;
	margin :0;	
	padding: 0;
}
.albumlist li
{
	/*border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
	*/
	margin-left: 5px;
/*	list-style-image: url(  'images/album_bulet.png' );
	vertical-align: middle;
*/	color: #FFFFFF;
	font-weight: bold;
}

	
.albumlist li a
{
	font: bold 11px Helvetica;
	display: block;
 /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	/*
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	*/
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	
}	
	
.albumlist li a:link, .albumlist li a:visited
{
	color: #FFFFFF;
}

.albumlist li a:hover
{
	color: #0099CC;
	background-position: 100% -32px;
}

	
.albumlist li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}


#gallery h1
{
	color: #0099FF;
	font-family: tahoma;
	font-size: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
}
#gallery h2
{
	background-image: url('images/cat.png');
	color: #FF33CC;
	height: 29px;
}


	#gallery, #gallery li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#gallery li
{
	float: left;
	margin-right: 5px;
	border: 3px solid #999;
	padding: 0px;
}
	#gallery a
{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-decoration: none;
}
	#gallery a img{
		float:left;
		position:absolute;
		top:0px;
		left:0px;	
	}