body, .body {
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
  font-family:Arial, sans-serif;
  height:100%;
  margin:0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.midheading
	{
		width:435px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:28px;
		color:#7e8901;
	}
.menuStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.TitleStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.menuSWhiteStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.LightWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.TitleColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f0ac8a;
}
.LightColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f0ac8a;
}



.epiStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #930;
}

.epiStylea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #930;
}

.epiStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #930;
}

.pager {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.champsWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.champsColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f0ac8a;
}
#div_album {
	height:225px;
	width:285px;
	overflow:scroll;
	overflow-x:hidden;
	text-align:center;	
}
#halo{
    position: absolute;
	/**/display:none;
	height:100%;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	opacity : 0.7;
	z-index:1;
    filter : alpha(opacity=70); 
	background-color:#000000;
   }
#slide{
    position: absolute;
	/**/display:none;
	width:610px;
	height:350px;
	left:50%;
	top:50%;
	margin-left:-305px;
	margin-top:-175px;
	z-index:2;
   }
   .div_comment {
	 position:absolute;
	 /*position:relative;*/
	width:160px;
	opacity : 0.7;
	z-index:1;
    filter : alpha(opacity=70); 
	background-color:#000000;
   }
@keyframe AutoSlide {
	
	0%, 15%, 100% {
		left: 0px;
	}
	20%, 60% {
		left: -150px;
	}
	70%, 90%{
		left: -300px;
	}
	
}
#slideshow {
	position: absolute;
	width: 315px;
	heigth: 70px;
	margin: 20px auto;
	overflow: hidden;
}
#sContent li {
	display: inline; 
}
#sContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	margin: 0px;
	padding: 0px;
	
	animation-name: AutoSlide;
	animation-duration: 10s;
	animation-iteration-count:infinite;
	animation-timing-function: ease-in-out;
}