﻿DIV.mmContainer
{
	width: 630px;
	margin: 0 auto;
}
DIV.mmItemsList
{
	height: 150px;
	text-align: center;
	margin: 0px auto;
	margin-top: 5px;
	clear: both;
	overflow: auto;
}
DIV#mmViewer
{
	text-align: center;
	width: 538px;
	height: 405px;
	margin: 0 auto;
	border: white 2px solid;
}

DIV#mmViewer IMG
{
	margin: 2px;
}

DIV.mmItem
{
	height: 60px;
	width: 80px;
	margin: 5px;
	border: 2px solid #FFFFFF;
	float: left;
	text-align: left;
	vertical-align: middle;
}

DIV.mmItem IMG.mmThumb
{
	height: 50px;
	width: 70px;
	margin: 5px;
	vertical-align: middle;
	border: none;
}
/*DIV.mmItem A.mmTitle
{
	display: block;
	margin: 5px;
	height: 50px;
	text-decoration: none;
	color: White;
}
DIV.mmItem A.mmTitle:hover
{
	background-color: Silver;
}*/

DIV.mmGalleryList
{
	float: left;
	width: 120px;
}

DIV.mmGalleryList UL
{
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px;
}
DIV.mmGalleryList UL LI
{
	margin-left: 0px;
	display: block;
	float: left;
	height: 50px;
	width: 70px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #99CCFF;
}

DIV.mmGalleryList A
{
	color: white;
	text-decoration: none;
}

DIV.mmGalleryList A:hover
{
	color: white;
	text-decoration: underline;
}
