﻿.imageButton
{
	vertical-align:middle;
}
h1 { color: #000000; font: bold 14px Arial; margin: 0 0 0 0; text-transform: uppercase;}	

.DivAlbumListContainer
{	
	border: solid 0px red;
	width: auto;
	clear: both;
}

.DivAlbumListMenu
{
	padding: 10px 5px 10px 5px;
	clear: both;
	border: solid 0px blue;
}

.DivAlbumList
{
	border:solid 0px red;
	clear: both;
}
.Album
{
	padding: 5px 0px 2px 2px;
	float: left;
	text-align:left;
    width: 135px;
	height: 240px;
}
.PictureThumbnail
{
	border: solid 1px #e8e8e8;
	border-right: solid 2px Silver;
	border-bottom: solid 2px Silver;
	padding: 5px 5px 5px 5px;
	float: left;	
}

.PictureFrame
{
	padding:0px 0px 5px 5px;
	float:left;
}
.albumImage
{
	border: solid 2px 3e8e8e8;	
}
.btCreate
{
}
.newsNavigator span
{
	float: left;
	color: Black;
}

.newsPageTB
{
	width:20px;
}

.newsBtGo
{
	
}

.SlideShowBody
{
	background-color:White;
	height:auto;
	color: #333; /*defines the general text color for the entire site */
    font-family: Verdana, Georgia, "Times New Roman" , "Times serif"; /*defines the general font family for the entire site */
    font-size: 10px;
    text-align: center;
    margin:0 auto;
    padding:0;  
    vertical-align:top;
}

.imageInfoDiv
{
	font-family: Verdana, Georgia, "Times New Roman" , "Times serif"; /*defines the general font family for the entire site */
	float:left;
	padding-left:5px;
	vertical-align:top;
	border-left:solid 1px Silver;
	overflow:hidden;
}
.tdTxt
{
	font-family: Verdana, Georgia, "Times New Roman" , "Times serif"; /*defines the general font family for the entire site */
    font-size: 10px;
    text-align:center;
}
.imageText
{
	float:left;
	padding-right:5px;
	vertical-align:top;
	width:320px;
	overflow:hidden;
}

.slideshowDivFrame
{
	width: 560px;
	background-color:White;
	border: solid 0px green;	
	vertical-align:top;
	margin:0px;
	padding:0px;
	float:left;
}
.slideshowDivImage
{
	padding: 0px;
	position:relative;
}

.ButtonDiv
{
	width:100%;	
}
.leftButtomDiv
{
	float: left;
	border: solid 0px red;
	color: Black;
	width: 250px;
	text-align:center;
}
.btPrev:hover
{
	border:solid 1px red;
}
.rightButtonDiv
{
	float: right;
	border: solid 0px red;
	color: Black;
	width: 250px;
	text-align:center;
}
.btNext:hover
{
	border:solid 1px red;
}

.slideshowIframe
{
	border: solid 0px red;
	width: 580px;
	background-color:White;
}
.imageButton
{
	vertical-align:middle;
}