@charset "utf-8";
#mtags
{
	width:200px;
	float:right;
	border:1px groove #CCC;
}

.tagH
{
	display:block;
	background-color: #DDD;
	background-image: url(../Images/Core/backgrounds/silver.gif);
	background-repeat: repeat-x;
	border: 2px groove #CCC;
	padding: 3px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
#mtags p
{
	margin:10px;
}



#albums
{
	
	
	width:660px;
	border:1px groove #CCC;
	
}

#albums li 
{
	list-style:none;
	float:left;
	text-align:center;
	margin:10px;
	width:120px;
	height:170px;
	background:#000;
	color:#FFF;
	padding-top: 15px;
	padding-bottom: 5px;	
}
#albums li:hover
{
	background:#FF6A00;;
	
}
#albums a, #albums a:link, #albums a:hover, #albums a:visited, #albums a:focus, #albums a:active
{
	color:#FFF;
	font-weight:normal;
	text-decoration: none;	
}
	
#albums img
{
	display:block;
	border: 1px groove #333;
	margin:auto;
	margin-bottom: 5px;
	
	
}

#thumbnailControl
{
	width:430px;
	float:left;
	border:1px groove #CCC;
}
#controls
{
	width:420px;
	margin:auto;
	padding:0;
	
}
#controls li
{
	margin: 5 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 75px;
	float: left;
}

#controls img:hover 
{
	background:#FF6A00;
}

#thumbnails ul
{
	
	margin-left:25px;	
	padding:0;
	
}



#thumbnails li
{
	list-style:none;
	float:left;
	text-align:center;
	margin:5px;
	background:#000;
	color:#FFF;
	padding: 5px;
	width:55px;
		
}

#thumbnails li:hover
{
	background: #FF6A00;
}
#thumbnails li.tmbhigh
{
	background: #FF6A00;
}

	
#thumbnails img
{
	display:block;
	border: 1px groove #333;
	margin:auto;
	
	
}
#currentImage
{
	float:right;
	border:1px groove #CCC;
	width:440px;
	margin:0;
	padding:0;
	
}



#cImage 
{
	padding:0;
	margin: 5px 0 5px 0;
	/* bit for fade in / out */
	opacity: 0;
	filter: alpha(opacity=0);
		
}

#currentImage li
{
	list-style:none;
	margin:auto;
	text-align:center;
	width:425px;
	background:#000;
	color:#FFF;
	padding: 2px;
	padding-bottom:10px;
	
}


	
#currentImage img
{
	display:block;
	border: 1px groove #333;
	margin:auto;
	width:400px;
		
}