.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
linkText
{
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
a.linkText:link
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}
a.linkText:active
{
	color: #fe6de6;
	text-decoration: none;
}
a.linkText:hover
{
	font-size: 11px;
	color: #ffbb5b;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}
.footer
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
a.footer:link
{
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
}
a.footer:active
{
	color: #fe5991;
	text-decoration: none;
}
a.footer:hover
{
	font-size: 11px;
	color: #fe5991;
	font-family: Verdana;
	text-decoration: none;
}
#slideshow
{
	float: left;
	position: relative;
	height: 150px;
	padding-left: 20px;
	top: 0px;
	left: 21px;
}

#slideshow DIV
{
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	height: 200px;
}

#slideshow DIV.active
{
	z-index: 10;
	opacity: 1.0;
}

#slideshow DIV.last-active
{
	z-index: 9;
}


body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(https://cdn.district.in/ticketnew/partners/img/Sri_Vinayaka/full-bg2.jpg);
}
.text p09
{
	font-size: 14px;
}
.textttt
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
}
.linkText
{
	font-size: 10px;
}
.linkText strong
{
	font-size: 11px;
}
.style1
{
	width: 348px;
}
.style2
{
	width: 648px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
